OnDoubleTapEvent  232 ui/events/gesture_detection/gesture_detector.cc           handled |= double_tap_listener_->OnDoubleTapEvent(ev);
OnDoubleTapEvent  268 ui/events/gesture_detection/gesture_detector.cc           handled |= double_tap_listener_->OnDoubleTapEvent(ev);
OnDoubleTapEvent  298 ui/events/gesture_detection/gesture_detector.cc           handled |= double_tap_listener_->OnDoubleTapEvent(ev);
OnDoubleTapEvent   53 ui/events/gesture_detection/gesture_detector.h     virtual bool OnDoubleTapEvent(const MotionEvent& e) = 0;
OnDoubleTapEvent   76 ui/events/gesture_detection/gesture_detector.h     virtual bool OnDoubleTapEvent(const MotionEvent& e) OVERRIDE;