HomeSort by relevance Sort by last modified time
    Searched full:gesture_provider (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_config_helper.h 10 #include "ui/events/gesture_detection/gesture_provider.h"
filtered_gesture_provider.h 10 #include "ui/events/gesture_detection/gesture_provider.h"
gesture_provider.cc 5 #include "ui/events/gesture_detection/gesture_provider.h"
gesture_provider_unittest.cc 13 #include "ui/events/gesture_detection/gesture_provider.h"
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.cc 247 GestureProviderAura* gesture_provider = consumer_gesture_provider_[consumer]; local
248 if (!gesture_provider) {
249 gesture_provider = CreateGestureProvider(this);
250 consumer_gesture_provider_[consumer] = gesture_provider;
252 return gesture_provider;
301 GestureProviderAura* gesture_provider = local
305 if (gesture_provider->OnTouchEvent(event)) {
306 gesture_provider->OnTouchEventAck(result != ER_UNHANDLED);
307 return gesture_provider->GetAndResetPendingGestures();
  /external/chromium_org/ui/events/
BUILD.gn 193 "gesture_detection/gesture_provider.cc",
194 "gesture_detection/gesture_provider.h",
events.gyp 201 'gesture_detection/gesture_provider.cc',
202 'gesture_detection/gesture_provider.h',
gesture_detection.target.darwin-arm.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.darwin-arm64.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.darwin-mips.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.darwin-x86.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.darwin-x86_64.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.linux-arm.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.linux-arm64.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.linux-mips.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.linux-x86.mk 33 ui/events/gesture_detection/gesture_provider.cc \
gesture_detection.target.linux-x86_64.mk 33 ui/events/gesture_detection/gesture_provider.cc \

Completed in 173 milliseconds