HomeSort by relevance Sort by last modified time
    Searched defs:root_location (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 108 gfx::Point root_location(screen_x, screen_y);
113 &root_location);
119 if (root_location != root_current_location && button_down_mask == 0) {
122 host_->window()->MoveCursorTo(root_location); variable
127 xmotion->x = root_location.x();
128 xmotion->y = root_location.y();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 98 gfx::Point root_location = location; local
100 &root_location);
102 root_window_->GetEventHandlerForPoint(root_location);
120 location = root_location;
125 root_location,
desktop_drag_drop_client_aurax11.cc 608 const gfx::Point& root_location,
883 gfx::Point root_location = root_window_location; local
884 root_window_->GetHost()->ConvertPointFromNativeScreen(&root_location);
886 root_window_->GetEventHandlerForPoint(root_location);
905 gfx::Point location = root_location;
909 target_window_root_location_ = root_location;
914 root_location,
    [all...]
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 135 gfx::Point root_location = screen_location; variable
142 &root_location);
150 if (root_location != root_current_location && button_down_mask == 0) {
153 root_window->MoveCursorTo(root_location);
158 xmotion->x = root_location.x();
159 xmotion->y = root_location.y();
  /external/chromium_org/ui/aura/
window_event_dispatcher.cc 218 const gfx::Point& root_location) {
219 SetLastMouseLocation(window(), root_location); local
263 SetLastMouseLocation(window(), event.root_location());
767 SetLastMouseLocation(window(), event->root_location());
790 SetLastMouseLocation(window(), event->root_location());
    [all...]
  /external/chromium_org/ui/events/
event.h 273 void set_root_location(const gfx::PointF& root_location) {
274 root_location_ = root_location;
276 gfx::Point root_location() const { function in class:ui::LocatedEvent
317 const gfx::PointF& root_location,
357 const gfx::PointF& root_location,
461 const gfx::PointF& root_location,

Completed in 487 milliseconds