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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ColumnInfo.h 62 LayoutUnit columnHeight() const { return m_columnHeight; }
LayoutState.cpp 148 if (!m_columnInfo || m_columnInfo->columnHeight())
RenderBlockFlow.cpp 213 LayoutUnit columnHeight = computedValues.m_extent - borderAndPaddingLogicalHeight() - scrollbarLogicalHeight();
214 pageLogicalHeightChanged = columnHeight != flowThread->columnHeightAvailable();
215 flowThread->setColumnHeightAvailable(std::max<LayoutUnit>(columnHeight, 0));
225 LayoutUnit columnHeight = contentLogicalHeight();
226 if (columnHeight > 0) {
227 pageLogicalHeight = columnHeight;
232 if (colInfo->columnHeight() != pageLogicalHeight && everHadLayout()) {
262 LayoutUnit columnHeight = pageLogicalHeight;
271 columnHeight = std::max(colInfo->minimumColumnHeight(), distanceBetweenBreaks);
275 columnHeight = std::max<LayoutUnit>(colInfo->minimumColumnHeight(), ceilf(layoutOverflowLogicalBottom.toFloat() (…)
    [all...]
RenderView.cpp 132 return columnInfo()->columnHeight();
757 LayoutRect backgroundRect(0, 0, columnInfo->desiredColumnWidth(), columnInfo->columnHeight() * columnInfo->columnCount());
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp 334 LayoutSize step(0, topToBottom ? colInfo->columnHeight() + colGap : -(colInfo->columnHeight() + colGap));

Completed in 299 milliseconds