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

1 2

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 31 // receipt of another GestureScrollUpdate.
98 case WebInputEvent::GestureScrollUpdate:
235 case WebInputEvent::GestureScrollUpdate:
271 WebInputEvent::GestureScrollUpdate &&
351 if (gesture_event.event.type == WebInputEvent::GestureScrollUpdate &&
352 last_event->event.type == WebInputEvent::GestureScrollUpdate &&
374 scroll_event.event.type = WebInputEvent::GestureScrollUpdate;
415 return (event_in_queue.event.type == WebInputEvent::GestureScrollUpdate ||
423 if (gesture_event.event.type == WebInputEvent::GestureScrollUpdate) {
immediate_input_router_unittest.cc 449 SimulateGestureEventCore(WebInputEvent::GestureScrollUpdate,
865 // Test coalescing of only GestureScrollUpdate events.
878 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
885 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
895 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
919 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
929 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 54 GestureScrollUpdate,
Scrollbar.cpp 348 case PlatformEvent::GestureScrollUpdate:
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 116 event.type == WebKit::WebInputEvent::GestureScrollUpdate)) {
216 case WebKit::WebInputEvent::GestureScrollUpdate:
240 case WebKit::WebInputEvent::GestureScrollUpdate: {
render_widget_host_unittest.cc 736 SimulateGestureEventCore(WebInputEvent::GestureScrollUpdate,
    [all...]
ui_events_helper.cc 176 gesture_event.type = WebKit::WebInputEvent::GestureScrollUpdate;
render_widget_host_impl.cc     [all...]
render_widget_host_view_android.cc 935 if (gesture_event_type == WebKit::WebInputEvent::GestureScrollUpdate &&
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GestureEvent.cpp 46 case PlatformEvent::GestureScrollUpdate:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 117 GestureScrollUpdate,
226 || type == GestureScrollUpdate
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 149 case WebInputEvent::GestureScrollUpdate:
WebPopupMenuImpl.cpp 259 case WebInputEvent::GestureScrollUpdate:
WebInputEventConversion.cpp 163 case WebInputEvent::GestureScrollUpdate:
164 m_type = PlatformEvent::GestureScrollUpdate;
733 type = GestureScrollUpdate;
PopupContainer.cpp 304 case PlatformEvent::GestureScrollUpdate:
WebPluginContainerImpl.cpp 824 if (webEvent.type == WebInputEvent::GestureScrollUpdate || webEvent.type == WebInputEvent::GestureScrollUpdateWithoutPropagation) {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 137 webGestureEvent.type = WebInputEvent::GestureScrollUpdate;
253 PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), IntPoint(10, 10), 0, IntSize(10, 10), FloatPoint(10, 10), false, false, false, false);
ProgrammaticScrollTest.cpp 150 gesture.type = WebInputEvent::GestureScrollUpdate;
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy.cc 28 event.type == WebInputEvent::GestureScrollUpdate ||
156 } else if (event.type == WebInputEvent::GestureScrollUpdate) {
input_handler_proxy_unittest.cc 190 gesture_.type = WebInputEvent::GestureScrollUpdate;
203 gesture_.type = WebInputEvent::GestureScrollUpdate;
233 gesture_.type = WebInputEvent::GestureScrollUpdate;
313 gesture_.type = WebInputEvent::GestureScrollUpdate;
337 gesture_.type = WebInputEvent::GestureScrollUpdate;
    [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 77 case WebInputEvent::GestureScrollUpdate:
86 // the GestureScrollBegin (and subsequent GestureScrollUpdate) events.
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 516 case WebInputEvent::GestureScrollUpdate: eventName = "GestureScrollUpdate"; break;
EventSender.cpp 294 bindMethod("gestureScrollUpdate", &EventSender::gestureScrollUpdate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 634 milliseconds

1 2