/external/webkit/Source/WebKit/chromium/tests/ |
WebInputEventFactoryTestGtk.cpp | 49 firstClick.x = firstClick.y = firstClick.x_root = firstClick.y_root = 100; 118 mouseDown.x = mouseDown.y = mouseDown.x_root = mouseDown.y_root = 100; 153 mouseMove.x = mouseMove.y = mouseMove.x_root = mouseMove.y_root = mouseDown.x + 100; 167 mouseMove.x = mouseMove.y = mouseMove.x_root = mouseMove.y_root = mouseDown.x;
|
/external/webkit/Source/WebCore/platform/gtk/ |
PlatformMouseEventGtk.cpp | 43 m_globalPosition = IntPoint((int)event->x_root, (int)event->y_root); 82 m_globalPosition = IntPoint((int)motion->x_root, (int)motion->y_root);
|
PlatformWheelEventGtk.cpp | 63 m_globalPosition = IntPoint(static_cast<int>(event->x_root), static_cast<int>(event->y_root));
|
/external/quake/quake/src/WinQuake/ |
in_sun.cpp | 62 int x_root, y_root; variable 117 y_root = y_root_old = vid.height >> 1;
|
/external/chromium/chrome/browser/chromeos/frame/ |
panel_controller.cc | 221 mouse_down_abs_y_ = last_button_event.y_root; 283 last_motion_event.y_root - mouse_down_abs_y_)) { 291 msg.set_param(2, last_motion_event.y_root - mouse_down_offset_y_);
|
/external/chromium/chrome/browser/automation/ |
ui_controls_linux.cc | 85 event->motion.y_root = y + origin_y; 205 event->button.y_root = y + origin_y;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XInput.h | 174 * fields of the x,y and x_root,y_root fields. 191 int y_root; /* coordinates relative to root */ member in struct:__anon22479 223 int y_root; /* coordinates relative to root */ member in struct:__anon22480 256 int y_root; /* coordinates relative to root */ member in struct:__anon22481 313 int x_root, y_root; member in struct:__anon22483 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XInput.h | 174 * fields of the x,y and x_root,y_root fields. 191 int y_root; /* coordinates relative to root */ member in struct:__anon24069 223 int y_root; /* coordinates relative to root */ member in struct:__anon24070 256 int y_root; /* coordinates relative to root */ member in struct:__anon24071 313 int x_root, y_root; member in struct:__anon24073 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XInput.h | 174 * fields of the x,y and x_root,y_root fields. 191 int y_root; /* coordinates relative to root */ member in struct:__anon25581 223 int y_root; /* coordinates relative to root */ member in struct:__anon25582 256 int y_root; /* coordinates relative to root */ member in struct:__anon25583 313 int x_root, y_root; member in struct:__anon25585 [all...] |
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 335 gfx::Point(event->motion.x_root, event->motion.y_root); 339 gfx::Point(event->crossing.x_root, event->crossing.y_root);
|
/external/chromium/chrome/browser/ui/gtk/ |
status_bubble_gtk.cc | 350 MouseMoved(gfx::Point(event->x_root, event->y_root), false); 356 MouseMoved(gfx::Point(event->x_root, event->y_root), false);
|
tab_contents_drag_source.cc | 164 static_cast<int>(event_motion->y_root));
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 194 menu_controller_->RunMenu(gfx::Point(event->x_root, event->y_root), 280 gint old_y = static_cast<gint>(last_mouse_down_->button.y_root);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
NetscapePluginX11.cpp | 291 xEvent.y_root = webEvent.globalPosition().y(); 413 xKey.y_root = 0;
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 299 xEvent.xkey.y_root = 0; 347 xbutton.y_root = event->screenY(); 374 xmotion.y_root = event->screenY(); 390 xcrossing.y_root = event->screenY();
|
/external/webkit/Source/WebKit/chromium/src/gtk/ |
WebInputEventFactory.cpp | 418 result.globalY = static_cast<int>(event->y_root); 473 result.globalY = static_cast<int>(event->y_root); 508 result.globalY = static_cast<int>(event->y_root); 552 result.globalY = static_cast<int>(event->y_root);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
EventSender.cpp | 145 event->button.y_root = yRoot; 400 event->motion.y_root = yRoot; 523 event.motion.y_root = yRoot; 576 event->motion.x_root, event->motion.y_root, [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_gtk.cc | 273 scroll_event.y_root = event->y_root; [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_gtk.cc | 50 tab_contents, gfx::Point(event->x_root, event->y_root), false); 59 tab_contents, gfx::Point(event->x_root, event->y_root), true);
|
/external/webkit/Source/WebCore/plugins/qt/ |
PluginViewQt.cpp | 451 xEvent->xkey.y_root = 0; 494 xbutton.y_root = event->screenY(); 521 xmotion.y_root = event->screenY(); 537 xcrossing.y_root = event->screenY(); [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.cc | 278 context_menu_->PopupAsContext(gfx::Point(event->x_root, event->y_root),
|
bookmark_editor_gtk.cc | 554 menu_controller_->RunMenu(gfx::Point(event->x_root, event->y_root),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 599 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22222 617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22223 635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22224 652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22225 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 599 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23812 617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23813 635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23814 652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23815 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 599 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25324 617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25325 635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25326 652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25327 [all...] |