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

  /external/webkit/WebCore/rendering/
RenderTable.h 90 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; }
95 int effCol = numEffCols();
96 for (int c = 0; c < col && i < effCol; ++i)
101 int effColToCol(int effCol) const
104 for (int i = 0; i < effCol; i++)
RenderTable.cpp     [all...]
RenderTableCell.cpp 325 int effCol = tableElt->colToEffCol(col() + colSpan() - 1);
326 leftmostColumn = effCol == tableElt->numEffCols() - 1;
391 int effCol = tableElt->colToEffCol(col() + colSpan() - 1);
392 rightmostColumn = effCol == tableElt->numEffCols() - 1;
    [all...]

Completed in 49 milliseconds