Home
last modified time | relevance | path

Searched refs:dispatchEvent_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js515 !!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/
Dtouch_handler.js498 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/
Dtouchhandler.js498 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/
Dplatform.js29 …,dispatchEvent:function(a){var b=E(this),c=M(a);return Q.set(c,!1),b.dispatchEvent_(c)}},ib&&L(ib,…