Home | History | Annotate | Download | only in accessibility

Lines Matching full:rect2

2228     IntRect rect2 = range.end.absoluteCaretBounds();
2231 if (rect2.y() != rect1.y()) {
2239 rect2 = range.end.absoluteCaretBounds();
2244 ourrect.unite(rect2);
2247 if (rect1.bottom() != rect2.bottom()) {