Searched refs:addChildIgnoringAnonymousColumnBlocks (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h345 virtual void addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild = 0);
H A DRenderBlock.cpp384 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) function in class:WebCore::RenderBlock
817 return addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);

Completed in 57 milliseconds