/external/chromium_org/win8/metro_driver/ime/ |
D | text_service.cc | 404 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()
|
D | text_store.cc | 195 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/ |
D | windowing.py | 116 upper_left = win32gui.ClientToScreen(hwnd, (rect[0], rect[1])) 117 lower_right = win32gui.ClientToScreen(hwnd, (rect[2], rect[3]))
|
D | mouse.py | 169 pos = win32gui.ClientToScreen(hwnd, offset)
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/win32/ |
D | Win32Window.cpp | 162 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/ |
D | SDL_syswm.c | 249 ClientToScreen(SDL_Window, &pt); in WIN_GrabInput() 264 ClientToScreen(SDL_Window, &pt); in WIN_GrabInput()
|
D | SDL_sysmouse.c | 226 ClientToScreen(SDL_Window, &pt); in WIN_WarpWMCursor()
|
D | SDL_sysevents.c | 586 ClientToScreen(SDL_Window, &pt); in WinMessage() 592 ClientToScreen(SDL_Window, &pt); in WinMessage()
|
/external/pdfium/fpdfsdk/include/ |
D | fx_systemhandler.h | 46 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) = 0;
|
/external/chromium_org/content/shell/browser/ |
D | shell_web_contents_view_delegate_win.cc | 177 ClientToScreen(web_contents_->GetNativeView(), &point); in ShowContextMenu()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host_win.cc | 532 ::ClientToScreen(GetHWND(), &cursor_location); in MoveCursorToNative() 821 ClientToScreen(GetHWND(), &target_location); in HandleTouchEvent()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5events.c | 318 ClientToScreen(SDL_Window, &cursor); in post_mouse_motion() 354 ClientToScreen(SDL_Window, ¢er); in post_mouse_motion()
|
/external/chromium_org/build/win/importlibs/x86/ |
D | user32.winxp.imports | 81 'ClientToScreen@8',
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_framebuffer.c | 162 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | web_input_event_builders_win.cc | 252 ClientToScreen(hwnd, &global_point); in Build()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_framebuffer.c | 162 if (ClientToScreen(fb->hWnd, &client_pos) && in stw_framebuffer_get_size()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
D | SDL_dibevents.c | 342 ClientToScreen(SDL_Window, ¢er); in DIB_GenerateMouseMotionEvent()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 1142 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in PopupNoteItemMenu() 1725 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnLButtonDown()
|
D | PWL_Edit.cpp | 644 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnRButtonUp()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 33 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) {} in ClientToScreen() function in CFX_SystemHandler
|
/external/chromium_org/ui/views/win/ |
D | hwnd_message_handler.cc | 463 ClientToScreen(hwnd(), &point); in GetClientAreaBoundsInScreen() 2421 ::ClientToScreen(hwnd(), &mouse_location); in IsSynthesizedMouseMessage()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_win.cc | 1001 ::ClientToScreen(parent_hwnd, &top_left); in get_imagePosition()
|