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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 96 gfx::Point root_location = location; local
97 root_window_->ConvertPointFromNativeScreen(&root_location);
99 root_window_->GetEventHandlerForPoint(root_location);
117 location = root_location;
122 root_location,
desktop_drag_drop_client_aurax11.cc 567 const gfx::Point& root_location,
683 gfx::Point root_location = root_window_location; local
684 root_window_->ConvertPointFromNativeScreen(&root_location);
686 root_window_->GetEventHandlerForPoint(root_location);
705 gfx::Point location = root_location;
709 target_window_root_location_ = root_location;
714 root_location,
  /external/chromium_org/ui/base/events/
event.h 273 void set_root_location(const gfx::Point& root_location) {
274 root_location_ = root_location;
276 gfx::Point root_location() const { return root_location_; } function in class:ui::LocatedEvent
305 const gfx::Point& root_location,
345 const gfx::Point& root_location,
465 const gfx::Point& root_location,
609 const gfx::Point& root_location,

Completed in 408 milliseconds