HomeSort by relevance Sort by last modified time
    Searched refs:totalCols (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.h 42 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); }
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TableSectionPainter.cpp 28 unsigned totalCols = m_renderTableSection.table()->columns().size();
30 if (!totalRows || !totalCols)
107 unsigned totalCols = m_renderTableSection.table()->columns().size();
108 ASSERT(overflowingCells.size() < totalRows * totalCols * gMaxAllowedOverflowingCellRatioForFastPaintPath);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 277 unsigned totalCols = m_grid[row].row.size();
279 if (!totalCols)
282 for (unsigned col = 0; col < totalCols; col++) {
489 unsigned totalCols = m_grid[row].row.size();
491 if (!totalCols)
494 for (unsigned col = 0; col < totalCols; col++) {
521 unsigned totalCols = m_grid[row].row.size();
523 if (!totalCols)
528 for (unsigned col = 0; col < totalCols; col++) {
731 unsigned totalCols = row.size()
    [all...]
RenderFrameSet.cpp 436 int cols = frameSet()->totalCols();
460 unsigned cols = frameSet()->totalCols();
500 int cols = frameSet()->totalCols();

Completed in 574 milliseconds