HomeSort by relevance Sort by last modified time
    Searched refs:x_root (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/gtk/
PlatformWheelEventGtk.cpp 63 m_globalPosition = IntPoint(static_cast<int>(event->x_root), static_cast<int>(event->y_root));
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);
  /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/quake/quake/src/WinQuake/
in_sun.cpp 62 int x_root, y_root; variable
116 x_root = x_root_old = vid.width >> 1;
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 417 result.globalX = static_cast<int>(event->x_root);
472 result.globalX = static_cast<int>(event->x_root);
507 result.globalX = static_cast<int>(event->x_root);
551 result.globalX = static_cast<int>(event->x_root);
  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 84 event->motion.x_root = x + origin_x;
204 event->button.x_root = x + origin_x;
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 220 mouse_down_abs_x_ = last_button_event.x_root;
282 last_motion_event.x_root - mouse_down_abs_x_,
290 msg.set_param(1, last_motion_event.x_root - mouse_down_offset_x_);
  /prebuilt/linux-x86/toolchain/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.
190 int x_root; /* coordinates relative to root */ member in struct:__anon20343
222 int x_root; /* coordinates relative to root */ member in struct:__anon20344
255 int x_root; /* coordinates relative to root */ member in struct:__anon20345
313 int x_root, y_root; member in struct:__anon20347
    [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 163 static_cast<int>(event_motion->x_root),
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 194 menu_controller_->RunMenu(gfx::Point(event->x_root, event->y_root),
279 gint old_x = static_cast<gint>(last_mouse_down_->button.x_root);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 290 xEvent.x_root = webEvent.globalPosition().x();
412 xKey.x_root = 0;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 272 scroll_event.x_root = event->x_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/gtk/
PluginViewGtk.cpp 298 xEvent.xkey.x_root = 0;
346 xbutton.x_root = event->screenX();
373 xmotion.x_root = event->screenX();
389 xcrossing.x_root = event->screenX();
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 450 xEvent->xkey.x_root = 0;
493 xbutton.x_root = event->screenX();
520 xmotion.x_root = event->screenX();
536 xcrossing.x_root = event->screenX();
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 144 event->button.x_root = xRoot;
399 event->motion.x_root = xRoot;
522 event.motion.x_root = xRoot;
576 event->motion.x_root, event->motion.y_root,
    [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),
  /prebuilt/linux-x86/toolchain/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:__anon20086
617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon20087
635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon20088
652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon20089
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 519 printf("DGA motion: %d,%d\n", xevent.xmotion.x_root, xevent.xmotion.y_root);
522 xevent.xmotion.x_root,
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 341 mouse_x += x_event.xmotion.x_root;
gl_vidlinuxglx.c 291 mouse_x = event.xmotion.x_root;

Completed in 953 milliseconds

1 2