Searched refs:GestureScrollUpdateWithoutPropagation (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformGestureEvent.h56 || type == PlatformEvent::GestureScrollUpdateWithoutPropagation) {
72 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
79 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
92 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
99 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
125 case GestureScrollUpdateWithoutPropagation:
H A DPlatformEvent.h55 GestureScrollUpdateWithoutPropagation, enumerator in enum:blink::PlatformEvent::Type
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc34 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp44 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h135 void GestureScrollUpdateWithoutPropagation(gin::Arguments* args);
H A Devent_sender.cc386 void GestureScrollUpdateWithoutPropagation(gin::Arguments* args);
516 &EventSenderBindings::GestureScrollUpdateWithoutPropagation)
762 void EventSenderBindings::GestureScrollUpdateWithoutPropagation( function in class:content::EventSenderBindings
765 sender_->GestureScrollUpdateWithoutPropagation(args);
1722 void EventSender::GestureScrollUpdateWithoutPropagation(gin::Arguments* args) { function in class:content::EventSender
1723 GestureEvent(WebInputEvent::GestureScrollUpdateWithoutPropagation, args);
1941 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
H A Dtest_plugin.cc623 case blink::WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp152 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
H A DWebPopupMenuImpl.cpp293 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
H A DWebInputEventConversion.cpp205 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
206 m_type = PlatformEvent::GestureScrollUpdateWithoutPropagation;
H A DPopupContainer.cpp321 case PlatformEvent::GestureScrollUpdateWithoutPropagation: {
H A DWebPluginContainerImpl.cpp899 if (webEvent.type == WebInputEvent::GestureScrollUpdate || webEvent.type == WebInputEvent::GestureScrollUpdateWithoutPropagation) {
H A DWebViewImpl.cpp627 syntheticGestureEvent.type = WebInputEvent::GestureScrollUpdateWithoutPropagation;
697 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h116 GestureScrollUpdateWithoutPropagation, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp349 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc121 event.type == WebInputEvent::GestureScrollUpdateWithoutPropagation))
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc143 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp1323 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2197 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
2357 gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation) {
2445 bool scrollShouldNotPropagate = gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation;
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc831 WebInputEvent::GestureScrollUpdateWithoutPropagation,

Completed in 5514 milliseconds