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 117 || (atLeftmostOffsetInBox() && other.atRightmostOffsetInBox() && prevLeafChild() == other.m_inlineBox)
118 || (atRightmostOffsetInBox() && other.atLeftmostOffsetInBox() && nextLeafChild() == other.m_inlineBox);
123 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox;
172 if (atLeftmostOffsetInBox()) {
198 if (atLeftmostOffsetInBox()) {
211 if (atLeftmostOffsetInBox())
RenderedPosition.h 81 bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretLeftmostOffset(); }

Completed in 3821 milliseconds