Searched defs:fForced (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dwindow.cpp130 int CrFbWindow::SetSize(uint32_t width, uint32_t height, bool fForced) argument
132 if (!fForced && !checkInitedUpdating())
139 if (mWidth != width || mHeight != height || fForced)
175 int CrFbWindow::SetPosition(int32_t x, int32_t y, bool fForced) argument
177 if (!fForced && !checkInitedUpdating())
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp1160 bool fForced = false; local
1173 fForced = true;
1191 CHECK_ERROR2_RET(ptrExtPackMgr, Uninstall(bstrName.raw(), fForced, NULL, ptrProgress.asOutParam()), RTEXITCODE_FAILURE);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp533 SUPR3DECL(int) SUPR3Term(bool fForced) argument
541 if (g_cInits == 1 || fForced)

Completed in 43 milliseconds