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

  /external/chromium_org/ash/
extended_desktop_unittest.cc 94 location_.ToString() + " " + root_location_.ToString();
105 root_location_ = event->root_location();
111 root_location_.SetPoint(-999, -999);
114 gfx::Point root_location_; member in class:ash::__anon6520::EventLocationRecordingEventHandler
    [all...]
  /external/chromium_org/ui/events/
event.h 274 root_location_ = root_location;
277 return gfx::ToFlooredPoint(root_location_);
280 return root_location_;
284 // This is applied to both |location_| and |root_location_|.
310 root_location_(model.root_location_) {
325 gfx::PointF root_location_; member in class:ui::LocatedEvent

Completed in 80 milliseconds