Home
last modified time | relevance | path

Searched refs:currentCell (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
DInsertListCommand.cpp220 Node* currentCell = enclosingTableCell(start.deepEquivalent()); in doApply() local
221 …st->hasTagName(listTag) || startNode->isDescendantOf(previousList) || previousCell != currentCell)) in doApply()
223 …(!nextList->hasTagName(listTag) || startNode->isDescendantOf(nextList) || nextCell != currentCell)) in doApply()
/external/webkit/WebCore/rendering/
DRenderTableSection.cpp228 CellStruct currentCell; in addCell() local
229 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()
/external/webkit/WebCore/
DChangeLog-2009-06-1626948currentCell.cell was just assigned to the value "cell" which is known to be non-null, no need to n…