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

  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 387 bool rightmostColumn;
389 rightmostColumn = col() == 0;
392 rightmostColumn = effCol == tableElt->numEffCols() - 1;
400 if (!rightmostColumn) {
435 if (!rightmostColumn) {
    [all...]
RenderTable.cpp 837 int rightmostColumn = style()->direction() == RTL ? 0 : numEffCols() - 1;
838 RenderTableCol* colGroup = colElement(rightmostColumn);
859 const RenderTableSection::CellStruct& cs = firstNonEmptySection->cellAt(0, rightmostColumn);
    [all...]
RenderTableSection.cpp     [all...]

Completed in 292 milliseconds