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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 64 GesturePinchEnd,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GestureEvent.cpp 58 case PlatformEvent::GesturePinchEnd:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 130 GesturePinchEnd,
231 || type == GesturePinchEnd
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 172 case WebInputEvent::GesturePinchEnd:
WebPopupMenuImpl.cpp 272 case WebInputEvent::GesturePinchEnd:
WebInputEventConversion.cpp 212 case WebInputEvent::GesturePinchEnd:
213 m_type = PlatformEvent::GesturePinchEnd;
WebViewImpl.cpp 802 case WebInputEvent::GesturePinchEnd:
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 113 case WebInputEvent::GesturePinchEnd:
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 191 gesture_event.type = WebKit::WebInputEvent::GesturePinchEnd;
render_widget_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy.cc 191 } else if (event.type == WebInputEvent::GesturePinchEnd) {
input_handler_proxy_unittest.cc 295 gesture_.type = WebInputEvent::GesturePinchEnd;
357 gesture_.type = WebInputEvent::GesturePinchEnd;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 529 case WebInputEvent::GesturePinchEnd: eventName = "GesturePinchEnd"; break;
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 127 CASE_TYPE(GesturePinchEnd);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 497 milliseconds