Searched refs:nextSiblingBox (Results 1 – 11 of 11) sorted by relevance
68 m_currentChild = nextSiblingBox(); in next()91 RenderBox* OrderIterator::nextSiblingBox() in nextSiblingBox() function in WebCore::OrderIterator94 return m_currentChild->nextSiblingBox(); in nextSiblingBox()
50 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) in styleDidChange()114 … for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) { in relayoutForPagination()158 for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) { in layoutSpecialExcludedChild()
57 RenderBox* nextSiblingBox();
56 child = child->nextSiblingBox(); in FlexBoxIterator()97 …m_currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox… in next()197 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in computeIntrinsicLogicalWidths()209 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in computeIntrinsicLogicalWidths()
490 for (; frame; frame = frame->nextSiblingBox()) { in clearNeedsLayoutOnHiddenFrames()526 child = child->nextSiblingBox(); in positionFrames()
87 … for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) { in styleDidChange()
98 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in computeIntrinsicLogicalWidths()213 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in styleDidChange()337 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in clientLogicalBottomAfterRepositioning()830 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in prepareOrderIteratorAndMargins()
176 RenderBox* nextSiblingBox() const;722 inline RenderBox* RenderBox::nextSiblingBox() const in nextSiblingBox() function
1189 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in isSelfCollapsingBlock()1592 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in addOverflowFromBlockChildren()1736 for (RenderBox* box = firstChildBox(); box; box = box->nextSiblingBox()) { in simplifiedNormalFlowLayout()2133 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) in paintChildren()2532 …irstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSiblingBox()) { } in blockSelectionGaps()2534 for (bool sawSelectionEnd = false; curr && !sawSelectionEnd; curr = curr->nextSiblingBox()) { in blockSelectionGaps()3454 … for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) { in positionForPoint()4592 for (RenderBox* curr = firstChildBox(); curr; curr = curr->nextSiblingBox()) { in firstLineBoxBaseline()4945 for (RenderBox* obj = block->firstChildBox(); obj; obj = obj->nextSiblingBox()) { in getHeightForLineCount()5032 for (RenderBox* obj = firstChildBox(); obj; obj = obj->nextSiblingBox()) { in adjustForBorderFit()
793 next = child->nextSiblingBox(); in layoutBlockChildren()1137 …for (RenderBox* curr = child->nextSiblingBox(); curr && wouldCollapseMarginsWithParent; curr = cur… in clearFloatsIfNeeded()1232 for ( ; grandchildBox; grandchildBox = grandchildBox->nextSiblingBox()) { in marginBeforeEstimateForChild()
743 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in populateExplicitGridAndOrderIterator()849 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in layoutGridItems()