Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.cpp2780 IntRect endCaretRect = endRenderer->localCaretRect(endInlineBox, endCaretOffset); in firstRectForRange() local
2781 if (endCaretRect != IntRect()) in firstRectForRange()
2782endCaretRect = endRenderer->localToAbsoluteQuad(FloatRect(endCaretRect)).enclosingBoundingBox(); in firstRectForRange()
2784 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()
2786 return IntRect(min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()
2788 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()
2789 max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()