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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.cpp 98 InlineBox* RenderedPosition::prevLeafChild() const
115 || (atLeftmostOffsetInBox() && other.atRightmostOffsetInBox() && prevLeafChild() == other.m_inlineBox)
121 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox;
172 return !prevLeafChild() || prevLeafChild()->bidiLevel() < m_inlineBox->bidiLevel();
173 return m_inlineBox->bidiLevel() >= bidiLevelOfRun && (!prevLeafChild() || prevLeafChild()->bidiLevel() < bidiLevelOfRun);
198 return prevLeafChild() && m_inlineBox->bidiLevel() < prevLeafChild()->bidiLevel();
199 return prevLeafChild() && m_inlineBox->bidiLevel() < bidiLevelOfRun && prevLeafChild()->bidiLevel() >= bidiLevelOfRun
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 260 InlineBox* InlineBox::prevLeafChild() const
266 leaf = parent()->prevLeafChild();
280 InlineBox* leaf = prevLeafChild();

Completed in 206 milliseconds