HomeSort by relevance Sort by last modified time
    Searched defs:pinchUpdate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 408 function pinchUpdate()
413 InputAgent.dispatchGestureEvent("pinchUpdate", this._lastPinchAnchor.x, this._lastPinchAnchor.y, timeStamp, 0, 0, scale / this._lastPinchScale);
443 pinchUpdate.call(this);
458 InputAgent.dispatchGestureEvent("pinchUpdate", convertedPosition.x, convertedPosition.y, timeStamp, 0, 0, scale);
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 468 } pinchUpdate;

Completed in 77 milliseconds