Home
last modified time | relevance | path

Searched refs:mHitBounds (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedNode.cpp87 if (mHitBounds != mBounds && mHitBounds.contains(mBounds) && in fixUpCursorRects()
88 root->checkRings(mCursorRing, mHitBounds)) { in fixUpCursorRects()
89 DBG_NAV_LOGD("use mHitBounds (%d,%d,%d,%d)", mHitBounds.x(), in fixUpCursorRects()
90 mHitBounds.y(), mHitBounds.width(), mHitBounds.height()); in fixUpCursorRects()
328 DEBUG_PRINT_RECT(mHitBounds); in print()
DCachedNode.h108 const WebCore::IntRect& hitBounds() const { return mHitBounds; } in hitBounds()
147 void setHitBounds(const WebCore::IntRect& bounds) { mHitBounds = bounds; } in setHitBounds()
182 WebCore::IntRect mHitBounds; variable