Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp401 RenderObject* immediateChild = beforeChild; in addChildToAnonymousColumnBlocks() local
403 while (immediateChild->parent() != this) { in addChildToAnonymousColumnBlocks()
405 isPreviousBlockViable = !immediateChild->previousSibling(); in addChildToAnonymousColumnBlocks()
406 immediateChild = immediateChild->parent(); in addChildToAnonymousColumnBlocks()
408 if (isPreviousBlockViable && immediateChild->previousSibling()) in addChildToAnonymousColumnBlocks()
409 …return toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(new… in addChildToAnonymousColumnBlocks()