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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 165 unsigned lastColumnIndex() const { return numEffCols() - 1; }
169 unsigned numEffCols() const { return m_columns.size(); }
175 unsigned numColumns = numEffCols();
191 if (unsigned effectiveColumnCount = numEffCols())
FixedTableLayout.cpp 87 unsigned nEffCols = m_table->numEffCols();
210 unsigned nEffCols = m_table->numEffCols();
217 nEffCols = m_table->numEffCols();
RenderTableSection.cpp 191 unsigned effectiveColumnCount = max(1u, table()->numEffCols());
756 unsigned nEffCols = table()->numEffCols();
    [all...]
RenderTable.cpp     [all...]
AutoTableLayout.cpp 143 unsigned nEffCols = m_table->numEffCols();
480 size_t nEffCols = m_table->numEffCols();
487 nEffCols = m_table->numEffCols();
    [all...]
RenderTableCell.cpp 468 bool isEndColumn = table()->colToEffCol(col() + colSpan() - 1) == table()->numEffCols() - 1;
479 bool isEndColumn = table()->colToEffCol(col() + colSpan() - 1) == table()->numEffCols() - 1;
600 bool isEndColumn = table->colToEffCol(col() + colSpan() - 1) == table->numEffCols() - 1;
    [all...]

Completed in 136 milliseconds