Searched refs:caretRightmostOffset (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp1127 if (caretOffset == inlineBox->caretRightmostOffset()) {
1147 caretOffset = inlineBox->caretRightmostOffset();
1181 caretOffset = inlineBox->caretRightmostOffset();
1195 caretOffset = inlineBox->caretRightmostOffset();
1213 caretOffset = inlineBox->caretRightmostOffset();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.cpp159 return RenderedPosition(&box->renderer(), box, box->caretRightmostOffset());
224 return createLegacyEditingPosition(prevLeafChild()->renderer().node(), prevLeafChild()->caretRightmostOffset());
H A DRenderedPosition.h82 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }
H A DVisiblePosition.cpp141 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
149 offset = box->caretRightmostOffset();
180 offset = prevBox->caretRightmostOffset();
214 offset = box->caretRightmostOffset();
226 offset = box->caretRightmostOffset();
349 ASSERT(offset == box->caretRightmostOffset());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h256 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); } function in class:blink::InlineBox
H A DRenderText.cpp550 return createPositionWithAffinityForBox(leftmostBox, leftmostBox->caretRightmostOffset(), shouldAffinityBeDownstream);
565 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
571 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);

Completed in 1963 milliseconds