Searched refs:multicolBlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp95 RenderBlockFlow* multicolBlock = multiColumnBlockFlow(); local
96 LayoutUnit contentLogicalTop = logicalTop() - multicolBlock->borderAndPaddingBefore();
297 RenderBlockFlow* multicolBlock = multiColumnBlockFlow(); local
298 RenderStyle* multicolStyle = multicolBlock->style();
302 LayoutUnit logicalMaxHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalMaxHeight(), -1);

Completed in 127 milliseconds