Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp413 beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild); in addChildToAnonymousColumnBlocks()
422 beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild); in addChildToAnonymousColumnBlocks()
430 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0); in addChildToAnonymousColumnBlocks()
442 …toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, … in addChildToAnonymousColumnBlocks()
453 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0); in addChildToAnonymousColumnBlocks()
710 void RenderBlock::addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* befor… in addChildIgnoringAnonymousColumnBlocks() function in WebCore::RenderBlock
838 addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild); in addChildIgnoringContinuation()
DRenderBlock.h510 … void addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild = 0);