Home
last modified time | relevance | path

Searched refs:GetWindowToParentTo (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/win/
Dhwnd_util.h50 GFX_EXPORT HWND GetWindowToParentTo(bool get_real_hwnd);
Dwindow_impl.cc159 parent = GetWindowToParentTo(false); in Init()
162 parent = GetWindowToParentTo(true); in Init()
Dhwnd_util.cc234 HWND GetWindowToParentTo(bool get_real_hwnd) { in GetWindowToParentTo() function
/external/chromium_org/chrome/browser/ui/views/
Dsimple_message_box_win.cc40 parent = gfx::GetWindowToParentTo(true); in ShowMessageBox()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.cc452 DoPopupOrFullscreenInit(gfx::GetWindowToParentTo(true), pos, 0); in InitAsFullscreen()
627 if (!is_fullscreen_ && GetParent() == gfx::GetWindowToParentTo(true)) { in Hide()