/external/chromium_org/content/browser/renderer_host/input/ |
D | gesture_event_filter_unittest.cc | 315 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 …]
|
D | gesture_event_filter.cc | 88 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()
|
D | input_router_impl_unittest.cc | 736 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()
|
D | input_router_impl.cc | 705 WebInputEvent::GesturePinchUpdate, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 132 GesturePinchUpdate, enumerator 233 || type == GesturePinchUpdate in isGestureEventType()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 66 GesturePinchUpdate, enumerator
|
D | PlatformGestureEvent.h | 104 ASSERT(m_type == PlatformEvent::GesturePinchUpdate); in scale()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.cpp | 68 case PlatformEvent::GesturePinchUpdate: in create()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 184 case WebInputEvent::GesturePinchUpdate: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 274 case WebInputEvent::GesturePinchUpdate: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 238 case WebInputEvent::GesturePinchUpdate: in PlatformGestureEventBuilder() 239 m_type = PlatformEvent::GesturePinchUpdate; in PlatformGestureEventBuilder()
|
D | WebViewImpl.cpp | 798 case WebInputEvent::GesturePinchUpdate: in handleGestureEvent()
|
/external/chromium_org/content/common/input/ |
D | synthetic_web_input_event_builders.cc | 109 WebGestureEvent result = Build(WebInputEvent::GesturePinchUpdate, in BuildPinchUpdate()
|
D | web_input_event_traits.cc | 234 CASE_TYPE(GesturePinchUpdate); in GetName()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy_unittest.cc | 281 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()
|
D | input_handler_proxy.cc | 209 } else if (event.type == WebInputEvent::GesturePinchUpdate) { in HandleInputEvent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 194 gesture_event.type = blink::WebInputEvent::GesturePinchUpdate; in MakeWebGestureEventFromUIEvent()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestPlugin.cpp | 531 case WebInputEvent::GesturePinchUpdate: eventName = "GesturePinchUpdate"; break; in handleInputEvent()
|
/external/chromium_org/content/browser/devtools/ |
D | renderer_overrides_handler.cc | 933 event.type = WebInputEvent::GesturePinchUpdate; in InputDispatchGestureEvent()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 1138 WebInputEvent::GesturePinchUpdate, time_ms, anchor_x, anchor_y); in PinchBy()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2281 case PlatformEvent::GesturePinchUpdate: in handleGestureEvent() 2397 case PlatformEvent::GesturePinchUpdate: in handleGestureEvent()
|