Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp1102 …IntRect endCaretRect = RenderedPosition(VisiblePosition(range->endPosition()).deepEquivalent(), UP… in firstRectForRange() local
1103 if (endCaretRect == LayoutRect()) in firstRectForRange()
1106 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()
1108 return IntRect(std::min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()
1110 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()
1111 std::max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()