Lines Matching full:cell
58 static bool isTableCellEmpty(Node* cell)
60 ASSERT(isTableCell(cell));
61 return VisiblePosition(firstDeepEditingPositionForNode(cell)) == VisiblePosition(lastDeepEditingPositionForNode(cell));
180 // Don't move content out of a table cell.
181 // If the cell is non-editable, enclosingNodeOfType won't return it by default, so
359 // make sure empty cell has some height