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

1 2 3

  /external/webkit/LayoutTests/fast/events/touch/resources/
send-touch-up.html 20 // This touchend will cause a crash if the bug is present.
22 eventSender.touchEnd();
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
multi-touch-grouped-targets.js 43 shouldBeEqualToString('event.type', 'touchend');
59 div1.addEventListener("touchend", touchEndHandler, false);
63 div2.addEventListener("touchend", touchEndHandler, false);
86 eventSender.touchEnd();
basic-multi-touch-events.js 31 div.addEventListener("touchend", touchEventCallback, false);
71 verifyTouchEvent("touchend", 1, 1, 1);
77 verifyTouchEvent("touchend", 0, 1, 0);
100 eventSender.touchEnd();
104 eventSender.touchEnd();
basic-multi-touch-events-limited.js 31 div.addEventListener("touchend", touchEventCallback, false);
74 verifyTouchEvent("touchend", 0, 2, 0);
95 eventSender.touchEnd();
basic-single-touch-events.js 31 div.addEventListener("touchend", touchEventCallback, false);
72 verifyTouchEvent("touchend", 0, 1, 0);
104 eventSender.touchEnd();
touch-target.js 101 eventSender.touchEnd();
touch-target-limited.js 102 eventSender.touchEnd();
  /external/webkit/LayoutTests/fast/events/touch/
multi-touch-grouped-targets-expected.txt 15 PASS event.type is "touchend"
19 PASS event.type is "touchend"
touch-coords-in-zoom-and-scroll.html 118 eventSender.touchEnd();
basic-multi-touch-events-expected.txt 67 PASS lastEvent.type is "touchend"
89 PASS lastEvent.type is "touchend"
basic-single-touch-events-expected.txt 44 PASS lastEvent.type is "touchend"
  /external/webkit/Source/WebCore/platform/qt/
PlatformTouchEventQt.cpp 36 case QEvent::TouchEnd: m_type = TouchEnd; break;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSender.java 95 public void touchEnd() {
96 mEventSenderImpl.touchEnd();
  /external/skia/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /external/skia/legacy/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
EventSender.java 31 public void touchEnd();
  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 53 , TouchEnd
  /external/webkit/Source/WebCore/platform/brew/
PlatformTouchEventBrew.cpp 48 m_type = TouchEnd;
  /external/webkit/Source/WebKit2/Shared/
WebTouchEvent.cpp 64 return type == TouchStart || type == TouchMove || type == TouchEnd || type == TouchCancel;
WebEventConversion.cpp 243 case WebEvent::TouchEnd:
244 m_type = WebCore::TouchEnd;
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 291 * The time of the touchend event.
444 this.events_.remove(document, 'touchend');
485 this.events_.add(document, 'touchend', this.onEnd_.bind(this), false);
490 // This timeout is cleared on touchEnd and onDrag
551 assert(this.findActiveTouch_(e.touches), 'Missing touchEnd');
651 * @param {!TouchEvent} e The touchend event.
662 // but we can't assert that because occasionally two touchend events can
669 // This is touchEnd for the touch we're monitoring
692 // some logic that hides clicks that appear to be caused by a touchEnd
699 // Note that we dispatch the touchEnd event last so that events a
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 291 * The time of the touchend event.
444 this.events_.remove(document, 'touchend');
485 this.events_.add(document, 'touchend', this.onEnd_.bind(this), false);
490 // This timeout is cleared on touchEnd and onDrag
551 assert(this.findActiveTouch_(e.touches), 'Missing touchEnd');
651 * @param {!TouchEvent} e The touchend event.
662 // but we can't assert that because occasionally two touchend events can
669 // This is touchEnd for the touch we're monitoring
692 // some logic that hides clicks that appear to be caused by a touchEnd
699 // Note that we dispatch the touchEnd event last so that events a
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 106 TouchEnd,
165 || type == TouchEnd
176 || type == TouchEnd;
  /external/webkit/Source/WebCore/dom/
EventNames.h 165 macro(touchend) \
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 75 void touchEnd();

Completed in 352 milliseconds

1 2 3