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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp46 static unsigned gMinTableSizeToUseFastPaintPathWithOverflowingCell = 75 * 75; member in namespace:blink
1095 unsigned maxAllowedOverflowingCellsCount = totalCellsCount < gMinTableSizeToUseFastPaintPathWithOverflowingCell ? 0 : gMaxAllowedOverflowingCellRatioForFastPaintPath * totalCellsCount;

Completed in 58 milliseconds