HomeSort by relevance Sort by last modified time
    Searched refs:prevLeafChild (Results 1 - 9 of 9) 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...]
RenderedPosition.h 76 InlineBox* prevLeafChild() const;
VisiblePosition.cpp 145 box = box->prevLeafChild();
187 InlineBox* prevBox = box->prevLeafChild();
221 prevBox = prevBox->prevLeafChild();
229 prevBox = prevBox->prevLeafChild();
246 while (InlineBox* prevBox = box->prevLeafChild()) {
372 prevBox = prevBox->prevLeafChild();
406 while (InlineBox* prevBox = box->prevLeafChild()) {
VisibleUnits.cpp 813 endBox = endBox->prevLeafChild();
    [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();
InlineBox.h 171 InlineBox* prevLeafChild() const;
RenderText.cpp 481 shouldAffinityBeDownstream = !box->prevLeafChild() ? UpstreamIfPositionIsNotAtStart : AlwaysDownstream;
610 if (box->isLineBreak() && !box->prevLeafChild() && box->nextLeafChild() && !box->nextLeafChild()->isLineBreak())
    [all...]
RootInlineBox.cpp 394 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 658 otherBox = otherBox->prevLeafChild();
782 otherBox = otherBox->prevLeafChild();
    [all...]

Completed in 400 milliseconds