Searched refs:isTableStructureNode (Results 1 – 5 of 5) sorted by relevance
116 bool isTableStructureNode(const Node*);
377 if (enclosingNodeOfType(endingSelection().start(), &isTableStructureNode)) { in insertParagraphSeparatorInQuotedContent()
289 if (!isNodeRendered(node) && !isTableStructureNode(node)) in removeUnrenderedNodes()1006 …ailBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTableStructureNode))) { in doApply()
365 if (isTableStructureNode(node.get()) || node->isRootEditableElement()) { in removeNode()
415 bool isTableStructureNode(const Node *node) in isTableStructureNode() function