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

  /external/webkit/WebCore/html/
HTMLFrameSetElement.h 55 int totalCols() const { return m_totalCols; }
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 361 int totalCols = row->size();
363 for (int c = 0; c < totalCols; c++) {
800 int totalCols = table()->numEffCols();
801 if (!m_gridRows || !totalCols)
819 for (int c = 0; c < totalCols; c++) {
853 int totalCols = table()->numEffCols();
854 if (!m_gridRows || !totalCols)
872 for (int c = 0; c < totalCols; c++) {
906 int totalCols = table()->numEffCols();
907 if (!m_gridRows || !totalCols)
    [all...]

Completed in 34 milliseconds