HomeSort by relevance Sort by last modified time
    Searched full:y_root (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_context_menu_gtk.cc 33 menu_->PopupAsContext(gfx::Point(event->x_root, event->y_root),
download_shelf_gtk.cc 357 gfx::Point(event->motion.x_root, event->motion.y_root);
361 gfx::Point(event->crossing.x_root, event->crossing.y_root);
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk_unittest.cc 26 first_click.x = first_click.y = first_click.x_root = first_click.y_root = 100;
96 mouse_down.x = mouse_down.y = mouse_down.x_root = mouse_down.y_root = 100;
133 mouse_move.x = mouse_move.y = mouse_move.x_root = mouse_move.y_root =
148 mouse_move.x = mouse_move.y = mouse_move.x_root = mouse_move.y_root =
web_input_event_builders_gtk.cc 431 result.globalY = static_cast<int>(event->y_root);
486 result.globalY = static_cast<int>(event->y_root);
520 result.globalY = static_cast<int>(event->y_root);
578 result.globalY = static_cast<int>(event->y_root);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventFactoryTestGtk.cpp 54 firstClick.x = firstClick.y = firstClick.x_root = firstClick.y_root = 100;
123 mouseDown.x = mouseDown.y = mouseDown.x_root = mouseDown.y_root = 100;
158 mouseMove.x = mouseMove.y = mouseMove.x_root = mouseMove.y_root = mouseDown.x + 100;
172 mouseMove.x = mouseMove.y = mouseMove.x_root = mouseMove.y_root = mouseDown.x;
  /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_org/ui/events/x/
events_x_unittest.cc 34 // x_root/y_root and window/root/subwindow.
134 event.xcrossing.y_root = 120;
147 event.xcrossing.y_root = 240;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_window_move_client.cc 52 gfx::Point cursor_point(event->x_root, event->y_root);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 70 menu.tk_popup(event.x_root, event.y_root)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 70 menu.tk_popup(event.x_root, event.y_root)
  /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;
  /external/chromium_org/ui/base/test/
ui_controls_gtk.cc 85 event->motion.y_root = y;
210 event->button.y_root = y + origin_y;
  /external/chromium_org/ui/events/test/
events_test_utils_x11.cc 146 event_->xkey.y_root = 0;
169 event_->xbutton.y_root = 0;
  /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:__anon39618
223 int y_root; /* coordinates relative to root */ member in struct:__anon39619
256 int y_root; /* coordinates relative to root */ member in struct:__anon39620
313 int x_root, y_root; member in struct:__anon39622
    [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:__anon41208
223 int y_root; /* coordinates relative to root */ member in struct:__anon41209
256 int y_root; /* coordinates relative to root */ member in struct:__anon41210
313 int x_root, y_root; member in struct:__anon41212
    [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:__anon42723
223 int y_root; /* coordinates relative to root */ member in struct:__anon42724
256 int y_root; /* coordinates relative to root */ member in struct:__anon42725
313 int x_root, y_root; member in struct:__anon42727
    [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);
  /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/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 365 MouseMoved(gfx::Point(event->x_root, event->y_root), false);
371 MouseMoved(gfx::Point(event->x_root, event->y_root), false);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 139 menu_controller_->RunMenu(gfx::Point(event->x_root, event->y_root),
232 gint old_y = static_cast<gint>(last_mouse_down_->button.y_root);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryGtk.cpp 459 result.globalY = static_cast<int>(event->y_root);
514 result.globalY = static_cast<int>(event->y_root);
549 result.globalY = static_cast<int>(event->y_root);
593 result.globalY = static_cast<int>(event->y_root);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 583 motion_event.y_root = event.globalY;
602 crossing_event.y_root = event.globalY;
626 button_event.y_root = event.globalY;
675 // NOTE: We don't have the correct information for x/y/x_root/y_root. Firefox
680 key_event.y_root = -1;
  /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);

Completed in 1147 milliseconds

1 2 3