HomeSort by relevance Sort by last modified time
    Searched refs:totalCols (Results 1 - 3 of 3) 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 525 unsigned totalCols = row.size();
527 for (unsigned c = 0; c < totalCols; c++) {
    [all...]
RenderFrameSet.cpp 423 int cols = frameSet()->totalCols();
456 unsigned cols = frameSet()->totalCols();
493 int cols = frameSet()->totalCols();

Completed in 57 milliseconds