Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js602 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/
Dtouch_handler.js621 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/
Dtouchhandler.js602 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);