Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp48 static float gMaxAllowedOverflowingCellRatioForFastPaintPath = 0.1f; variable
1040 …TableSizeToUseFastPaintPathWithOverflowingCell ? 0 : gMaxAllowedOverflowingCellRatioForFastPaintPa… in computeOverflowFromCells()
1432 …(m_overflowingCells.size() < totalRows * totalCols * gMaxAllowedOverflowingCellRatioForFastPaintPa… in paintObject()