Searched refs:GetWindowToParentTo (Results 1 – 5 of 5) sorted by relevance
50 GFX_EXPORT HWND GetWindowToParentTo(bool get_real_hwnd);
159 parent = GetWindowToParentTo(false); in Init()162 parent = GetWindowToParentTo(true); in Init()
234 HWND GetWindowToParentTo(bool get_real_hwnd) { in GetWindowToParentTo() function
40 parent = gfx::GetWindowToParentTo(true); in ShowMessageBox()
452 DoPopupOrFullscreenInit(gfx::GetWindowToParentTo(true), pos, 0); in InitAsFullscreen()627 if (!is_fullscreen_ && GetParent() == gfx::GetWindowToParentTo(true)) { in Hide()