Searched refs:moveX (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/ntp4/
H A Dtouch_handler.js561 var moveX = this.lastTouchX_ - clientX;
563 this.totalMoveX_ += Math.abs(moveX);
599 this.lastMoveX_, moveX);
608 this.lastMoveX_ = moveX;
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dtouchhandler.js561 var moveX = this.lastTouchX_ - clientX;
563 this.totalMoveX_ += Math.abs(moveX);
599 this.lastMoveX_, moveX);
608 this.lastMoveX_ = moveX;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
H A Dtouch_handler.js576 var moveX = this.lastTouchX_ - clientX;
578 this.totalMoveX_ += Math.abs(moveX);
618 this.lastMoveX_, moveX);
627 this.lastMoveX_ = moveX;
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtouch_handler.js576 var moveX = this.lastTouchX_ - clientX;
578 this.totalMoveX_ += Math.abs(moveX);
618 this.lastMoveX_, moveX);
627 this.lastMoveX_ = moveX;
/external/skia/tests/
H A DPathTest.cpp1047 const SkScalar moveX = SkIntToScalar(1); local
1049 SkASSERT(value != moveX && value != moveY);
1051 path.moveTo(moveX, moveY);
1065 REPORTER_ASSERT(reporter, !pts[0].equals(moveX, moveY));
1068 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY));
1074 REPORTER_ASSERT(reporter, pts[0].equals(moveX, moveY));

Completed in 166 milliseconds