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

  /external/webkit/Source/WebKit/android/nav/
CachedHistory.h 51 const WebCore::IntRect& priorBounds() const { return mPriorBounds; }
66 WebCore::IntRect mPriorBounds; // prior chosen cursor ring (for reversing narrowing)
CachedHistory.cpp 81 mPriorBounds = WebCore::IntRect(0, 0, 0, 0);
161 DEBUG_PRINT_RECT(mPriorBounds);
CachedRoot.cpp     [all...]

Completed in 179 milliseconds