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

  /external/webkit/Source/WebCore/editing/
htmlediting.h 92 bool isTableStructureNode(const Node*);
TypingCommand.cpp 438 if (enclosingNodeOfType(endingSelection().start(), &isTableStructureNode)) {
ReplaceSelectionCommand.cpp 292 if (!isNodeRendered(node) && !isTableStructureNode(node))
    [all...]
DeleteSelectionCommand.cpp 374 if (isTableStructureNode(node.get()) || node == node->rootEditableElement()) {
    [all...]
htmlediting.cpp 392 bool isTableStructureNode(const Node *node)
    [all...]

Completed in 41 milliseconds