Home | History | Annotate | Download | only in rendering

Lines Matching full:child

205             beforeChild = 0; // We destroyed the last child, so now we need to update our insertion
264 // Insert our child clone as the first child.
279 // Now we need to take all of the children starting from the first child
806 void RenderInline::childBecameNonInline(RenderObject* child)
812 RenderObject* beforeChild = child->nextSibling();
813 children()->removeChildNode(this, child);
814 splitFlow(beforeChild, newBox, child, oldContinuation);
889 IntSize RenderInline::relativePositionedInlineOffset(const RenderBox* child) const
910 if (!child->style()->hasStaticX())
916 else if (!child->style()->isOriginalDisplayInlineType())
918 offset.setWidth(sx - (child->containingBlock()->borderLeft() + child->containingBlock()->paddingLeft()));
920 if (!child->style()->hasStaticY())