Searched defs:root_location_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc94 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::__anon1895::EventLocationRecordingEventHandler
/external/chromium_org/ui/events/
H A Devent.h274 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 483 milliseconds