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

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.h 40 int totalCols() const { return m_totalCols; }
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 361 int totalCols = row->size();
363 for (int c = 0; c < totalCols; c++) {
756 int totalCols = table()->numEffCols();
757 if (!m_gridRows || !totalCols)
775 for (int c = 0; c < totalCols; c++) {
807 int totalCols = table()->numEffCols();
808 if (!m_gridRows || !totalCols)
826 for (int c = 0; c < totalCols; c++) {
858 int totalCols = table()->numEffCols();
859 if (!m_gridRows || !totalCols)
    [all...]

Completed in 54 milliseconds