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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPagedFlowThread.h 23 virtual bool heightIsAuto() const OVERRIDE { return !columnHeightAvailable(); }
RenderMultiColumnFlowThread.h 112 LayoutUnit columnHeightAvailable() const { return m_columnHeightAvailable; }
114 virtual bool heightIsAuto() const { return !columnHeightAvailable() || multiColumnBlockFlow()->style()->columnFill() == ColumnFillBalance; }
RenderMultiColumnSet.cpp 261 setAndConstrainColumnHeight(heightAdjustedForSetOffset(multiColumnFlowThread()->columnHeightAvailable()));
299 LayoutUnit availableHeight = multiColumnFlowThread()->columnHeightAvailable();
RenderBlockFlow.cpp 214 pageLogicalHeightChanged = columnHeight != flowThread->columnHeightAvailable();
    [all...]

Completed in 4122 milliseconds