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 41 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 256 unsigned totalCols = m_grid[row].row.size();
258 if (!totalCols)
261 for (unsigned col = 0; col < totalCols; col++) {
432 unsigned totalCols = m_grid[row].row.size();
434 if (!totalCols)
437 for (unsigned col = 0; col < totalCols; col++) {
464 unsigned totalCols = m_grid[row].row.size();
466 if (!totalCols)
471 for (unsigned col = 0; col < totalCols; col++) {
669 unsigned totalCols = row.size()
    [all...]

Completed in 3037 milliseconds