Home | History | Annotate | Download | only in chromeos

Lines Matching defs:touch_id

89   const int touch_id = touch_event.touch_id();
94 current_touch_ids_.push_back(touch_id);
95 touch_locations_.insert(std::pair<int, gfx::PointF>(touch_id, location));
98 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
105 touch_locations_.erase(touch_id);
108 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
211 event.touch_id(),
243 initial_press_->touch_id(),
266 event.touch_id(),
296 if (event.touch_id() == initial_press_->touch_id()) {
301 initial_touch_id_passthrough_mapping_ = event.touch_id();
304 touch_locations_[initial_press_->touch_id()],
313 if (event.touch_id() == initial_press_->touch_id()) {
346 if (event.touch_id() == last_touch_exploration_->touch_id()){
366 initial_press_->touch_id(),
447 prev_event_->touch_id() != touch_event.touch_id()) {
450 const int touch_id = touch_event.touch_id();
455 << "\n Touch ID: " << touch_id