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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.h119 LayoutUnit logicalHeightOfAllFlowThreadContent() const { return logicalHeightInFlowThread(); } function in class:blink::FINAL
H A DRenderFlowThread.cpp142 computedValues.m_extent += columnSet->logicalHeightOfAllFlowThreadContent();
228 LayoutUnit columnSetLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logicalHeight, columnSet->logicalHeightOfAllFlowThreadContent());

Completed in 52 milliseconds