HomeSort by relevance Sort by last modified time
    Searched full:touchend (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /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_action_browsertest.cc 58 " {touchstart:0, touchmove:0, touchend: 0, touchcancel:0};"
184 EXPECT_EQ(0, ExecuteScriptAndExtractInt("eventCounts.touchend"));
187 EXPECT_EQ(1, ExecuteScriptAndExtractInt("eventCounts.touchend"));
204 EXPECT_EQ(1, ExecuteScriptAndExtractInt("eventCounts.touchend"));
touch_input_browsertest.cc 209 filter()->WaitForAck(WebInputEvent::TouchEnd);
226 filter()->WaitForAck(WebInputEvent::TouchEnd);
synthetic_gesture_target_android.cc 64 case blink::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...]
  /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");
touch_event_stream_validator_unittest.cc 140 WebInputEvent::TouchEnd, WebInputEvent::TouchCancel,
web_input_event_traits.cc 296 CASE_TYPE(TouchEnd);
364 case WebInputEvent::TouchEnd:
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTypeNames.in 194 touchend
ThreadLocalEventNames.h 36 || eventType == EventTypeNames::touchend
  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /external/chromium_org/tools/perf/page_sets/tough_scheduling_cases/
simple_touch_drag.html 30 card.addEventListener('touchend', onTouchEnd, false);
  /external/skia/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 72 TouchEnd,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
repeating_button.js 66 this.addEventListener('touchend', this.buttonUp_.bind(this));
79 // webkit generates the following event sequence: touchstart, touchend,
touch_handler.js 295 * The time of the touchend event.
458 this.events_.remove(document, 'touchend');
501 this.events_.add(document, 'touchend', this.onEnd_.bind(this), false);
506 // This timeout is cleared on touchEnd and onDrag
566 assert(this.findActiveTouch_(e.touches), 'Missing touchEnd');
670 * @param {!TouchEvent} e The touchend event.
681 // but we can't assert that because occasionally two touchend events can
688 // This is touchEnd for the touch we're monitoring
711 // some logic that hides clicks that appear to be caused by a touchEnd
719 // Note that we dispatch the touchEnd event last so that events a
    [all...]
splitter.js 91 'touchend': endDragBound,
94 // Another touch start (we somehow missed touchend or touchcancel).
  /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/
WebInputEventConversion.cpp 381 case WebInputEvent::TouchEnd:
382 return PlatformEvent::TouchEnd;
412 if (type == EventTypeNames::touchend)
561 if (event.touches()->length() || event.type() != EventTypeNames::touchend || !event.changedTouches() || event.changedTouches()->length() != 1)
573 else if (event.type() == EventTypeNames::touchend)
790 else if (event.type() == EventTypeNames::touchend)
791 type = 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/third_party/skia/src/views/
SkTouchGesture.cpp 259 void SkTouchGesture::touchEnd(void* owner) {
260 // GrPrintf("--- %d touchEnd %p\n", fTouches.count(), owner);
  /external/skia/src/views/
SkTouchGesture.cpp 257 void SkTouchGesture::touchEnd(void* owner) {
258 // GrPrintf("--- %d touchEnd %p\n", fTouches.count(), owner);
  /external/chromium_org/chrome/browser/resources/net_internals/
resizable_vertical_split_view.js 60 window.addEventListener('touchend', this.onTouchDragSizerEnd_.bind(this));
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 16 button.addEventListener('touchend', this.handleTouchEnd_.bind(this));

Completed in 526 milliseconds

1 2 3 4