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 251 root_location_ = root_location;
253 gfx::Point root_location() const { return root_location_; }
256 // This is applied to both |location_| and |root_location_|.
276 root_location_(model.root_location_) {
291 gfx::Point root_location_; member in class:ui::LocatedEvent
event.cc 249 root_location_(location_) {
259 root_location_(root_location) {
267 root_location_ = location_ = gfx::ToFlooredPoint(p.AsPointF());
491 root_location_ -= origin.OffsetFromOrigin();
  /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::__anon3205::EventLocationRecordingEventHandler
    [all...]

Completed in 44 milliseconds