Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp863 unsigned sectionCols = section->numColumns(); in recalcSections() local
864 if (sectionCols > maxCols) in recalcSections()
865 maxCols = sectionCols; in recalcSections()