Home
last modified time | relevance | path

Searched refs:ClientToScreen (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/win8/metro_driver/ime/
Dtext_service.cc404 ClientToScreen(window_handle_, &left_top); in GetCaretBounds()
405 ClientToScreen(window_handle_, &right_bottom); in GetCaretBounds()
424 ClientToScreen(window_handle_, &left_top); in GetCompositionCharacterBounds()
425 ClientToScreen(window_handle_, &right_bottom); in GetCompositionCharacterBounds()
Dtext_store.cc195 if (!ClientToScreen(window_handle_, &left_top)) in GetScreenExt()
197 if (!ClientToScreen(window_handle_, &right_bottom)) in GetScreenExt()
/external/chromium_org/tools/site_compare/drivers/win32/
Dwindowing.py116 upper_left = win32gui.ClientToScreen(hwnd, (rect[0], rect[1]))
117 lower_right = win32gui.ClientToScreen(hwnd, (rect[2], rect[3]))
Dmouse.py169 pos = win32gui.ClientToScreen(hwnd, offset)
/external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
DWin32Window.cpp162 ClientToScreen(hWnd, &topLeft); in WndProc()
181 ClientToScreen(hWnd, &topLeft); in WndProc()
186 ClientToScreen(hWnd, &botRight); in WndProc()
507 ClientToScreen(mNativeWindow, &topLeft); in setMousePosition()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_syswm.c249 ClientToScreen(SDL_Window, &pt); in WIN_GrabInput()
264 ClientToScreen(SDL_Window, &pt); in WIN_GrabInput()
DSDL_sysmouse.c226 ClientToScreen(SDL_Window, &pt); in WIN_WarpWMCursor()
DSDL_sysevents.c586 ClientToScreen(SDL_Window, &pt); in WinMessage()
592 ClientToScreen(SDL_Window, &pt); in WinMessage()
/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h46 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) = 0;
/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_win.cc177 ClientToScreen(web_contents_->GetNativeView(), &point); in ShowContextMenu()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc532 ::ClientToScreen(GetHWND(), &cursor_location); in MoveCursorToNative()
821 ClientToScreen(GetHWND(), &target_location); in HandleTouchEvent()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5events.c318 ClientToScreen(SDL_Window, &cursor); in post_mouse_motion()
354 ClientToScreen(SDL_Window, &center); in post_mouse_motion()
/external/chromium_org/build/win/importlibs/x86/
Duser32.winxp.imports81 'ClientToScreen@8',
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_framebuffer.c162 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
/external/chromium_org/content/browser/renderer_host/input/
Dweb_input_event_builders_win.cc252 ClientToScreen(hwnd, &global_point); in Build()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_framebuffer.c162 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c342 ClientToScreen(SDL_Window, &center); in DIB_GenerateMouseMotionEvent()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp1142 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in PopupNoteItemMenu()
1725 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnLButtonDown()
DPWL_Edit.cpp644 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnRButtonUp()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp33 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) {} in ClientToScreen() function in CFX_SystemHandler
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc463 ClientToScreen(hwnd(), &point); in GetClientAreaBoundsInScreen()
2421 ::ClientToScreen(hwnd(), &mouse_location); in IsSynthesizedMouseMessage()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.cc1001 ::ClientToScreen(parent_hwnd, &top_left); in get_imagePosition()