Searched defs:prevLeafChild (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.cpp98 InlineBox* RenderedPosition::prevLeafChild() const function in class:WebCore::RenderedPosition
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()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp259 InlineBox* InlineBox::prevLeafChild() const function in class:WebCore::InlineBox
265 leaf = parent()->prevLeafChild();
279 InlineBox* leaf = prevLeafChild();

Completed in 323 milliseconds