Home | History | Annotate | Download | only in dom

Lines Matching defs:rects

1605     Vector<IntRect> rects;
1606 textRects(rects);
1607 const size_t n = rects.size();
1609 result.unite(rects[i]);
1613 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight)
1629 renderText->absoluteRectsForRange(rects, startOffset, endOffset, useSelectionHeight);