Home
last modified time | relevance | path

Searched refs:nextSiblingBox (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFrameSet.cpp628 child = child->nextSiblingBox(); in positionFrames()
636 for (; child; child = child->nextSiblingBox()) { in positionFrames()
694 child = child->nextSiblingBox(); in positionFramesWithFlattening()
728 child = child->nextSiblingBox(); in positionFramesWithFlattening()
744 for (; child; child = child->nextSiblingBox()) { in positionFramesWithFlattening()
DRenderFlexibleBox.cpp59 child = child->nextSiblingBox(); in FlexBoxIterator()
95 …m_currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox… in next()
139 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in calcHorizontalPrefWidths()
152 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in calcVerticalPrefWidths()
DRenderBox.h129 RenderBox* nextSiblingBox() const;
519 inline RenderBox* RenderBox::nextSiblingBox() const in nextSiblingBox() function
DRenderBlock.cpp1121 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in isSelfCollapsingBlock()
1438 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in addOverflowFromBlockChildren()
1740 …for (RenderBox* curr = child->nextSiblingBox(); curr && atBottomOfBlock; curr = curr->nextSiblingB… in clearFloatsIfNeeded()
1942 next = child->nextSiblingBox(); in layoutBlockChildren()
2165 for (RenderBox* box = firstChildBox(); box; box = box->nextSiblingBox()) { in simplifiedNormalFlowLayout()
2442 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in paintChildren()
2963 …irstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSiblingBox()) { } in blockSelectionGaps()
2965 for (bool sawSelectionEnd = false; curr && !sawSelectionEnd; curr = curr->nextSiblingBox()) { in blockSelectionGaps()
4265 … for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) { in positionForPoint()
5241 for (RenderBox* curr = firstChildBox(); curr; curr = curr->nextSiblingBox()) { in firstLineBoxBaseline()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1649393 (WebCore::RenderBox::nextSiblingBox):
50940 (WebCore::RenderBox::nextSiblingBox):