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

  /external/chromium_org/ui/base/events/
event.h 274 root_location_ = root_location;
276 gfx::Point root_location() const { return root_location_; }
279 // This is applied to both |location_| and |root_location_|.
298 root_location_(model.root_location_) {
313 gfx::Point root_location_; member in class:ui::LocatedEvent
event.cc 270 root_location_(location_) {
280 root_location_(root_location) {
288 root_location_ = location_ = gfx::ToFlooredPoint(p.AsPointF());
503 root_location_ -= origin.OffsetFromOrigin();
  /external/chromium_org/ash/
extended_desktop_unittest.cc 99 location_.ToString() + " " + root_location_.ToString();
110 root_location_ = event->root_location();
116 root_location_.SetPoint(-999, -999);
119 gfx::Point root_location_; member in class:ash::__anon5910::EventLocationRecordingEventHandler
    [all...]

Completed in 120 milliseconds