Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp349 int totalSectionLogicalHeight = 0; in layout() local
368 totalSectionLogicalHeight += section->calcRowLogicalHeight(); in layout()
417 …->layoutRows(child == m_firstBody ? max(0, computedLogicalHeight - totalSectionLogicalHeight) : 0); in layout()
420 …if (!m_firstBody && computedLogicalHeight > totalSectionLogicalHeight && !document()->inQuirksMode… in layout()