Searched refs:firstChildBox (Results 1 – 6 of 6) sorted by relevance
55 RenderBox* child = m_box->firstChildBox(); in FlexBoxIterator()86 m_currentChild = m_box->firstChildBox(); in next()139 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in calcHorizontalPrefWidths()152 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in calcVerticalPrefWidths()
522 RenderBox* child = firstChildBox(); in positionFrames()645 RenderBox* child = firstChildBox(); in positionFramesWithFlattening()705 child = firstChildBox(); in positionFramesWithFlattening()
44 RenderBox* firstChildBox() const;529 inline RenderBox* RenderBox::firstChildBox() const in firstChildBox() function
1121 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in isSelfCollapsingBlock()1438 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) { in addOverflowFromBlockChildren()1938 RenderBox* next = firstChildBox(); 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 …for (curr = firstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSib… in blockSelectionGaps()4265 … for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) { in positionForPoint()5241 for (RenderBox* curr = firstChildBox(); curr; curr = curr->nextSiblingBox()) { in firstLineBoxBaseline()5579 for (RenderBox* obj = block->firstChildBox(); obj; obj = obj->nextSiblingBox()) { in getHeightForLineCount()5637 for (RenderBox* obj = firstChildBox(); obj; obj = obj->nextSiblingBox()) { in adjustForBorderFit()
437 RenderBox* childRenderer = _renderer->firstChildBox();557 RenderBox* childRenderer = _renderer->firstChildBox();
45525 (WebCore::RenderBox::firstChildBox):46482 (WebCore::RenderContainer::firstChildBox):50963 (WebCore::RenderContainer::firstChildBox):