Home
last modified time | relevance | path

Searched refs:columnHeight (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DShortcutsHelp.js79 for (var columnHeight = 0;
80 columnHeight < wrapAfter && section < orderedSections.length;
81 columnHeight += orderedSections[section]._height, section++) {
/external/webkit/Source/WebCore/rendering/
DColumnInfo.h55 int columnHeight() const { return m_columnHeight; } in columnHeight() function
DLayoutState.cpp172 if (!m_columnInfo || m_columnInfo->columnHeight()) in addForcedColumnBreak()
DRenderBlock.cpp1225 int columnHeight = contentLogicalHeight(); in layoutBlock() local
1226 if (columnHeight > 0) { in layoutBlock()
1227 pageLogicalHeight = columnHeight; in layoutBlock()
1232 if (colInfo->columnHeight() != pageLogicalHeight && m_everHadLayout) { in layoutBlock()
1391 int overflowHeight = borderBefore() + paddingBefore() + colInfo->columnHeight(); in addOverflowFromChildren()
1399 int overflowWidth = borderBefore() + paddingBefore() + colInfo->columnHeight(); in addOverflowFromChildren()
4395 int colLogicalHeight = colInfo->columnHeight(); in columnRectAt()
4417 int columnHeight = pageLogicalHeight; in layoutColumns() local
4425 columnHeight = max(colInfo->minimumColumnHeight(), distanceBetweenBreaks); in layoutColumns()
4429columnHeight = max(colInfo->minimumColumnHeight(), (int)ceilf((float)contentLogicalHeight() / desi… in layoutColumns()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0652980 (WebCore::ColumnInfo::columnHeight):