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

  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 321 bool leftmostColumn;
323 leftmostColumn = col() == 0;
326 leftmostColumn = effCol == tableElt->numEffCols() - 1;
339 } else if (leftmostColumn) {
367 if (!leftmostColumn) {
    [all...]
RenderTable.cpp 778 int leftmostColumn = style()->direction() == RTL ? numEffCols() - 1 : 0;
779 RenderTableCol* colGroup = colElement(leftmostColumn);
800 const RenderTableSection::CellStruct& cs = firstNonEmptySection->cellAt(0, leftmostColumn);
    [all...]
RenderTableSection.cpp     [all...]

Completed in 39 milliseconds