/external/webkit/Source/WebKit/chromium/tests/ |
D | WebInputEventFactoryTestGtk.cpp | 49 firstClick.x = firstClick.y = firstClick.x_root = firstClick.y_root = 100; in TEST() 118 mouseDown.x = mouseDown.y = mouseDown.x_root = mouseDown.y_root = 100; in TEST() 153 mouseMove.x = mouseMove.y = mouseMove.x_root = mouseMove.y_root = mouseDown.x + 100; in TEST() 167 mouseMove.x = mouseMove.y = mouseMove.x_root = mouseMove.y_root = mouseDown.x; in TEST()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PlatformMouseEventGtk.cpp | 43 m_globalPosition = IntPoint((int)event->x_root, (int)event->y_root); in PlatformMouseEvent() 82 m_globalPosition = IntPoint((int)motion->x_root, (int)motion->y_root); in PlatformMouseEvent()
|
D | PlatformWheelEventGtk.cpp | 63 m_globalPosition = IntPoint(static_cast<int>(event->x_root), static_cast<int>(event->y_root)); in PlatformWheelEvent()
|
/external/webkit/Source/WebKit/chromium/src/gtk/ |
D | WebInputEventFactory.cpp | 418 result.globalY = static_cast<int>(event->y_root); in mouseEvent() 473 result.globalY = static_cast<int>(event->y_root); in mouseEvent() 508 result.globalY = static_cast<int>(event->y_root); in mouseEvent() 552 result.globalY = static_cast<int>(event->y_root); in mouseWheelEvent()
|
/external/quake/quake/src/WinQuake/ |
D | in_sun.cpp | 62 int x_root, y_root; variable 117 y_root = y_root_old = vid.height >> 1; in CheckMouseState()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | panel_controller.cc | 221 mouse_down_abs_y_ = last_button_event.y_root; in TitleMousePressed() 283 last_motion_event.y_root - mouse_down_abs_y_)) { in TitleMouseDragged() 291 msg.set_param(2, last_motion_event.y_root - mouse_down_offset_y_); in TitleMouseDragged()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.cc | 273 scroll_event.y_root = event->y_root; in OnButtonPressReleaseEvent() 940 gdk_screen_get_monitor_at_point(screen, event->x_root, event->y_root); in ModifyEventForEdgeDragging() 954 if (event->y == 0 && event->y_root == 0) { in ModifyEventForEdgeDragging() 957 drag_monitor_size.height() - 1 == static_cast<gint>(event->y_root)) { in ModifyEventForEdgeDragging() 963 event->y_root += new_dragged_at_vertical_edge; in ModifyEventForEdgeDragging()
|
/external/chromium/chrome/browser/automation/ |
D | ui_controls_linux.cc | 85 event->motion.y_root = y + origin_y; in FakeAMouseMotionEvent() 205 event->button.y_root = y + origin_y; in SendMouseEvents()
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_shelf_gtk.cc | 335 gfx::Point(event->motion.x_root, event->motion.y_root); in DidProcessEvent() 339 gfx::Point(event->crossing.x_root, event->crossing.y_root); in DidProcessEvent()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_gtk.cc | 194 menu_controller_->RunMenu(gfx::Point(event->x_root, event->y_root), in OnButtonPressEvent() 280 gint old_y = static_cast<gint>(last_mouse_down_->button.y_root); in DidProcessEvent()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | status_bubble_gtk.cc | 350 MouseMoved(gfx::Point(event->x_root, event->y_root), false); in HandleEnterNotify() 356 MouseMoved(gfx::Point(event->x_root, event->y_root), false); in HandleMotionNotify()
|
D | tab_contents_drag_source.cc | 164 static_cast<int>(event_motion->y_root)); in DidProcessEvent()
|
D | browser_window_gtk.cc | 2072 static_cast<int>(event->y_root - win_y)); in OnButtonPressEvent() 2131 static_cast<gint>(event->y_root), in OnButtonPressEvent() 2139 static_cast<gint>(event->y_root), in OnButtonPressEvent()
|
D | browser_actions_toolbar_gtk.cc | 954 menu->PopupAsContext(gfx::Point(event->x_root, event->y_root), in OnOverflowMenuButtonPress()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
D | NetscapePluginX11.cpp | 291 xEvent.y_root = webEvent.globalPosition().y(); in setCommonMouseEventFields() 413 xKey.y_root = 0; in setXKeyEventFields()
|
/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 299 xEvent.xkey.y_root = 0; in handleKeyboardEvent() 347 xbutton.y_root = event->screenY(); in setXButtonEventSpecificFields() 374 xmotion.y_root = event->screenY(); in setXMotionEventSpecificFields() 390 xcrossing.y_root = event->screenY(); in setXCrossingEventSpecificFields()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents_view_gtk.cc | 50 tab_contents, gfx::Point(event->x_root, event->y_root), false); in OnLeaveNotify() 59 tab_contents, gfx::Point(event->x_root, event->y_root), true); in OnMouseMove()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EventSender.cpp | 145 event->button.y_root = yRoot; in prepareMouseButtonEvent() 400 event->motion.y_root = yRoot; in mouseMoveToCallback() 523 event.motion.y_root = yRoot; in beginDragWithFilesCallback() 576 event->motion.x_root, event->motion.y_root, in dispatchEvent()
|
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 451 xEvent->xkey.y_root = 0; in setXKeyEventSpecificFields() 494 xbutton.y_root = event->screenY(); in setXButtonEventSpecificFields() 521 xmotion.y_root = event->screenY(); in setXMotionEventSpecificFields() 537 xcrossing.y_root = event->screenY(); in setXCrossingEventSpecificFields()
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_menu_controller_gtk.cc | 278 context_menu_->PopupAsContext(gfx::Point(event->x_root, event->y_root), in OnMenuButtonPressedOrReleased()
|
D | bookmark_editor_gtk.cc | 554 menu_controller_->RunMenu(gfx::Point(event->x_root, event->y_root), in OnTreeViewButtonPressEvent()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11events.c | 524 printf("DGA motion: %d,%d\n", xevent.xmotion.x_root, xevent.xmotion.y_root); in X11_DispatchEvent() 528 xevent.xmotion.y_root); in X11_DispatchEvent()
|
/external/quake/quake/src/QW/client/ |
D | gl_vidlinuxglx.c | 292 mouse_y = event.xmotion.y_root; in GetEvent()
|
D | gl_vidlinux_x11.c | 342 mouse_y += x_event.xmotion.y_root; in Mouse_Update()
|
/external/chromium/chrome/browser/chromeos/notifications/ |
D | notification_panel.cc | 111 gfx::Point p(event->x_root, event->y_root); in OnLeaveNotify()
|