HomeSort by relevance Sort by last modified time
    Searched refs:isTableStructureNode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 108 bool isTableStructureNode(const Node*);
TypingCommand.cpp 374 if (enclosingNodeOfType(endingSelection().start(), &isTableStructureNode)) {
ReplaceSelectionCommand.cpp 276 if (!isNodeRendered(node) && !isTableStructureNode(node))
    [all...]
DeleteSelectionCommand.cpp 371 if (isTableStructureNode(node.get()) || node->isRootEditableElement()) {
    [all...]
htmlediting.cpp 396 bool isTableStructureNode(const Node *node)
    [all...]

Completed in 54 milliseconds