Searched defs:onGestureComplete_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dpinch.js64 this.onGestureComplete_.bind(this));
67 PinchAction.prototype.onGestureComplete_ = function() {
H A Dscroll.js100 distance, this.onGestureComplete_.bind(this), start_left, start_top,
104 ScrollAction.prototype.onGestureComplete_ = function() {
H A Dswipe.js58 this.onGestureComplete_.bind(this),
62 SwipeAction.prototype.onGestureComplete_ = function() {
H A Dtap.js56 this.onGestureComplete_.bind(this),
60 TapAction.prototype.onGestureComplete_ = function() {

Completed in 194 milliseconds