HomeSort by relevance Sort by last modified time
    Searched refs:GesturePinchUpdate (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 114 case WebInputEvent::GesturePinchUpdate:
234 case WebInputEvent::GesturePinchUpdate:
273 WebInputEvent::GesturePinchUpdate) {
375 pinch_event.event.type = WebInputEvent::GesturePinchUpdate;
377 WebInputEvent::GesturePinchUpdate ?
380 WebInputEvent::GesturePinchUpdate ?
416 event_in_queue.event.type == WebInputEvent::GesturePinchUpdate) &&
426 } else if (gesture_event.event.type == WebInputEvent::GesturePinchUpdate) {
immediate_input_router_unittest.cc 462 SimulateGestureEventCore(WebInputEvent::GesturePinchUpdate,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 65 GesturePinchUpdate,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GestureEvent.cpp 59 case PlatformEvent::GesturePinchUpdate:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 131 GesturePinchUpdate,
232 || type == GesturePinchUpdate
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 173 case WebInputEvent::GesturePinchUpdate:
WebPopupMenuImpl.cpp 273 case WebInputEvent::GesturePinchUpdate:
WebInputEventConversion.cpp 215 case WebInputEvent::GesturePinchUpdate:
216 m_type = PlatformEvent::GesturePinchUpdate;
WebViewImpl.cpp 803 case WebInputEvent::GesturePinchUpdate: {
    [all...]
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy_unittest.cc 277 gesture_.type = WebInputEvent::GesturePinchUpdate;
286 gesture_.type = WebInputEvent::GesturePinchUpdate;
328 gesture_.type = WebInputEvent::GesturePinchUpdate;
348 gesture_.type = WebInputEvent::GesturePinchUpdate;
    [all...]
input_handler_proxy.cc 199 } else if (event.type == WebInputEvent::GesturePinchUpdate) {
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 187 gesture_event.type = WebKit::WebInputEvent::GesturePinchUpdate;
render_widget_host_impl.cc     [all...]
render_widget_host_unittest.cc 749 SimulateGestureEventCore(WebInputEvent::GesturePinchUpdate,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 530 case WebInputEvent::GesturePinchUpdate: eventName = "GesturePinchUpdate"; break;
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 128 CASE_TYPE(GesturePinchUpdate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 454 milliseconds