Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp713 RenderObject* beforeChildContainer = beforeChild->parent(); in addChildIgnoringAnonymousColumnBlocks() local
714 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()