Searched refs:nextCell (Results 1 – 2 of 2) sorted by relevance
478 register _Cell *nextCell; variable483 while ((nextCell = qp->_Next) != 0484 && _PTR_NORM(nextCell) < _PTR_NORM(q))495 while ((nextCell = qp->_Next) != 0496 && _PTR_NORM(nextCell) < _PTR_NORM(q))522 while ((nextCell = qp->_Next) != 0523 && _PTR_NORM(nextCell) < _PTR_NORM(q))
808 RenderTableCell* nextCell = table->cellBelow(this); in computeCollapsedAfterBorder() local809 if (nextCell) { in computeCollapsedAfterBorder()811 …lt = chooseBorder(result, CollapsedBorderValue(nextCell->style()->borderBefore(), includeColor ? n… in computeCollapsedAfterBorder()822 if (nextCell) { in computeCollapsedAfterBorder()823 …chooseBorder(result, CollapsedBorderValue(nextCell->parent()->style()->borderBefore(), includeColo… in computeCollapsedAfterBorder()