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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 81 bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretLeftmostOffset(); }
VisiblePosition.cpp 184 ASSERT(offset == box->caretLeftmostOffset());
306 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretLeftmostOffset())
314 offset = box->caretLeftmostOffset();
345 offset = nextBox->caretLeftmostOffset();
381 offset = box->caretLeftmostOffset();
393 offset = box->caretLeftmostOffset();
RenderedPosition.cpp 142 return RenderedPosition(&box->renderer(), box, box->caretLeftmostOffset());
214 return createLegacyEditingPosition(nextLeafChild()->renderer().node(), nextLeafChild()->caretLeftmostOffset());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 255 int caretLeftmostOffset() const { return isLeftToRightDirection() ? caretMinOffset() : caretMaxOffset(); }
RenderText.cpp 541 return createPositionWithAffinityForBox(box, box->caretLeftmostOffset(), shouldAffinityBeDownstream);
581 return createPositionWithAffinityForBox(rightmostBox, rightmostBox->caretLeftmostOffset(), shouldAffinityBeDownstream);
596 return createPositionWithAffinityForBox(box, box->caretLeftmostOffset(), shouldAffinityBeDownstream);
    [all...]

Completed in 407 milliseconds