Home | History | Annotate | Download | only in rendering

Lines Matching refs:childBox

263                     while (InlineBox* childBox = box->firstChild())
264 childBox->remove();
3171 for (RenderBox* childBox = firstChildBox(); childBox; childBox = childBox->nextSiblingBox()) {
3172 if (!isChildHitTestCandidate(childBox))
3174 LayoutUnit childLogicalBottom = logicalTopForChild(childBox) + logicalHeightForChild(childBox);
3176 if (isChildHitTestCandidate(childBox) && (pointInLogicalContents.y() < childLogicalBottom
3178 return positionForPointRespectingEditingBoundaries(this, childBox, pointInContents);
3686 RenderBox* childBox = toRenderBox(child);
3688 childBox->computeLogicalHeight(childBox->borderAndPaddingLogicalHeight(), 0, computedValues);