Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTable.cpp749 int sectionCols = section->numColumns(); in recalcSections() local
750 if (sectionCols > maxCols) in recalcSections()
751 maxCols = sectionCols; in recalcSections()