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 100 InlineBox* RenderedPosition::prevLeafChild() const
117 || (atLeftmostOffsetInBox() && other.atRightmostOffsetInBox() && prevLeafChild() == other.m_inlineBox)
123 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox;
174 return !prevLeafChild() || prevLeafChild()->bidiLevel() < m_inlineBox->bidiLevel();
175 return m_inlineBox->bidiLevel() >= bidiLevelOfRun && (!prevLeafChild() || prevLeafChild()->bidiLevel() < bidiLevelOfRun);
200 return prevLeafChild() && m_inlineBox->bidiLevel() < prevLeafChild()->bidiLevel();
201 return prevLeafChild() && m_inlineBox->bidiLevel() < bidiLevelOfRun && prevLeafChild()->bidiLevel() >= bidiLevelOfRun
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 253 InlineBox* InlineBox::prevLeafChild() const
259 leaf = parent()->prevLeafChild();
273 InlineBox* leaf = prevLeafChild();

Completed in 59 milliseconds