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.cpp1210 int columnHeight = contentLogicalHeight(); local
1211 if (columnHeight > 0) {
1212 pageLogicalHeight = columnHeight;
1217 if (colInfo->columnHeight() != pageLogicalHeight && m_everHadLayout) {
1376 int overflowHeight = borderBefore() + paddingBefore() + colInfo->columnHeight();
1384 int overflowWidth = borderBefore() + paddingBefore() + colInfo->columnHeight();
4376 int colLogicalHeight = colInfo->columnHeight();
4398 int columnHeight = pageLogicalHeight; local
4406 columnHeight = max(colInfo->minimumColumnHeight(), distanceBetweenBreaks);
4410 columnHeight
[all...]

Completed in 374 milliseconds