Searched refs:beforeChildContainer (Results 1 – 1 of 1) sorted by relevance
713 RenderObject* beforeChildContainer = beforeChild->parent(); in addChildIgnoringAnonymousColumnBlocks() local714 while (beforeChildContainer->parent() != this) in addChildIgnoringAnonymousColumnBlocks()715 beforeChildContainer = beforeChildContainer->parent(); in addChildIgnoringAnonymousColumnBlocks()716 ASSERT(beforeChildContainer); in addChildIgnoringAnonymousColumnBlocks()718 if (beforeChildContainer->isAnonymous()) { in addChildIgnoringAnonymousColumnBlocks()721 RenderObject* beforeChildAnonymousContainer = beforeChildContainer; in addChildIgnoringAnonymousColumnBlocks()748 beforeChild = beforeChildContainer; in addChildIgnoringAnonymousColumnBlocks()