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

  /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
event.cc 285 root_location_(location_) {
295 root_location_(root_location) {
304 root_location_ = location_;
  /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...]

Completed in 73 milliseconds