Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp446 LayoutUnit totalSectionLogicalHeight = 0; in layout() local
459 totalSectionLogicalHeight += section->calcRowLogicalHeight(); in layout()
513 distributeExtraLogicalHeight(floorToInt(computedLogicalHeight - totalSectionLogicalHeight)); in layout()
518 …if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode… in layout()