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

  /external/chromium_org/ui/base/gestures/
gesture_recognizer_impl.cc 122 target = touch_id_target_for_gestures_[touch_id];
178 &touch_id_target_for_gestures_);
223 touch_id_target_for_gestures_[event.touch_id()] = target;
243 RemoveConsumerFromMap(consumer, &touch_id_target_for_gestures_);
gesture_recognizer_impl.h 60 // Both |touch_id_target_| and |touch_id_target_for_gestures_| map a touch-id
62 // ET_TOUCH_RELEASE and ET_TOUCH_CANCEL. |touch_id_target_for_gestures_| are
65 TouchIdToConsumerMap touch_id_target_for_gestures_; member in class:ui::GestureRecognizerImpl

Completed in 43 milliseconds