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

  /external/webkit/WebKit/android/nav/
CachedRoot.h 49 bool adjustForScroll(BestData* , Direction , WebCore::IntPoint* scrollPtr,
CachedRoot.cpp 685 WebCore::IntPoint* scrollPtr, bool findClosest)
698 innerMove(document(), best, direction, scrollPtr, false);
705 if (delta && scrollPtr && (newNode == NULL || newNodeInView == false ||
707 *scrollPtr = WebCore::IntPoint(direction & UP_DOWN ? 0 : delta,
    [all...]

Completed in 67 milliseconds