Searched refs:currentCell (Results 1 – 3 of 3) sorted by relevance
220 Node* currentCell = enclosingTableCell(start.deepEquivalent()); in doApply() local221 …st->hasTagName(listTag) || startNode->isDescendantOf(previousList) || previousCell != currentCell)) in doApply()223 …(!nextList->hasTagName(listTag) || startNode->isDescendantOf(nextList) || nextCell != currentCell)) in doApply()
228 CellStruct currentCell; in addCell() local229 currentCell.cell = cell; in addCell()230 currentCell.inColSpan = false; in addCell()245 c.cell = currentCell.cell; in addCell()246 if (currentCell.inColSpan) in addCell()251 currentCell.cell = 0; in addCell()252 currentCell.inColSpan = true; in addCell()
26948 …currentCell.cell was just assigned to the value "cell" which is known to be non-null, no need to n…