Home
last modified time | relevance | path

Searched refs:GesturePinchUpdate (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dgesture_event_filter_unittest.cc315 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
330 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
345 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
360 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
384 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
416 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
431 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
441 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
470 EXPECT_EQ(WebInputEvent::GesturePinchUpdate, merged_event.type); in TEST_F()
475 SendInputEventACK(WebInputEvent::GesturePinchUpdate, in TEST_F()
[all …]
Dgesture_event_filter.cc88 case WebInputEvent::GesturePinchUpdate: in ShouldForwardForBounceReduction()
164 case WebInputEvent::GesturePinchUpdate: in ShouldForwardForCoalescing()
220 WebInputEvent::GesturePinchUpdate) { in ProcessGestureAck()
297 pinch_event.event.type = WebInputEvent::GesturePinchUpdate; in MergeOrInsertScrollAndPinchEvent()
299 WebInputEvent::GesturePinchUpdate ? in MergeOrInsertScrollAndPinchEvent()
302 WebInputEvent::GesturePinchUpdate ? in MergeOrInsertScrollAndPinchEvent()
346 event_in_queue.event.type == WebInputEvent::GesturePinchUpdate) && in ShouldTryMerging()
356 } else if (gesture_event.event.type == WebInputEvent::GesturePinchUpdate) { in GetTransformForEvent()
Dinput_router_impl_unittest.cc736 int end_type = static_cast<int>(WebInputEvent::GesturePinchUpdate); in TEST_F()
758 SimulateGestureEvent(WebInputEvent::GesturePinchUpdate, in TEST_F()
770 SimulateGestureEvent(WebInputEvent::GesturePinchUpdate, in TEST_F()
780 SimulateGestureEvent(WebInputEvent::GesturePinchUpdate, in TEST_F()
794 SendInputEventACK(WebInputEvent::GesturePinchUpdate, in TEST_F()
807 SendInputEventACK(WebInputEvent::GesturePinchUpdate, in TEST_F()
820 SendInputEventACK(WebInputEvent::GesturePinchUpdate, in TEST_F()
Dinput_router_impl.cc705 WebInputEvent::GesturePinchUpdate, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h132 GesturePinchUpdate, enumerator
233 || type == GesturePinchUpdate in isGestureEventType()
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h66 GesturePinchUpdate, enumerator
DPlatformGestureEvent.h104 ASSERT(m_type == PlatformEvent::GesturePinchUpdate); in scale()
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.cpp68 case PlatformEvent::GesturePinchUpdate: in create()
/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp184 case WebInputEvent::GesturePinchUpdate: in handleInputEvent()
DWebPopupMenuImpl.cpp274 case WebInputEvent::GesturePinchUpdate: in handleInputEvent()
DWebInputEventConversion.cpp238 case WebInputEvent::GesturePinchUpdate: in PlatformGestureEventBuilder()
239 m_type = PlatformEvent::GesturePinchUpdate; in PlatformGestureEventBuilder()
DWebViewImpl.cpp798 case WebInputEvent::GesturePinchUpdate: in handleGestureEvent()
/external/chromium_org/content/common/input/
Dsynthetic_web_input_event_builders.cc109 WebGestureEvent result = Build(WebInputEvent::GesturePinchUpdate, in BuildPinchUpdate()
Dweb_input_event_traits.cc234 CASE_TYPE(GesturePinchUpdate); in GetName()
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc281 gesture_.type = WebInputEvent::GesturePinchUpdate; in TEST_F()
290 gesture_.type = WebInputEvent::GesturePinchUpdate; in TEST_F()
332 gesture_.type = WebInputEvent::GesturePinchUpdate; in TEST_F()
352 gesture_.type = WebInputEvent::GesturePinchUpdate; in TEST_F()
Dinput_handler_proxy.cc209 } else if (event.type == WebInputEvent::GesturePinchUpdate) { in HandleInputEvent()
/external/chromium_org/content/browser/renderer_host/
Dui_events_helper.cc194 gesture_event.type = blink::WebInputEvent::GesturePinchUpdate; in MakeWebGestureEventFromUIEvent()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.cpp531 case WebInputEvent::GesturePinchUpdate: eventName = "GesturePinchUpdate"; break; in handleInputEvent()
/external/chromium_org/content/browser/devtools/
Drenderer_overrides_handler.cc933 event.type = WebInputEvent::GesturePinchUpdate; in InputDispatchGestureEvent()
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.cc1138 WebInputEvent::GesturePinchUpdate, time_ms, anchor_x, anchor_y); in PinchBy()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2281 case PlatformEvent::GesturePinchUpdate: in handleGestureEvent()
2397 case PlatformEvent::GesturePinchUpdate: in handleGestureEvent()