/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventTypeNames.in | 177 touchend
|
ThreadLocalEventNames.h | 38 || eventType == EventTypeNames::touchend
|
/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/content/browser/renderer_host/input/ |
synthetic_gesture_target_android.cc | 61 case blink::WebInputEvent::TouchEnd:
|
touch_event_queue_unittest.cc | 312 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type); 432 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type); 454 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type); 636 // TouchEnd 698 // TouchEnd should not be sent to renderer. 775 // TouchEnd should not be sent to the renderer. 864 // A TouchEnd should not start the timeout. [all...] |
touch_input_browsertest.cc | 239 filter()->WaitForAck(WebInputEvent::TouchEnd); 264 filter()->WaitForAck(WebInputEvent::TouchEnd);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformEvent.h | 72 TouchEnd,
|
/external/chromium_org/ui/keyboard/resources/ |
main.js | 66 addEventListener('touchend', function(e) { e.preventDefault() });
|
/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/content/browser/android/ |
touch_point.cc | 104 blink::WebTouchEvent::TouchEnd,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventConversion.cpp | 361 case WebInputEvent::TouchEnd: 362 return PlatformEvent::TouchEnd; 392 if (type == EventTypeNames::touchend) 528 if (event.touches()->length() || event.type() != EventTypeNames::touchend || !event.changedTouches() || event.changedTouches()->length() != 1) 540 else if (event.type() == EventTypeNames::touchend) 726 else if (event.type() == EventTypeNames::touchend) 727 type = TouchEnd;
|
/external/chromium_org/content/renderer/pepper/ |
event_conversion.cc | 113 case WebInputEvent::TouchEnd: 303 web_event->type = WebInputEvent::TouchEnd; 330 if (web_event->type == WebInputEvent::TouchEnd || 557 case WebInputEvent::TouchEnd: 723 case WebInputEvent::TouchEnd:
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebInputEvent.h | 137 TouchEnd, 208 || type == TouchEnd 219 || type == TouchEnd;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInputAgent.cpp | 193 } else if (type == "touchEnd") { 194 convertedType = PlatformEvent::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/foreground/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/common/input/ |
synthetic_web_input_event_builders.cc | 171 type = WebInputEvent::TouchEnd;
|