Searched refs:totalCols (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameSetElement.h42 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTableSectionPainter.cpp28 unsigned totalCols = m_renderTableSection.table()->columns().size(); local
30 if (!totalRows || !totalCols)
107 unsigned totalCols = m_renderTableSection.table()->columns().size(); local
108 ASSERT(overflowingCells.size() < totalRows * totalCols * gMaxAllowedOverflowingCellRatioForFastPaintPath);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp277 unsigned totalCols = m_grid[row].row.size(); local
279 if (!totalCols)
282 for (unsigned col = 0; col < totalCols; col++) {
489 unsigned totalCols = m_grid[row].row.size(); local
491 if (!totalCols)
494 for (unsigned col = 0; col < totalCols; col++) {
521 unsigned totalCols = m_grid[row].row.size(); local
523 if (!totalCols)
528 for (unsigned col = 0; col < totalCols; col++) {
731 unsigned totalCols local
1130 unsigned totalCols = table()->numEffCols(); local
1184 unsigned totalCols = table()->numEffCols(); local
[all...]
H A DRenderFrameSet.cpp436 int cols = frameSet()->totalCols();
460 unsigned cols = frameSet()->totalCols();
500 int cols = frameSet()->totalCols();

Completed in 157 milliseconds