HomeSort by relevance Sort by last modified time
    Searched refs:caretRightmostOffset (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 79 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }
VisiblePosition.cpp 131 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
139 offset = box->caretRightmostOffset();
170 offset = prevBox->caretRightmostOffset();
204 offset = box->caretRightmostOffset();
216 offset = box->caretRightmostOffset();
339 ASSERT(offset == box->caretRightmostOffset());
RenderedPosition.cpp 158 return RenderedPosition(box->renderer(), box, box->caretRightmostOffset());
223 return createLegacyEditingPosition(prevLeafChild()->renderer()->node(), prevLeafChild()->caretRightmostOffset());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 253 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); }
RenderText.cpp 560 return createPositionWithAffinityForBox(leftmostBox, leftmostBox->caretRightmostOffset(), shouldAffinityBeDownstream);
575 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
581 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
    [all...]

Completed in 453 milliseconds