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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformGestureEvent.h55 || type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
71 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
78 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
91 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
98 || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
H A DPlatformEvent.h55 GestureScrollUpdateWithoutPropagation, enumerator in enum:WebCore::PlatformEvent::Type
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc32 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp44 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp145 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
H A DWebPopupMenuImpl.cpp297 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
H A DWebInputEventConversion.cpp207 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
208 m_type = PlatformEvent::GestureScrollUpdateWithoutPropagation;
H A DPopupContainer.cpp307 case PlatformEvent::GestureScrollUpdateWithoutPropagation: {
H A DWebPluginContainerImpl.cpp848 if (webEvent.type == WebInputEvent::GestureScrollUpdate || webEvent.type == WebInputEvent::GestureScrollUpdateWithoutPropagation) {
H A DWebViewImpl.cpp607 syntheticGestureEvent.type = WebInputEvent::GestureScrollUpdateWithoutPropagation;
763 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h135 void GestureScrollUpdateWithoutPropagation(gin::Arguments* args);
H A Devent_sender.cc363 void GestureScrollUpdateWithoutPropagation(gin::Arguments* args);
493 &EventSenderBindings::GestureScrollUpdateWithoutPropagation)
739 void EventSenderBindings::GestureScrollUpdateWithoutPropagation( function in class:content::EventSenderBindings
742 sender_->GestureScrollUpdateWithoutPropagation(args);
1690 void EventSender::GestureScrollUpdateWithoutPropagation(gin::Arguments* args) { function in class:content::EventSender
1691 GestureEvent(WebInputEvent::GestureScrollUpdateWithoutPropagation, args);
1906 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
H A DTestPlugin.cpp606 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.cpp361 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc119 event.type == WebInputEvent::GestureScrollUpdateWithoutPropagation))
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2072 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
2103 || gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation
2188 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
2316 gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation) {
2420 bool scrollShouldNotPropagate = gestureEvent.type() == PlatformEvent::GestureScrollUpdateWithoutPropagation;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp1321 case PlatformEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc145 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc823 WebInputEvent::GestureScrollUpdateWithoutPropagation,

Completed in 275 milliseconds