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

  /external/chromium_org/ui/events/gesture_detection/
filtered_gesture_provider.cc 13 FilteredGestureProvider::FilteredGestureProvider(
21 bool FilteredGestureProvider::OnTouchEvent(const MotionEvent& event) {
40 void FilteredGestureProvider::OnTouchEventAck(bool event_consumed) {
44 void FilteredGestureProvider::SetMultiTouchZoomSupportEnabled(
49 void FilteredGestureProvider::SetDoubleTapSupportForPlatformEnabled(
54 void FilteredGestureProvider::SetDoubleTapSupportForPageEnabled(bool enabled) {
58 const ui::MotionEvent* FilteredGestureProvider::GetCurrentDownEvent() const {
62 void FilteredGestureProvider::OnGestureEvent(const GestureEventData& event) {
72 void FilteredGestureProvider::ForwardGestureEvent
    [all...]
filtered_gesture_provider.h 17 class GESTURE_DETECTION_EXPORT FilteredGestureProvider
23 FilteredGestureProvider(const GestureProvider::Config& config,
56 DISALLOW_COPY_AND_ASSIGN(FilteredGestureProvider);
  /external/chromium_org/ui/events/gestures/
gesture_provider_aura.h 48 FilteredGestureProvider filtered_gesture_provider_;
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 72 ui::FilteredGestureProvider gesture_provider_;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 393 ui::FilteredGestureProvider gesture_provider_;

Completed in 1591 milliseconds