Home
last modified time | relevance | path

Searched defs:totalCols (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameSetElement.h41 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); } in totalCols() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp256 unsigned totalCols = m_grid[row].row.size(); in rowHasOnlySpanningCells() local
432 unsigned totalCols = m_grid[row].row.size(); in isHeightNeededForRowHavingOnlySpanningCells() local
464 unsigned totalCols = m_grid[row].row.size(); in calcRowHeightHavingOnlySpanningCells() local
669 unsigned totalCols = row.size(); in calcRowLogicalHeight() local
1075 unsigned totalCols = table()->numEffCols(); in calcBlockDirectionOuterBorder() local
1129 unsigned totalCols = table()->numEffCols(); in calcInlineDirectionOuterBorder() local
1216 unsigned totalCols = table()->columns().size(); in paint() local
1431 unsigned totalCols = table()->columns().size(); in paintObject() local