Home | History | Annotate | Download | only in nav

Lines Matching full:bounds

37 WebCore::IntRect CachedNode::bounds(const CachedFrame* frame) const
79 bool CachedNode::clip(const WebCore::IntRect& bounds)
81 return Clip(bounds, &mBounds, &mCursorRing);
97 WebCore::IntRect bounds = mCursorRing[0];
99 bounds.unite(mCursorRing[partIndex]);
100 bounds.inflate(CURSOR_RING_HIT_TEST_RADIUS);
101 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds;
121 // if there is more than 1 rect, and the bounds doesn't intersect
122 // any other cursor ring bounds, use it
178 // does a different unit bounds intersect the candidate? if so, don't add