Home | History | Annotate | Download | only in nav

Lines Matching defs:rect

111     // if the hit-test rect doesn't intersect any other rect, use it
121 // if there is more than 1 rect, and the bounds doesn't intersect
275 const WebCore::IntRect& rect = mCursorRing.at(part);
276 return mIsInLayer ? frame->localBounds(this, rect) : rect;
309 const WebCore::IntRect& rect = mCursorRing.at(part);
310 return mIsInLayer ? frame->adjustBounds(this, rect) : rect;
397 const WebCore::IntRect& rect = (*rects)[i];
398 DUMP_NAV_LOGD(" // {%d, %d, %d, %d}, // %d\n", rect.x(), rect.y(),
399 rect.width(), rect.height(), i);