Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/win/
Dhwnd_util.h50 GFX_EXPORT HWND GetWindowToParentTo(bool get_real_hwnd);
Dhwnd_util.cc234 HWND GetWindowToParentTo(bool get_real_hwnd) { in GetWindowToParentTo() argument
237 return get_real_hwnd ? ::GetDesktopWindow() : HWND_DESKTOP; in GetWindowToParentTo()