Home
last modified time | relevance | path

Searched refs:onMove_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js505 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/
Dtouch_handler.js520 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/
Dtouchhandler.js505 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