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

  /external/webkit/WebKit/android/nav/
CachedNode.cpp 112 if (mHitBounds != mBounds && mHitBounds.contains(mBounds) &&
113 frame->checkRings(this, mCursorRing, mHitBounds)) {
114 DBG_NAV_LOGD("use mHitBounds (%d,%d,%d,%d)", mHitBounds.x(),
115 mHitBounds.y(), mHitBounds.width(), mHitBounds.height());
234 return mIsInLayer ? frame->adjustBounds(this, mHitBounds) : mHitBounds;
    [all...]
CachedNode.h 154 void setHitBounds(const WebCore::IntRect& bounds) { mHitBounds = bounds; }
181 WebCore::IntRect mHitBounds;

Completed in 449 milliseconds