Home | History | Annotate | Download | only in editing

Lines Matching defs:isTableCell

189     return (node == editableRootForPosition(pos) || node == enclosingNodeOfType(pos, &isTableCell));
224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell));
395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol()));
656 return static_cast<Element*>(enclosingNodeOfType(p, isTableCell));
699 if (n == root || isTableCell(n))
796 bool isTableCell(const Node* node)
802 return r->isTableCell();
826 if (!renderer->isTableCell())