Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h611 RenderBlockFlow* columnsBlockForSpanningElement(RenderObject* newChild);
DRenderBlock.cpp681 RenderBlockFlow* RenderBlock::columnsBlockForSpanningElement(RenderObject* newChild) in columnsBlockForSpanningElement() function in WebCore::RenderBlock
755 RenderBlockFlow* columnsBlockAncestor = columnsBlockForSpanningElement(newChild); in addChildIgnoringAnonymousColumnBlocks()