Searched refs:startCaretRect (Results 1 – 1 of 1) sorted by relevance
1098 …IntRect startCaretRect = RenderedPosition(VisiblePosition(range->startPosition()).deepEquivalent()… in firstRectForRange() local1099 if (startCaretRect == LayoutRect()) in firstRectForRange()1106 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()1108 return IntRect(std::min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()1109 startCaretRect.y(), in firstRectForRange()1110 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()1111 std::max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()1115 return IntRect(startCaretRect.x(), in firstRectForRange()1116 startCaretRect.y(), in firstRectForRange()1117 startCaretRect.width() + extraWidthToEndOfLine, in firstRectForRange()[all …]