Lines Matching full:child
121 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
122 if (child->style()->height().isPercent() || child->style()->minHeight().isPercent() || child->style()->maxHeight().isPercent())
123 child->setChildNeedsLayout(true, false);
223 // since iframes/frames with no background in the child document should show the parent's background.
225 frameView()->setUseSlowRepaints(); // The parent must show behind the child.
333 RenderObject* child = object->childAt(offset);
334 return child ? child : object->nextInPreOrderAfterChildren();