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

  /external/webkit/WebKit/android/nav/
CachedRoot.h 91 const WebCore::IntRect& scrolledBounds() const { return mScrolledBounds; }
102 void setupScrolledBounds() const { mScrolledBounds = mViewBounds; }
112 mutable WebCore::IntRect mScrolledBounds; // view bounds + amount visible as result of scroll
CachedRoot.cpp 903 mScrolledBounds.setHeight(mScrolledBounds.height() + mMaxYScroll);
904 int testTop = mScrolledBounds.y()
    [all...]

Completed in 27 milliseconds