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

  /external/chromium_org/ui/base/gestures/
gesture_recognizer_impl.cc 115 return touch_id_target_[event->touch_id()];
151 return touch_id_target_[closest_point->touch_id()];
160 for (TouchIdToConsumerMap::iterator i = touch_id_target_.begin();
161 i != touch_id_target_.end(); ++i) {
176 &touch_id_target_);
217 touch_id_target_.erase(event.touch_id());
219 touch_id_target_[event.touch_id()] = gesture_consumer_ignorer_.get();
221 touch_id_target_[event.touch_id()] = target;
242 RemoveConsumerFromMap(consumer, &touch_id_target_);
gesture_recognizer_impl.h 60 // Both |touch_id_target_| and |touch_id_target_for_gestures_| map a touch-id
61 // to its target window. touch-ids are removed from |touch_id_target_| on
64 TouchIdToConsumerMap touch_id_target_; member in class:ui::GestureRecognizerImpl

Completed in 427 milliseconds