Searched defs:winId (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMainEventListener.cpp243 LONG64 winId; local
244 emit sigShowWindow(winId);
245 es.SetWinId(winId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIConsoleEventHandler.cpp67 void UIConsoleEventHandler::sltShowWindow(LONG64 &winId) argument
73 winId = 0;
81 winId = ::darwinGetCurrentProcessId();
85 winId = (ULONG64)m_pSession->winId();
188 /* This returns a winId, so we have to respond to the event and have to use
H A DUISession.cpp1537 WId UISession::winId() const function in class:UISession
1539 return mainMachineWindow()->winId();
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c619 DECLEXPORT(void) renderspuSetWindowId(uint64_t winId) argument
621 render_spu_parent_window_id = winId;
622 crDebug("Set new parent window %p (no actual reparent performed)", winId);
H A Drenderspu.h498 DECLEXPORT(void) renderspuSetWindowId(uint64_t winId); variable
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp201 NS_IMETHODIMP VBoxDirectFB::GetWinId(PRint64 *winId) argument
203 if (!winId)
205 *winId = 0;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h81 STDMETHOD(COMGETTER(WinId)) (int64_t *winId);
125 void setWinId(int64_t winId) { mWinId = winId; } argument
255 STDMETHOD(COMGETTER(WinId)) (LONG64 *winId);
H A DFramebuffer.cpp386 * @param winId Handle of associated window.
388 STDMETHODIMP VBoxSDLFB::COMGETTER(WinId)(int64_t *winId) argument
390 if (!winId)
392 *winId = mWinId;
1517 * @param winId Address of result buffer.
1519 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(WinId)(LONG64 *winId) argument
1522 if (!winId)
1524 *winId = 0;
H A DVBoxSDL.cpp865 int64_t winId = 0; local
1914 if (initUI(fResizable, winId))
1941 gpFramebuffer[0]->setWinId(winId);
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp941 LONG64 winId = 0; local
968 CHECK_ERROR_RET(pFramebuffer, COMGETTER(WinId)(&winId), rc);
975 rc = crVBoxServerMapScreen(i, xo, yo, w, h, winId);
1065 LONG64 winId = 0; local
1087 CHECK_ERROR_BREAK(pFramebuffer, COMGETTER(WinId)(&winId));
1089 if (!winId)
1103 rc = crVBoxServerMapScreen(screenId, xo, yo, w, h, winId);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2317 int32_t winId = 0; local
2329 rc = SSMR3GetMem(pSSM, &winId, sizeof(winId));
2332 if (winId)
2334 pMural = (CRMuralInfo*)crHashtableSearch(cr_server.muralTable, winId);
2339 /* null winId means a dummy mural, get it */
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3582 LONG64 winId = 0; local
3585 hrc = pFramebuffer->COMGETTER(WinId)(&winId);
3586 InsertConfigInteger(pCfg, "HostWindowId", winId);

Completed in 115 milliseconds