/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_emulator_unittest.cc | 200 bool TouchEnd(int x, int y, bool ack) { in TouchEnd() function in content::TouchEmulatorTest 202 WebInputEvent::TouchEnd, WebTouchPoint::StateReleased, x, y, ack); in TouchEnd() 456 EXPECT_FALSE(TouchEnd(20, 20, true)); in TEST_F() 470 EXPECT_TRUE(TouchEnd(20, 20, true)); in TEST_F() 477 EXPECT_TRUE(TouchEnd(20, 20, false)); in TEST_F() 493 EXPECT_TRUE(TouchEnd(30, 40, true)); in TEST_F() 512 WebInputEvent::TouchEnd, WebTouchPoint::StateReleased, 10, 10); in TEST_F()
|
D | touch_input_browsertest.cc | 209 filter()->WaitForAck(WebInputEvent::TouchEnd); in IN_PROC_BROWSER_TEST_F() 226 filter()->WaitForAck(WebInputEvent::TouchEnd); in IN_PROC_BROWSER_TEST_F()
|
D | input_router_impl_unittest.cc | 779 GetEventWithType(WebInputEvent::TouchEnd))); in TEST_F() 1078 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1087 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1125 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1131 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1184 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1197 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1235 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1273 SendInputEventACK(WebInputEvent::TouchEnd, in TEST_F() 1336 SendInputEventACK(WebInputEvent::TouchEnd, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F()
|
D | synthetic_gesture_target_android.cc | 64 case blink::WebInputEvent::TouchEnd: in DispatchWebTouchEventToPlatform()
|
D | motion_event_web.cc | 32 case WebInputEvent::TouchEnd: in GetActionFrom()
|
D | touch_event_queue_unittest.cc | 534 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type); in TEST_F() 644 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type); in TEST_F() 666 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type); in TEST_F() 1815 EXPECT_EQ(WebInputEvent::TouchEnd, sent_event().type); in TEST_F() 1953 EXPECT_EQ(WebInputEvent::TouchEnd, sent_event().type); in TEST_F() 1960 EXPECT_EQ(WebInputEvent::TouchEnd, sent_event().type); in TEST_F()
|
D | web_input_event_util.cc | 149 return WebInputEvent::TouchEnd; in ToWebInputEventType() 155 return WebInputEvent::TouchEnd; in ToWebInputEventType()
|
D | touch_event_queue.cc | 241 if (event.type == WebInputEvent::TouchEnd || in FilterEvent() 763 if (event.type == WebInputEvent::TouchEnd || in UpdateTouchConsumerStates()
|
/external/chromium_org/content/common/input/ |
D | web_touch_event_traits.cc | 35 if (event.type != WebInputEvent::TouchEnd && in IsTouchSequenceEnd() 70 case WebInputEvent::TouchEnd: in ResetTypeAndTouchStates()
|
D | touch_event_stream_validator.cc | 91 if (event.type != WebInputEvent::TouchEnd) in Validate()
|
D | web_input_event_traits.cc | 296 CASE_TYPE(TouchEnd); in GetName() 364 case WebInputEvent::TouchEnd: in IgnoresAckDisposition()
|
D | touch_event_stream_validator_unittest.cc | 140 WebInputEvent::TouchEnd, WebInputEvent::TouchCancel, in TEST()
|
D | synthetic_web_input_event_builders.cc | 197 WebInputEvent::TouchEnd, timeStampSeconds, this); in ReleasePoint()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 72 TouchEnd, enumerator
|
/external/chromium_org/content/renderer/pepper/ |
D | event_conversion.cc | 111 case WebInputEvent::TouchEnd: in ConvertEventTypes() 334 type = WebInputEvent::TouchEnd; in BuildTouchEvent() 574 case WebInputEvent::TouchEnd: in CreateInputEventData() 740 case WebInputEvent::TouchEnd: in ClassifyInputEvent()
|
D | event_conversion_unittest.cc | 90 TEST_F(EventConversionTest, TouchEnd) { in TEST_F() argument
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 82 return blink::WebInputEvent::TouchEnd; in TouchEventTypeFromEvent() 106 case blink::WebInputEvent::TouchEnd: in MakeUITouchEventsFromWebTouchEvents()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 137 TouchEnd, enumerator
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 168 case WebInputEvent::TouchEnd: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 286 case WebInputEvent::TouchEnd: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 381 case WebInputEvent::TouchEnd: in toPlatformTouchEventType() 382 return PlatformEvent::TouchEnd; in toPlatformTouchEventType() 791 type = TouchEnd; in WebTouchEventBuilder()
|
D | WebPluginScrollbarImpl.cpp | 263 case WebInputEvent::TouchEnd: in handleInputEvent()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | event_sender.h | 121 void TouchEnd();
|
D | event_sender.cc | 377 void TouchEnd(); 505 .SetMethod("touchEnd", &EventSenderBindings::TouchEnd) in GetObjectTemplateBuilder() 716 void EventSenderBindings::TouchEnd() { in TouchEnd() function in content::EventSenderBindings 718 sender_->TouchEnd(); in TouchEnd() 1596 void EventSender::TouchEnd() { in TouchEnd() function in content::EventSender 1597 SendCurrentTouchEvent(WebInputEvent::TouchEnd); in TouchEnd()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorInputAgent.cpp | 190 convertedType = PlatformEvent::TouchEnd; in dispatchTouchEvent()
|