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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp512 beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
521 beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
529 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
541 toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
552 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
809 void RenderBlock::addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild) function in class:blink::RenderBlock
937 addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);

Completed in 79 milliseconds