Lines Matching full:bbox
2995 IntRect bbox = toRenderBox(child)->borderBoxRect();2996 result.unite(bbox);2998 if (bbox != overflowRect)3008 IntRect bbox = box->borderBoxRect();3009 result = bbox;3011 if (bbox != overflowRect)