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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1445 bool fDisable = false; local
1453 fDisable = true;
1466 else if (!fDisable)
1501 if (!fDisable || !CurView.u32ViewSize)
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp483 * @param fDisable Pass 'true' to disable the hot keys, pass 'false' to re-enable them.
485 void DarwinDisableGlobalHotKeys(bool fDisable) argument
516 if (fDisable)
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp3923 static void DisableGlobalHotKeys(bool fDisable) argument
3936 if (fDisable)

Completed in 62 milliseconds