Searched refs:removeOldTouches_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/resources/ntp4/ |
D | touch_handler.js | 602 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp); 603 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp); 640 removeOldTouches_: function(recentTouches, recentTime) { method in TouchHandler 685 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp); 686 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | touch_handler.js | 621 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp); 622 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp); 659 removeOldTouches_: function(recentTouches, recentTime) { method in TouchHandler 704 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp); 705 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | touchhandler.js | 602 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp); 603 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp); 640 removeOldTouches_: function(recentTouches, recentTime) { method in TouchHandler 685 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp); 686 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
|