Searched defs:uScreenID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp671 const ulong uScreenID = pMachineWindow->screenId(); local
673 (int)uScreenID));
676 if (uScreenID != 0 && !screensHaveSeparateSpaces())
685 "Ask transient machine-window #%d to hide.\n", (int)uScreenID));
694 "Ask transient machine-window #%d to show/normalize.\n", (int)uScreenID));
709 if ( uisession()->isScreenVisible(uScreenID)
710 && hasHostScreenForGuestScreen(uScreenID))
713 "Ask machine-window #%d to enter native fullscreen.\n", (int)uScreenID));
726 "Ask machine-window #%d to hide.\n", (int)uScreenID));
736 const int iWantedHostScreenIndex = hostScreenForGuestScreen((int)uScreenID);
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp485 LogFlowThisFunc(("Received uType=%RU32, uScreenID=%RU32\n",
1024 * @param uScreenID Screen ID the host wants to query a pending operation
1027 int VBoxDnDWnd::OnGhIsDnDPending(uint32_t uScreenID) argument
1029 LogFlowThisFunc(("mMode=%ld, mState=%ld, uScreenID=%RU32\n",
1030 mMode, mState, uScreenID));

Completed in 36 milliseconds