Home
last modified time | relevance | path

Searched refs:touchedElement (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js137 touchedElement) { argument
158 event.touchedElement = touchedElement;
800 var touchedElement;
802 touchedElement = touch.target;
804 touchedElement = this.element_.ownerDocument.
808 return this.dispatchEventXY_(eventType, touchedElement, touch.clientX,
821 dispatchEventXY_: function(eventType, touchedElement, clientX, clientY) { argument
831 touchedElement);
Dgrabber.js271 var target = e.touchedElement;
316 var target = e.touchedElement;
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js141 touchedElement) { argument
162 event.touchedElement = touchedElement;
823 var touchedElement;
825 touchedElement = touch.target;
827 touchedElement = this.element_.ownerDocument.
831 return this.dispatchEventXY_(eventType, touchedElement, touch.clientX,
844 dispatchEventXY_: function(eventType, touchedElement, clientX, clientY) { argument
854 touchedElement);
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js137 touchedElement) { argument
158 event.touchedElement = touchedElement;
800 var touchedElement;
802 touchedElement = touch.target;
804 touchedElement = this.element_.ownerDocument.
808 return this.dispatchEventXY_(eventType, touchedElement, touch.clientX,
821 dispatchEventXY_: function(eventType, touchedElement, clientX, clientY) { argument
831 touchedElement);
Dgrabber.js271 var target = e.touchedElement;
316 var target = e.touchedElement;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_manager.js2352 return this.findListItemForNode_(event.touchedElement || event.srcElement);