HomeSort by relevance Sort by last modified time
    Searched refs:numEffCols (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 149 int numEffCols() const { return m_columns.size(); }
155 int effCol = numEffCols();
172 (collapseBorders() ? 0 : (paddingStart() + paddingEnd() + (numEffCols() + 1) * hBorderSpacing()));
FixedTableLayout.cpp 86 int nEffCols = m_table->numEffCols();
232 int nEffCols = m_table->numEffCols();
RenderTableSection.cpp 177 int nCols = max(1, table()->numEffCols());
470 int nEffCols = table()->numEffCols();
582 int nEffCols = table()->numEffCols();
762 int totalCols = table()->numEffCols();
813 int totalCols = table()->numEffCols();
864 int totalCols = table()->numEffCols();
    [all...]
RenderTable.cpp 679 m_columnPos.grow(numEffCols() + 1);
697 m_columnPos.grow(numEffCols() + 1);
850 if (!numEffCols())
    [all...]
AutoTableLayout.cpp 146 int nEffCols = m_table->numEffCols();
485 size_t nEffCols = m_table->numEffCols();
489 nEffCols = m_table->numEffCols();
    [all...]
RenderTableCell.cpp 465 bool isEndColumn = table->colToEffCol(col() + colSpan() - 1) == table->numEffCols() - 1;
    [all...]

Completed in 102 milliseconds