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 82 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }
VisiblePosition.cpp 141 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());
RenderedPosition.cpp 159 return RenderedPosition(&box->renderer(), box, box->caretRightmostOffset());
224 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 256 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); }
RenderText.cpp 550 return createPositionWithAffinityForBox(leftmostBox, leftmostBox->caretRightmostOffset(), shouldAffinityBeDownstream);
565 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
571 return createPositionWithAffinityForBox(box, box->caretRightmostOffset(), shouldAffinityBeDownstream);
    [all...]

Completed in 356 milliseconds