Searched refs:get_real_hwnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.h49 // container so in those cases you should pass true in |get_real_hwnd|.
50 GFX_EXPORT HWND GetWindowToParentTo(bool get_real_hwnd);
H A Dhwnd_util.cc235 HWND GetWindowToParentTo(bool get_real_hwnd) { argument
238 return get_real_hwnd ? ::GetDesktopWindow() : HWND_DESKTOP;

Completed in 99 milliseconds