Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1031 unsigned totalCellsCount = nEffCols * totalRows; in computeOverflowFromCells() local
1032 …unt = totalCellsCount < gMinTableSizeToUseFastPaintPathWithOverflowingCell ? 0 : gMaxAllowedOverfl… in computeOverflowFromCells()