Searched refs:onMove_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/resources/ntp4/ |
D | touch_handler.js | 505 this.mouseToTouchCallback_(this.onMove_.bind(this)), false); 507 this.events_.add(document, 'touchmove', this.onMove_.bind(this), false); 546 onMove_: function(e) { method in TouchHandler
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | touch_handler.js | 520 this.mouseToTouchCallback_(this.onMove_.bind(this)), false); 522 this.events_.add(document, 'touchmove', this.onMove_.bind(this), false); 561 onMove_: function(e) { method in TouchHandler
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | touchhandler.js | 505 this.mouseToTouchCallback_(this.onMove_.bind(this)), false); 507 this.events_.add(document, 'touchmove', this.onMove_.bind(this), false); 546 onMove_: function(e) { method in TouchHandler
|