Searched refs:beforeChildAnonymousContainer (Results 1 – 1 of 1) sorted by relevance
721 RenderObject* beforeChildAnonymousContainer = beforeChildContainer; in addChildIgnoringAnonymousColumnBlocks() local722 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()