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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 370 function scrollUpdate()
375 InputAgent.dispatchGestureEvent("scrollUpdate", convertedPosition.x, convertedPosition.y, timeStamp, dx, dy);
447 scrollUpdate.call(this);
462 InputAgent.dispatchGestureEvent("scrollUpdate", convertedPosition.x, convertedPosition.y, timeStamp, event.wheelDeltaX, event.wheelDeltaY);
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 449 // May be redundant with deltaX/deltaY in the first scrollUpdate.
459 } scrollUpdate;

Completed in 179 milliseconds