Home | History | Annotate | Download | only in rendering

Lines Matching refs:addChildIgnoringAnonymousColumnBlocks

384         return beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
391 return beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
397 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
409 return toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
417 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
685 void RenderBlock::addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild)
817 return addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);