HomeSort by relevance Sort by last modified time
    Searched refs:GestureScrollEnd (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformGestureEvent.h 54 || type == PlatformEvent::GestureScrollEnd
123 case GestureScrollEnd:
PlatformEvent.h 53 GestureScrollEnd,
  /external/chromium_org/content/common/input/
gesture_event_stream_validator.cc 38 case WebInputEvent::GestureScrollEnd:
gesture_event_stream_validator_unittest.cc 38 event = Build(WebInputEvent::GestureScrollEnd);
54 event = Build(WebInputEvent::GestureScrollEnd);
67 event = Build(WebInputEvent::GestureScrollEnd);
72 event = Build(WebInputEvent::GestureScrollEnd);
140 event = Build(WebInputEvent::GestureScrollEnd);
web_input_event_traits.cc 278 CASE_TYPE(GestureScrollEnd);
353 case WebInputEvent::GestureScrollEnd:
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 40 case blink::WebInputEvent::GestureScrollEnd:
107 (gesture.type == blink::WebInputEvent::GestureScrollEnd ||
133 event.type != blink::WebInputEvent::GestureScrollEnd &&
render_widget_host_view_aura_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter.cc 59 case WebInputEvent::GestureScrollEnd:
touch_action_filter_unittest.cc 27 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
132 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
205 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
353 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
390 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
579 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
607 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
touch_emulator.cc 287 case WebInputEvent::GestureScrollEnd:
392 scroll_event.type = WebInputEvent::GestureScrollEnd;
gesture_event_queue_unittest.cc 251 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
279 SendInputEventACK(WebInputEvent::GestureScrollEnd,
609 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
    [all...]
input_router_impl_unittest.cc 835 WebInputEvent::GestureScrollEnd};
    [all...]
input_router_impl_perftest.cc 131 gesture.type = WebInputEvent::GestureScrollEnd;
touch_event_queue_unittest.cc     [all...]
web_input_event_util.cc 340 gesture.type = WebInputEvent::GestureScrollEnd;
  /external/chromium_org/third_party/WebKit/Source/core/events/
GestureEvent.cpp 41 case PlatformEvent::GestureScrollEnd:
42 eventType = EventTypeNames::gesturescrollend; break;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 114 GestureScrollEnd,
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 133 void GestureScrollEnd(gin::Arguments* args);
event_sender.cc 384 void GestureScrollEnd(gin::Arguments* args);
512 .SetMethod("gestureScrollEnd", &EventSenderBindings::GestureScrollEnd)
752 void EventSenderBindings::GestureScrollEnd(gin::Arguments* args) {
754 sender_->GestureScrollEnd(args);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 150 case WebInputEvent::GestureScrollEnd:
WebPopupMenuImpl.cpp 291 case WebInputEvent::GestureScrollEnd:
WebInputEventConversion.cpp 192 case WebInputEvent::GestureScrollEnd:
193 m_type = PlatformEvent::GestureScrollEnd;
816 else if (event.type() == EventTypeNames::gesturescrollend)
817 type = GestureScrollEnd;
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 305 } else if (event.type == WebInputEvent::GestureScrollEnd) {
527 case WebInputEvent::GestureScrollEnd:
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 79 // A scroll gesture on the touchscreen may end with a GestureScrollEnd
88 case WebInputEvent::GestureScrollEnd:
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 112 case WebInputEvent::GestureScrollEnd:
520 case WebInputEvent::GestureScrollEnd:
    [all...]

Completed in 274 milliseconds

1 2