Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js724 velocityX = this.correctVelocity_(velocityX);
725 velocityY = this.correctVelocity_(velocityY);
741 correctVelocity_: function(velocity) { method in TouchHandler
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js746 velocityX = this.correctVelocity_(velocityX);
747 velocityY = this.correctVelocity_(velocityY);
763 correctVelocity_: function(velocity) { method in TouchHandler
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js724 velocityX = this.correctVelocity_(velocityX);
725 velocityY = this.correctVelocity_(velocityY);
741 correctVelocity_: function(velocity) { method in TouchHandler