/external/chromium_org/ui/aura/test/ |
ui_controls_factory_aurawin.cc | 57 virtual bool SendMouseMove(long screen_x, long screen_y) { 58 return SendMouseMoveImpl(screen_x, screen_y, base::Closure()); 61 long screen_y, 63 return SendMouseMoveImpl(screen_x, screen_y, task);
|
ui_controls_factory_aurax11.cc | 99 virtual bool SendMouseMove(long screen_x, long screen_y) OVERRIDE { 100 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure()); 104 long screen_y, 106 gfx::Point root_location(screen_x, screen_y);
|
/external/chromium_org/ui/base/test/ |
ui_controls_internal_win.h | 23 bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task);
|
ui_controls.h | 62 bool SendMouseMove(long screen_x, long screen_y); 64 long screen_y,
|
ui_controls_internal_win.cc | 259 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));
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_topmost_window_finder_unittest.cc | 168 XID FindTopmostXWindowAt(int screen_x, int screen_y) { 170 return finder.FindWindowAt(gfx::Point(screen_x, screen_y)); 175 aura::Window* FindTopmostLocalProcessWindowAt(int screen_x, int screen_y) { 177 return finder.FindLocalProcessWindowAt(gfx::Point(screen_x, screen_y), 186 int screen_y, 191 return finder.FindLocalProcessWindowAt(gfx::Point(screen_x, screen_y),
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_embedder.cc | 95 int screen_x, int screen_y, blink::WebDragOperation operation) { 100 client_y - guest_offset.y(), screen_x, screen_y, operation);
|
browser_plugin_embedder.h | 56 int screen_y, blink::WebDragOperation operation);
|
browser_plugin_guest.cc | 352 int screen_x, int screen_y, blink::WebDragOperation operation) { 354 screen_x, screen_y, operation); [all...] |
browser_plugin_guest.h | 188 int screen_y, blink::WebDragOperation operation);
|
/external/chromium_org/content/test/plugin/ |
plugin_windowless_test.cc | 249 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/test/ |
ui_controls_factory_desktop_aurax11.cc | 127 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/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) 414 y >= screen_y && y + attr.height <= screen_y + screen_h );
|
/external/chromium_org/content/public/browser/ |
render_view_host.h | 113 int client_x, int client_y, int screen_x, int screen_y,
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_device.cpp | 677 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;
[all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 525 -pPixmap->screen_y); 558 offset_y += pPixmap->screen_y;
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 525 -pPixmap->screen_y); 558 offset_y += pPixmap->screen_y;
|
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_impl.cc | 807 int client_x, int client_y, int screen_x, int screen_y, 811 gfx::Point(screen_x, screen_y), [all...] |
render_view_host_impl.h | 166 int client_x, int client_y, int screen_x, int screen_y,
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl.cc | [all...] |
web_contents_impl.h | 151 int screen_y, blink::WebDragOperation operation); [all...] |