/external/chromium_org/ui/aura/test/ |
D | ui_controls_factory_aurawin.cc | 57 virtual bool SendMouseMove(long screen_x, long screen_y) { in SendMouseMove() argument 58 return SendMouseMoveImpl(screen_x, screen_y, base::Closure()); in SendMouseMove() 61 long screen_y, in SendMouseMoveNotifyWhenDone() argument 63 return SendMouseMoveImpl(screen_x, screen_y, task); in SendMouseMoveNotifyWhenDone()
|
D | ui_controls_factory_ozone.cc | 88 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE { in SendMouseMove() argument 89 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure()); in SendMouseMove() 93 long screen_y, in SendMouseMoveNotifyWhenDone() argument 95 gfx::Point root_location(screen_x, screen_y); in SendMouseMoveNotifyWhenDone()
|
D | ui_controls_factory_aurax11.cc | 101 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE { in SendMouseMove() argument 102 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure()); in SendMouseMove() 106 long screen_y, in SendMouseMoveNotifyWhenDone() argument 108 gfx::Point root_location(screen_x, screen_y); in SendMouseMoveNotifyWhenDone()
|
/external/chromium_org/ui/base/test/ |
D | ui_controls.h | 62 bool SendMouseMove(long screen_x, long screen_y); 64 long screen_y,
|
D | ui_controls_internal_win.cc | 259 long screen_y, in SendMouseMoveImpl() argument 264 if (screen_x == current_pos.x && screen_y == current_pos.y) { in SendMouseMoveImpl() 275 LONG pixel_y = static_cast<LONG>(screen_y * (65535.0f / screen_height)); in SendMouseMoveImpl()
|
D | ui_controls_internal_win.h | 23 bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task);
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_topmost_window_finder_interactive_uitest.cc | 172 XID FindTopmostXWindowAt(int screen_x, int screen_y) { in FindTopmostXWindowAt() argument 174 return finder.FindWindowAt(gfx::Point(screen_x, screen_y)); in FindTopmostXWindowAt() 179 aura::Window* FindTopmostLocalProcessWindowAt(int screen_x, int screen_y) { in FindTopmostLocalProcessWindowAt() argument 181 return finder.FindLocalProcessWindowAt(gfx::Point(screen_x, screen_y), in FindTopmostLocalProcessWindowAt() 190 int screen_y, in FindTopmostLocalProcessWindowWithIgnore() argument 195 return finder.FindLocalProcessWindowAt(gfx::Point(screen_x, screen_y), in FindTopmostLocalProcessWindowWithIgnore()
|
/external/chromium_org/content/test/plugin/ |
D | plugin_windowless_test.cc | 249 double screen_x, screen_y; in ConvertPoint() local 251 &screen_x, &screen_y, NPCoordinateSpaceScreen); in ConvertPoint() 280 else if (flipped_screen_y != main_display_bounds.size.height - screen_y) in ConvertPoint() 300 error_string.append(StringForPoint(screen_x, screen_y)); in ConvertPoint()
|
/external/chromium_org/ui/views/test/ |
D | ui_controls_factory_desktop_aurax11.cc | 127 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE { in SendMouseMove() argument 128 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure()); in SendMouseMove() 132 long screen_y, in SendMouseMoveNotifyWhenDone() argument 134 gfx::Point screen_location(screen_x, screen_y); in SendMouseMoveNotifyWhenDone()
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_embedder.cc | 111 int screen_x, int screen_y, blink::WebDragOperation operation) { in DragSourceEndedAt() argument 116 client_y - guest_offset.y(), screen_x, screen_y, operation); in DragSourceEndedAt()
|
D | browser_plugin_embedder.h | 56 int screen_y, blink::WebDragOperation operation);
|
D | browser_plugin_guest.h | 189 int screen_y, blink::WebDragOperation operation);
|
D | browser_plugin_guest.cc | 382 int screen_x, int screen_y, blink::WebDragOperation operation) { in DragSourceEndedAt() argument 384 screen_x, screen_y, operation); in DragSourceEndedAt()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11wm.c | 404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) in is_window_visible() argument 414 y >= screen_y && y + attr.height <= screen_y + screen_h ); in is_window_visible()
|
/external/chromium_org/content/public/browser/ |
D | render_view_host.h | 113 int client_x, int client_y, int screen_x, int screen_y,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 525 -pPixmap->screen_y); in display_video() 558 offset_y += pPixmap->screen_y; in display_video()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 525 -pPixmap->screen_y); in display_video() 558 offset_y += pPixmap->screen_y; in display_video()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 677 int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(posy); in _SetPathToDC() local 680 MoveToEx(hDC, screen_x, screen_y, NULL); in _SetPathToDC() 685 LineTo(hDC, screen_x, screen_y); in _SetPathToDC() 689 lppt[0].y = screen_y; in _SetPathToDC()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_impl.h | 155 int client_x, int client_y, int screen_x, int screen_y,
|
D | render_view_host_impl.cc | 722 int client_x, int client_y, int screen_x, int screen_y, in DragSourceEndedAt() argument 726 gfx::Point(screen_x, screen_y), in DragSourceEndedAt()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 2315 int screen_x, int screen_y, blink::WebDragOperation operation) { in DragSourceEndedAt() argument 2318 screen_x, screen_y, operation); in DragSourceEndedAt() 2321 screen_x, screen_y, operation); in DragSourceEndedAt()
|
D | web_contents_impl.h | 163 int screen_y, blink::WebDragOperation operation); in NON_EXPORTED_BASE()
|