Home
last modified time | relevance | path

Searched refs:nextCell (Results 1 – 2 of 2) sorted by relevance

/external/srec/portable/src/
Dpmalloc.c478 register _Cell *nextCell; variable
483 while ((nextCell = qp->_Next) != 0
484 && _PTR_NORM(nextCell) < _PTR_NORM(q))
495 while ((nextCell = qp->_Next) != 0
496 && _PTR_NORM(nextCell) < _PTR_NORM(q))
522 while ((nextCell = qp->_Next) != 0
523 && _PTR_NORM(nextCell) < _PTR_NORM(q))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp808 RenderTableCell* nextCell = table->cellBelow(this); in computeCollapsedAfterBorder() local
809 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()