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 116 || (atLeftmostOffsetInBox() && other.atRightmostOffsetInBox() && prevLeafChild() == other.m_inlineBox)
117 || (atRightmostOffsetInBox() && other.atLeftmostOffsetInBox() && nextLeafChild() == other.m_inlineBox);
128 InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox;
177 if (atRightmostOffsetInBox()) {
191 if (atRightmostOffsetInBox()) {
220 if (atRightmostOffsetInBox())
RenderedPosition.h 79 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }

Completed in 380 milliseconds