Searched refs:columnHeight (Results 1 - 4 of 4) sorted by relevance

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

Completed in 154 milliseconds