Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js307 lastTouchY_: undefined, property in TouchHandler
511 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
562 var moveY = this.lastTouchY_ - clientY;
566 this.lastTouchY_ = clientY;
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js311 lastTouchY_: undefined, property in TouchHandler
526 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
577 var moveY = this.lastTouchY_ - clientY;
581 this.lastTouchY_ = clientY;
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js307 lastTouchY_: undefined, property in TouchHandler
511 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
562 var moveY = this.lastTouchY_ - clientY;
566 this.lastTouchY_ = clientY;