Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js269 startTouchY_: undefined, property in TouchHandler
511 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
588 this.startTouchY_ = clientY;
768 this.startTouchX_, this.startTouchY_);
841 event.dragDeltaY = clientY - this.startTouchY_;
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js273 startTouchY_: undefined, property in TouchHandler
526 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
607 this.startTouchY_ = clientY;
791 this.startTouchX_, this.startTouchY_);
864 event.dragDeltaY = clientY - this.startTouchY_;
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js269 startTouchY_: undefined, property in TouchHandler
511 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
588 this.startTouchY_ = clientY;
768 this.startTouchX_, this.startTouchY_);
841 event.dragDeltaY = clientY - this.startTouchY_;