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

/external/webkit/WebKit/android/nav/
H A DCachedRoot.cpp685 WebCore::IntPoint* scrollPtr, bool findClosest)
698 innerMove(document(), best, direction, scrollPtr, false); local
705 if (delta && scrollPtr && (newNode == NULL || newNodeInView == false ||
707 *scrollPtr = WebCore::IntPoint(direction & UP_DOWN ? 0 : delta,
684 adjustForScroll(BestData* best, CachedFrame::Direction direction, WebCore::IntPoint* scrollPtr, bool findClosest) argument

Completed in 16 milliseconds