Home | History | Annotate | Download | only in nav

Lines Matching refs:clipBounds

510             IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX);
517 clipBounds, &rects) == false)
2931 IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX);
2933 clipBounds = hasClip ? renderer->absoluteBoundingBoxRect() :
2937 x, y, focusBounds, clipBounds, result) == false) {
2997 IntRect* focusBounds, const IntRect& clipBounds, WTF::Vector<IntRect>* result)
3013 bounds.intersect(clipBounds);
3032 const IntRect& clipBounds, WTF::Vector<IntRect>* result)
3046 x, y, focusBounds, clipBounds, result) == false)