Home | History | Annotate | Download | only in editing

Lines Matching refs:isTableCell

54     ASSERT(isTableCell(cell));
64 if (isTableCell(child) && !isTableCellEmpty(child))
195 Node* startCell = enclosingNodeOfType(m_upstreamStart, &isTableCell, CanCrossEditingBoundary);
196 Node* endCell = enclosingNodeOfType(m_downstreamEnd, &isTableCell, CanCrossEditingBoundary);
384 if (r && r->isTableCell() && toRenderTableCell(r)->contentHeight() <= 0) {