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

/external/chromium_org/ui/base/test/
H A Dui_controls.h62 bool SendMouseMove(long screen_x, long screen_y);
64 long screen_y,
H A Dui_controls_internal_win.h23 bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task);
H A Dui_controls_internal_win.cc259 long screen_y,
264 if (screen_x == current_pos.x && screen_y == current_pos.y) {
275 LONG pixel_y = static_cast<LONG>(screen_y * (65535.0f / screen_height));
258 SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task) argument
/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurawin.cc57 virtual bool SendMouseMove(long screen_x, long screen_y) { argument
58 return SendMouseMoveImpl(screen_x, screen_y, base::Closure());
61 long screen_y,
63 return SendMouseMoveImpl(screen_x, screen_y, task);
60 SendMouseMoveNotifyWhenDone(long screen_x, long screen_y, const base::Closure& task) argument
H A Dui_controls_factory_aurax11.cc101 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE {
102 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
106 long screen_y,
108 gfx::Point root_location(screen_x, screen_y);
H A Dui_controls_factory_ozone.cc88 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE {
89 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
93 long screen_y,
95 gfx::Point root_location(screen_x, screen_y);
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc111 int screen_x, int screen_y, blink::WebDragOperation operation) {
116 client_y - guest_offset.y(), screen_x, screen_y, operation);
110 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
H A Dbrowser_plugin_embedder.h56 int screen_y, blink::WebDragOperation operation);
H A Dbrowser_plugin_guest.h189 int screen_y, blink::WebDragOperation operation);
H A Dbrowser_plugin_guest.cc382 int screen_x, int screen_y, blink::WebDragOperation operation) {
384 screen_x, screen_y, operation);
381 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc249 double screen_x, screen_y; local
251 &screen_x, &screen_y, NPCoordinateSpaceScreen); local
280 else if (flipped_screen_y != main_display_bounds.size.height - screen_y)
300 error_string.append(StringForPoint(screen_x, screen_y));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder_interactive_uitest.cc172 XID FindTopmostXWindowAt(int screen_x, int screen_y) { argument
174 return finder.FindWindowAt(gfx::Point(screen_x, screen_y));
179 aura::Window* FindTopmostLocalProcessWindowAt(int screen_x, int screen_y) { argument
181 return finder.FindLocalProcessWindowAt(gfx::Point(screen_x, screen_y),
190 int screen_y,
195 return finder.FindLocalProcessWindowAt(gfx::Point(screen_x, screen_y),
188 FindTopmostLocalProcessWindowWithIgnore( int screen_x, int screen_y, aura::Window* ignore_window) argument
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc127 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE {
128 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
132 long screen_y,
134 gfx::Point screen_location(screen_x, screen_y);
/external/chromium_org/content/public/browser/
H A Drender_view_host.h113 int client_x, int client_y, int screen_x, int screen_y,
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) argument
414 y >= screen_y && y + attr.height <= screen_y + screen_h );
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h155 int client_x, int client_y, int screen_x, int screen_y,
H A Drender_view_host_impl.cc722 int client_x, int client_y, int screen_x, int screen_y,
726 gfx::Point(screen_x, screen_y),
721 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp677 int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(posy); local
680 MoveToEx(hDC, screen_x, screen_y, NULL);
685 LineTo(hDC, screen_x, screen_y);
689 lppt[0].y = screen_y;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c525 -pPixmap->screen_y);
558 offset_y += pPixmap->screen_y;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c525 -pPixmap->screen_y);
558 offset_y += pPixmap->screen_y;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h163 int screen_y, blink::WebDragOperation operation);
H A Dweb_contents_impl.cc2315 int screen_x, int screen_y, blink::WebDragOperation operation) {
2318 screen_x, screen_y, operation);
2321 screen_x, screen_y, operation);
2314 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument

Completed in 485 milliseconds