Searched refs:mHitBounds (Results 1 – 2 of 2) sorted by relevance
87 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()
108 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