Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp721 RenderObject* beforeChildAnonymousContainer = beforeChildContainer; in addChildIgnoringAnonymousColumnBlocks() local
722 if (beforeChildAnonymousContainer->isAnonymousBlock() in addChildIgnoringAnonymousColumnBlocks()
724 || beforeChildAnonymousContainer->isRenderFullScreen() in addChildIgnoringAnonymousColumnBlocks()
725 || beforeChildAnonymousContainer->isRenderFullScreenPlaceholder() in addChildIgnoringAnonymousColumnBlocks()
735 ASSERT(beforeChildAnonymousContainer->isTable()); in addChildIgnoringAnonymousColumnBlocks()
738 beforeChildAnonymousContainer->addChild(newChild, beforeChild); in addChildIgnoringAnonymousColumnBlocks()