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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp440 LayoutUnit totalSectionLogicalHeight = 0; local
453 totalSectionLogicalHeight += section->calcRowLogicalHeight();
504 distributeExtraLogicalHeight(floorToInt(computedLogicalHeight - totalSectionLogicalHeight));
509 if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document().inQuirksMode()) {

Completed in 326 milliseconds