Searched refs:isTableStructureNode (Results 1 – 6 of 6) sorted by relevance
92 bool isTableStructureNode(const Node*);
292 if (!isNodeRendered(node) && !isTableStructureNode(node)) in removeUnrenderedNodes()893 …ilBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTableStructureNode))) { in doApply()
438 if (enclosingNodeOfType(endingSelection().start(), &isTableStructureNode)) { in insertParagraphSeparatorInQuotedContent()
374 if (isTableStructureNode(node.get()) || node == node->rootEditableElement()) { in removeNode()
392 bool isTableStructureNode(const Node *node) in isTableStructureNode() function
32846 (khtml::isTableStructureNode): New helper. Determines whether a node is a table cell,