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(); }
RenderedPosition.cpp 157 return RenderedPosition(box->renderer(), box, box->caretRightmostOffset());
222 return createLegacyEditingPosition(prevLeafChild()->renderer()->node(), prevLeafChild()->caretRightmostOffset());
VisiblePosition.cpp 142 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
150 offset = box->caretRightmostOffset();
181 offset = prevBox->caretRightmostOffset();
215 offset = box->caretRightmostOffset();
227 offset = box->caretRightmostOffset();
350 ASSERT(offset == box->caretRightmostOffset());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 252 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); }
RenderText.cpp 565 return createPositionWithAffinityForBox(leftmostBox, leftmostBox->caretRightmostOffset(), shouldAffinityBeDownstream);
580 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
586 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
    [all...]

Completed in 156 milliseconds