Home
last modified time | relevance | path

Searched refs:isTableStructureNode (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h116 bool isTableStructureNode(const Node*);
DTypingCommand.cpp377 if (enclosingNodeOfType(endingSelection().start(), &isTableStructureNode)) { in insertParagraphSeparatorInQuotedContent()
DReplaceSelectionCommand.cpp289 if (!isNodeRendered(node) && !isTableStructureNode(node)) in removeUnrenderedNodes()
1006 …ailBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTableStructureNode))) { in doApply()
DDeleteSelectionCommand.cpp365 if (isTableStructureNode(node.get()) || node->isRootEditableElement()) { in removeNode()
Dhtmlediting.cpp415 bool isTableStructureNode(const Node *node) in isTableStructureNode() function