Searched refs:endCaretRect (Results 1 – 1 of 1) sorted by relevance
1140 …IntRect endCaretRect = RenderedPosition(VisiblePosition(range->endPosition()).deepEquivalent(), UP… in firstRectForRange() local1141 if (endCaretRect == LayoutRect()) in firstRectForRange()1144 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()1146 return IntRect(min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()1148 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()1149 max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()