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

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.h 87 bool IsDoubleTapInProgress() const;
gesture_provider.cc 484 DCHECK(!IsDoubleTapInProgress());
599 DCHECK(!IsDoubleTapInProgress());
611 bool IsDoubleTapInProgress() const {
739 bool GestureProvider::IsDoubleTapInProgress() const {
740 return gesture_listener_->IsDoubleTapInProgress();
gesture_provider_unittest.cc     [all...]

Completed in 1040 milliseconds