HomeSort by relevance Sort by last modified time
    Searched refs:atLeftmostOffsetInBox (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);
122 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox;
171 if (atLeftmostOffsetInBox()) {
197 if (atLeftmostOffsetInBox()) {
210 if (atLeftmostOffsetInBox())
RenderedPosition.h 78 bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretLeftmostOffset(); }

Completed in 29 milliseconds