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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp1098 IntRect startCaretRect = RenderedPosition(VisiblePosition(range->startPosition()).deepEquivalent(), DOWNSTREAM).absoluteRect(&extraWidthToEndOfLine); local
1099 if (startCaretRect == LayoutRect())
1106 if (startCaretRect.y() == endCaretRect.y()) {
1108 return IntRect(std::min(startCaretRect.x(), endCaretRect.x()),
1109 startCaretRect.y(),
1110 abs(endCaretRect.x() - startCaretRect.x()),
1111 std::max(startCaretRect.height(), endCaretRect.height()));
1115 return IntRect(startCaretRect.x(),
1116 startCaretRect.y(),
1117 startCaretRect
[all...]

Completed in 56 milliseconds