Home
last modified time | relevance | path

Searched refs:startCaretRect (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.cpp2767 …IntRect startCaretRect = startRenderer->localCaretRect(startInlineBox, startCaretOffset, &extraWid… in firstRectForRange() local
2768 if (startCaretRect != IntRect()) in firstRectForRange()
2769startCaretRect = startRenderer->localToAbsoluteQuad(FloatRect(startCaretRect)).enclosingBoundingBo… in firstRectForRange()
2784 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()
2786 return IntRect(min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()
2787 startCaretRect.y(), in firstRectForRange()
2788 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()
2789 max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()
2793 return IntRect(startCaretRect.x(), in firstRectForRange()
2794 startCaretRect.y(), in firstRectForRange()
[all …]