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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp1095 unsigned maxAllowedOverflowingCellsCount = totalCellsCount < gMinTableSizeToUseFastPaintPathWithOverflowingCell ? 0 : gMaxAllowedOverflowingCellRatioForFastPaintPath * totalCellsCount; local
1115 if (m_overflowingCells.size() > maxAllowedOverflowingCellsCount) {

Completed in 79 milliseconds