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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 172 unsigned colToEffCol(unsigned column) const
RenderTable.cpp     [all...]
RenderTableCell.cpp 483 bool isEndColumn = table()->colToEffCol(col() + colSpan() - 1) == table()->numEffCols() - 1;
494 bool isEndColumn = table()->colToEffCol(col() + colSpan() - 1) == table()->numEffCols() - 1;
615 bool isEndColumn = table->colToEffCol(col() + colSpan() - 1) == table->numEffCols() - 1;
    [all...]
AutoTableLayout.cpp 159 unsigned effCol = m_table->colToEffCol(currentColumn);
282 unsigned effCol = m_table->colToEffCol(cell->col());
    [all...]
RenderTableSection.cpp     [all...]

Completed in 41 milliseconds