/external/chromium_org/content/browser/renderer_host/input/ |
touch_action_filter.cc | 25 case WebInputEvent::GestureScrollBegin:
|
touch_action_filter_unittest.cc | 21 WebInputEvent::GestureScrollBegin, WebGestureEvent::Touchscreen); 77 WebInputEvent::GestureScrollBegin, WebGestureEvent::Touchscreen);
|
gesture_event_filter_unittest.cc | 221 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 259 SendInputEventACK(WebInputEvent::GestureScrollBegin, 295 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 373 SendInputEventACK(WebInputEvent::GestureScrollBegin, 509 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 555 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 639 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 658 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 676 SendInputEventACK(WebInputEvent::GestureScrollBegin, [all...] |
input_router_impl.cc | 657 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, 696 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds,
|
touch_event_queue.cc | 328 if (type == blink::WebInputEvent::GestureScrollBegin) {
|
input_router_impl_unittest.cc | 496 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, 499 SendInputEventACK(WebInputEvent::GestureScrollBegin, 735 int start_type = static_cast<int>(WebInputEvent::GestureScrollBegin); [all...] |
touch_event_queue_unittest.cc | 745 // GestureScrollBegin inserts a synthetic TouchCancel before the TouchStart. 747 followup_scroll.type = WebInputEvent::GestureScrollBegin; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformGestureEvent.h | 41 : PlatformEvent(PlatformEvent::GestureScrollBegin) 52 ASSERT(type == PlatformEvent::GestureScrollBegin
|
PlatformEvent.h | 52 GestureScrollBegin,
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_unittest.cc | [all...] |
ui_events_helper.cc | 180 gesture_event.type = blink::WebInputEvent::GestureScrollBegin;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
GestureEvent.cpp | 44 case PlatformEvent::GestureScrollBegin:
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebInputEvent.h | 115 GestureScrollBegin, 225 return type == GestureScrollBegin
|
/external/chromium_org/content/common/input/ |
web_input_event_traits.cc | 218 CASE_TYPE(GestureScrollBegin); 294 case WebInputEvent::GestureScrollBegin:
|
input_param_traits_unittest.cc | 165 gesture_event.type = blink::WebInputEvent::GestureScrollBegin;
|
/external/chromium_org/content/renderer/input/ |
input_handler_proxy_unittest.cc | 187 gesture_.type = WebInputEvent::GestureScrollBegin; 232 gesture_.type = WebInputEvent::GestureScrollBegin; 250 // We shouldn't handle the GestureScrollBegin. 261 gesture_.type = WebInputEvent::GestureScrollBegin; 312 gesture_.type = WebInputEvent::GestureScrollBegin; 747 gesture_.type = WebInputEvent::GestureScrollBegin; [all...] |
input_handler_proxy.cc | 37 if (!(event.type == WebInputEvent::GestureScrollBegin || 146 } else if (event.type == WebInputEvent::GestureScrollBegin) {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PageWidgetDelegate.cpp | 157 case WebInputEvent::GestureScrollBegin:
|
WebPopupMenuImpl.cpp | 257 case WebInputEvent::GestureScrollBegin:
|
WebInputEventConversion.cpp | 170 case WebInputEvent::GestureScrollBegin: 171 m_type = PlatformEvent::GestureScrollBegin; 751 type = GestureScrollBegin;
|
PopupContainer.cpp | 307 case PlatformEvent::GestureScrollBegin:
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 70 case WebInputEvent::GestureScrollBegin: 83 // the GestureScrollBegin (and subsequent GestureScrollUpdate) events.
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
Scrollbar.cpp | 355 case PlatformEvent::GestureScrollBegin:
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
TestPlugin.cpp | 513 case WebInputEvent::GestureScrollBegin: eventName = "GestureScrollBegin"; break;
|
EventSender.cpp | 288 bindMethod("gestureScrollBegin", &EventSender::gestureScrollBegin); [all...] |