Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1095 …unsigned maxAllowedOverflowingCellsCount = totalCellsCount < gMinTableSizeToUseFastPaintPathWithOv… in computeOverflowFromCells() local
1115 if (m_overflowingCells.size() > maxAllowedOverflowingCellsCount) { in computeOverflowFromCells()