HomeSort by relevance Sort by last modified time
    Searched refs:x_root (Results 1 - 25 of 41) 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_);
  /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.
190 int x_root; /* coordinates relative to root */ member in struct:__anon22483
222 int x_root; /* coordinates relative to root */ member in struct:__anon22484
255 int x_root; /* coordinates relative to root */ member in struct:__anon22485
313 int x_root, y_root; member in struct:__anon22487
    [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.
190 int x_root; /* coordinates relative to root */ member in struct:__anon24073
222 int x_root; /* coordinates relative to root */ member in struct:__anon24074
255 int x_root; /* coordinates relative to root */ member in struct:__anon24075
313 int x_root, y_root; member in struct:__anon24077
    [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.
190 int x_root; /* coordinates relative to root */ member in struct:__anon25585
222 int x_root; /* coordinates relative to root */ member in struct:__anon25586
255 int x_root; /* coordinates relative to root */ member in struct:__anon25587
313 int x_root, y_root; member in struct:__anon25589
    [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),
  /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),
  /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:__anon22226
617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22227
635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22228
652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon22229
    [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:__anon23816
617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23817
635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23818
652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon23819
    [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:__anon25328
617 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25329
635 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25330
652 int x_root, y_root; /* coordinates relative to root */ member in struct:__anon25331
    [all...]

Completed in 407 milliseconds

1 2