Home | History | Annotate | Download | only in editing

Lines Matching refs:isTableCell

52     ASSERT(isTableCell(cell));
62 if (isTableCell(child) && !isTableCellEmpty(child))
189 Node* startCell = enclosingNodeOfType(m_upstreamStart, &isTableCell, CanCrossEditingBoundary);
190 Node* endCell = enclosingNodeOfType(m_downstreamEnd, &isTableCell, CanCrossEditingBoundary);
378 if (r && r->isTableCell() && toRenderTableCell(r)->contentHeight() <= 0) {