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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.h 40 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 259 unsigned totalCols = m_grid[row].row.size();
261 if (!totalCols)
264 for (unsigned col = 0; col < totalCols; col++) {
426 unsigned totalCols = m_grid[row].row.size();
428 if (!totalCols)
431 for (unsigned col = 0; col < totalCols; col++) {
458 unsigned totalCols = m_grid[row].row.size();
460 if (!totalCols)
465 for (unsigned col = 0; col < totalCols; col++) {
646 unsigned totalCols = row.size()
    [all...]

Completed in 26 milliseconds