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

/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dtap.js58 this.onGestureComplete_.bind(this),
63 TapAction.prototype.onGestureComplete_ = function() {
H A Dpinch.js62 this.onGestureComplete_.bind(this),
66 PinchAction.prototype.onGestureComplete_ = function() {
H A Dscroll.js102 distance, this.onGestureComplete_.bind(this), start_left, start_top,
107 ScrollAction.prototype.onGestureComplete_ = function() {
H A Dscroll_bounce.js43 this.onGestureComplete_.bind(this),
48 ScrollBounceAction.prototype.onGestureComplete_ = function() {
H A Dswipe.js60 this.onGestureComplete_.bind(this),
65 SwipeAction.prototype.onGestureComplete_ = function() {

Completed in 96 milliseconds