Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/test/
Dui_controls_factory_aurawin.cc57 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()
Dui_controls_factory_ozone.cc88 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()
Dui_controls_factory_aurax11.cc101 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/
Dui_controls.h62 bool SendMouseMove(long screen_x, long screen_y);
64 long screen_y,
Dui_controls_internal_win.cc259 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()
Dui_controls_internal_win.h23 bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task);
/external/chromium_org/ui/views/widget/desktop_aura/
Dx11_topmost_window_finder_interactive_uitest.cc172 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/
Dplugin_windowless_test.cc249 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/
Dui_controls_factory_desktop_aurax11.cc127 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/
Dbrowser_plugin_embedder.cc111 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()
Dbrowser_plugin_embedder.h56 int screen_y, blink::WebDragOperation operation);
Dbrowser_plugin_guest.h189 int screen_y, blink::WebDragOperation operation);
Dbrowser_plugin_guest.cc382 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/
DSDL_x11wm.c404 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/
Drender_view_host.h113 int client_x, int client_y, int screen_x, int screen_y,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_xv.c525 -pPixmap->screen_y); in display_video()
558 offset_y += pPixmap->screen_y; in display_video()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c525 -pPixmap->screen_y); in display_video()
558 offset_y += pPixmap->screen_y; in display_video()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp677 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/
Drender_view_host_impl.h155 int client_x, int client_y, int screen_x, int screen_y,
Drender_view_host_impl.cc722 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/
Dweb_contents_impl.cc2315 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()
Dweb_contents_impl.h163 int screen_y, blink::WebDragOperation operation); in NON_EXPORTED_BASE()