Searched refs:HWND_DESKTOP (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c105 WinLockWindowUpdate(HWND_DESKTOP, HWND_DESKTOP); \
107 WinLockWindowUpdate(HWND_DESKTOP, NULL); \
129 WinQueryWindowPos(HWND_DESKTOP, &swpDesktop);
354 WinMapWindowPoints(pVideo->hidden->hwndClient, HWND_DESKTOP, &ptl, 1); \
355 WinSetPointerPos(HWND_DESKTOP, ptl.x, ptl.y); \
726 WinSetPointer(HWND_DESKTOP, WinQuerySysPointer(HWND_DESKTOP, SPTR_ARROW, FALSE));
728 WinSetPointer(HWND_DESKTOP, NULL);
733 WinSetCapture(HWND_DESKTOP, hwn
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dminimize_button_metrics_win.cc34 MapWindowPoints(HWND_DESKTOP, hwnd, &minimize_button_corner, 1);
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc180 ::MapWindowPoints(HWND_DESKTOP, parent, &topleft, 1);
238 return get_real_hwnd ? ::GetDesktopWindow() : HWND_DESKTOP;
H A Dwindow_impl.cc192 if (parent == HWND_DESKTOP) {
193 // Only non-child windows can have HWND_DESKTOP (0) as their parent.
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc273 int result = MapWindowPoints(HWND_DESKTOP, hwnd_,
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1752 MapWindowPoints(HWND_DESKTOP, hwnd(), &temp, 1);
2337 MapWindowPoints(hwnd(), HWND_DESKTOP, &screen_point, 1); local
2363 MapWindowPoints(hwnd(), HWND_DESKTOP, &screen_point, 1); local

Completed in 3656 milliseconds