Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp1121 …IntRect startCaretRect = RenderedPosition(VisiblePosition(range->startPosition()).deepEquivalent()… in firstRectForRange() local
1122 if (startCaretRect == LayoutRect()) in firstRectForRange()
1129 if (startCaretRect.y() == endCaretRect.y()) { in firstRectForRange()
1131 return IntRect(std::min(startCaretRect.x(), endCaretRect.x()), in firstRectForRange()
1132 startCaretRect.y(), in firstRectForRange()
1133 abs(endCaretRect.x() - startCaretRect.x()), in firstRectForRange()
1134 std::max(startCaretRect.height(), endCaretRect.height())); in firstRectForRange()
1138 return IntRect(startCaretRect.x(), in firstRectForRange()
1139 startCaretRect.y(), in firstRectForRange()
1140 startCaretRect.width() + extraWidthToEndOfLine, in firstRectForRange()
[all …]