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.cpp440 LayoutUnit totalSectionLogicalHeight = 0; in layout() local
453 totalSectionLogicalHeight += section->calcRowLogicalHeight(); in layout()
504 distributeExtraLogicalHeight(floorToInt(computedLogicalHeight - totalSectionLogicalHeight)); in layout()
509 …if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode… in layout()