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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.cpp 117 || (atLeftmostOffsetInBox() && other.atRightmostOffsetInBox() && prevLeafChild() == other.m_inlineBox)
118 || (atRightmostOffsetInBox() && other.atLeftmostOffsetInBox() && nextLeafChild() == other.m_inlineBox);
129 InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox;
178 if (atRightmostOffsetInBox()) {
192 if (atRightmostOffsetInBox()) {
221 if (atRightmostOffsetInBox())
RenderedPosition.h 82 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }

Completed in 36 milliseconds