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

1 2 3

  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /external/skia/include/views/
SkTouchGesture.h 37 void touchEnd(void* owner);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 70 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 92 'touchend': endDragBound,
95 // Another touch start (we somehow missed touchend or touchcancel).
  /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/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
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...]
  /external/chromium_org/content/browser/android/
touch_point.cc 96 WebKit::WebTouchEvent::TouchEnd,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 191 } else if (type == "touchEnd") {
192 convertedType = PlatformEvent::TouchEnd;
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 113 case WebInputEvent::TouchEnd:
302 web_event->type = WebInputEvent::TouchEnd;
329 if (web_event->type == WebInputEvent::TouchEnd ||
556 case WebInputEvent::TouchEnd:
722 case WebInputEvent::TouchEnd:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 136 TouchEnd,
207 || type == TouchEnd
218 || type == TouchEnd;
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 257 void SkTouchGesture::touchEnd(void* owner) {
258 // 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/file_manager/js/media/
util.js 57 this.container_.addEventListener('touchend', initiateFading);
  /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));
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 303 EXPECT_EQ(WebKit::WebInputEvent::TouchEnd, view_->touch_event_.type);
328 EXPECT_EQ(WebKit::WebInputEvent::TouchEnd, view_->touch_event_.type);
355 EXPECT_EQ(WebKit::WebInputEvent::TouchEnd, view_->touch_event_.type);
406 EXPECT_EQ(WebKit::WebInputEvent::TouchEnd, view_->touch_event_.type);
ui_events_helper.cc 78 return WebKit::WebInputEvent::TouchEnd;
102 case WebKit::WebInputEvent::TouchEnd:
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 205 macro(touchend) \
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 534 case WebInputEvent::TouchEnd: eventName = "TouchEnd"; break;
EventSender.h 105 void touchEnd(const CppArgumentList&, CppVariant*);
  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc 137 if (event.type == WebKit::WebInputEvent::TouchEnd ||
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 165 case WebInputEvent::TouchEnd:

Completed in 480 milliseconds

1 2 3