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 146 box = box->prevLeafChild();
188 InlineBox* prevBox = box->prevLeafChild();
222 prevBox = prevBox->prevLeafChild();
230 prevBox = prevBox->prevLeafChild();
247 while (InlineBox* prevBox = box->prevLeafChild()) {
373 prevBox = prevBox->prevLeafChild();
407 while (InlineBox* prevBox = box->prevLeafChild()) {
VisibleUnits.cpp 825 endBox = endBox->prevLeafChild();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 259 InlineBox* InlineBox::prevLeafChild() const
265 leaf = parent()->prevLeafChild();
279 InlineBox* leaf = prevLeafChild();
InlineBox.h 168 InlineBox* prevLeafChild() const;
RenderText.cpp 495 shouldAffinityBeDownstream = !box->prevLeafChild() ? UpstreamIfPositionIsNotAtStart : AlwaysDownstream;
625 if (box->isLineBreak() && !box->prevLeafChild() && box->nextLeafChild() && !box->nextLeafChild()->isLineBreak())
    [all...]
RootInlineBox.cpp 511 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 683 otherBox = otherBox->prevLeafChild();
807 otherBox = otherBox->prevLeafChild();
    [all...]

Completed in 126 milliseconds