Searched refs:root_location_ (Results 1 - 3 of 3) sorted by relevance

/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
H A Devent.cc285 root_location_(location_) {
295 root_location_(root_location) {
304 root_location_ = location_;
/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

Completed in 992 milliseconds