HomeSort by relevance Sort by last modified time
    Searched refs:TouchEnd (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/content/common/input/
web_touch_event_traits.cc 35 if (event.type != WebInputEvent::TouchEnd &&
70 case WebInputEvent::TouchEnd:
touch_event_stream_validator.cc 91 if (event.type != WebInputEvent::TouchEnd)
92 error_msg->append("Released touch point outside touchend.\n");
web_input_event_traits.cc 296 CASE_TYPE(TouchEnd);
364 case WebInputEvent::TouchEnd:
synthetic_web_input_event_builders.cc 197 WebInputEvent::TouchEnd, timeStampSeconds, this);
touch_event_stream_validator_unittest.cc 140 WebInputEvent::TouchEnd, WebInputEvent::TouchCancel,
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 72 TouchEnd,
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 200 bool TouchEnd(int x, int y, bool ack) {
202 WebInputEvent::TouchEnd, WebTouchPoint::StateReleased, x, y, ack);
284 " TouchEnd GestureScrollEnd",
296 " TouchEnd GestureScrollEnd",
311 "TouchMove GestureScrollUpdate TouchEnd GestureScrollEnd",
333 EXPECT_EQ("TouchEnd GestureScrollEnd", ExpectedEvents());
354 EXPECT_EQ("TouchEnd", ExpectedEvents());
419 "TouchEnd GestureScrollEnd",
431 EXPECT_EQ("TouchEnd GestureShowPress GestureTap", ExpectedEvents());
454 " TouchEnd GestureScrollEnd"
    [all...]
touch_input_browsertest.cc 209 filter()->WaitForAck(WebInputEvent::TouchEnd);
226 filter()->WaitForAck(WebInputEvent::TouchEnd);
synthetic_gesture_target_android.cc 64 case blink::WebInputEvent::TouchEnd:
motion_event_web.cc 32 case WebInputEvent::TouchEnd:
input_router_impl_unittest.cc 779 GetEventWithType(WebInputEvent::TouchEnd)));
    [all...]
web_input_event_util.cc 149 return WebInputEvent::TouchEnd;
155 return WebInputEvent::TouchEnd;
touch_event_queue_unittest.cc 534 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type);
644 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type);
666 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type);
851 // TouchEnd
913 // TouchEnd should not be sent to renderer.
    [all...]
touch_event_queue.cc 241 if (event.type == WebInputEvent::TouchEnd ||
763 if (event.type == WebInputEvent::TouchEnd ||
input_router_impl_perftest.cc 164 touch.type = WebInputEvent::TouchEnd;
touch_emulator.cc 412 eventType = WebInputEvent::TouchEnd;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 137 TouchEnd,
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 82 return blink::WebInputEvent::TouchEnd;
106 case blink::WebInputEvent::TouchEnd:
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 111 case WebInputEvent::TouchEnd:
334 type = WebInputEvent::TouchEnd;
574 case WebInputEvent::TouchEnd:
740 case WebInputEvent::TouchEnd:
event_conversion_unittest.cc 90 TEST_F(EventConversionTest, TouchEnd) {
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 121 void TouchEnd();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 189 } else if (type == "touchEnd") {
190 convertedType = PlatformEvent::TouchEnd;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 168 case WebInputEvent::TouchEnd:
WebPopupMenuImpl.cpp 286 case WebInputEvent::TouchEnd:
WebPluginScrollbarImpl.cpp 263 case WebInputEvent::TouchEnd:

Completed in 931 milliseconds

1 2