Searched refs:dispatchEvent_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | touch_handler.js | 515 !!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch); 598 this.dragging_ = this.dispatchEvent_( 615 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch); 707 this.dispatchEvent_(TouchHandler.EventType.DRAG_END, touch); 723 this.dispatchEvent_(TouchHandler.EventType.TOUCH_END, touch); 725 this.dispatchEvent_(TouchHandler.EventType.TAP, touch); 815 dispatchEvent_: function(eventType, touch) { method in TouchHandler
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | touch_handler.js | 498 if (!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch)) 579 this.dragging_ = this.dispatchEvent_( 596 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch); 688 this.dispatchEvent_(TouchHandler.EventType.DRAG_END, touch); 703 this.dispatchEvent_(TouchHandler.EventType.TOUCH_END, touch); 792 dispatchEvent_: function(eventType, touch) { method in TouchHandler
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | touchhandler.js | 498 if (!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch)) 579 this.dragging_ = this.dispatchEvent_( 596 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch); 688 this.dispatchEvent_(TouchHandler.EventType.DRAG_END, touch); 703 this.dispatchEvent_(TouchHandler.EventType.TOUCH_END, touch); 792 dispatchEvent_: function(eventType, touch) { method in TouchHandler
|
/external/chromium_org/third_party/polymer/ |
D | platform.js | 29 …,dispatchEvent:function(a){var b=E(this),c=M(a);return Q.set(c,!1),b.dispatchEvent_(c)}},ib&&L(ib,…
|