HomeSort by relevance Sort by last modified time
    Searched refs:maxLogicalHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 41 , m_maxColumnHeight(RenderFlowThread::maxLogicalHeight())
42 , m_minSpaceShortage(RenderFlowThread::maxLogicalHeight())
188 ASSERT(m_minSpaceShortage != RenderFlowThread::maxLogicalHeight()); // If this happens, we probably have a bug.
189 if (m_minSpaceShortage == RenderFlowThread::maxLogicalHeight())
233 m_minSpaceShortage = RenderFlowThread::maxLogicalHeight();
300 LayoutUnit maxColumnHeight = availableHeight ? availableHeight : RenderFlowThread::maxLogicalHeight();
RenderFlowThread.h 110 static LayoutUnit maxLogicalHeight() { return LayoutUnit::max() / 2; }
RenderFlowThread.cpp 228 LayoutUnit columnSetLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logicalHeight, columnSet->logicalHeightOfAllFlowThreadContent());
RenderBox.cpp     [all...]

Completed in 443 milliseconds