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

/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc95 touch_locations_.insert(std::pair<int, gfx::PointF>(touch_id, location));
105 touch_locations_.erase(touch_id);
114 touch_locations_[*it] = location;
304 touch_locations_[initial_press_->touch_id()],
H A Dtouch_exploration_controller.h191 std::map<int, gfx::PointF> touch_locations_; member in class:ui::TouchExplorationController
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc463 const EventLocations& touch_locations() const { return touch_locations_; }
481 touch_locations_.clear();
501 touch_locations_.push_back(event->location());
514 EventLocations touch_locations_; member in class:aura::__anon15857::EventFilterRecorder

Completed in 162 milliseconds