Home
last modified time | relevance | path

Searched refs:removeNodeAndPruneAncestors (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp392 void CompositeEditCommand::removeNodeAndPruneAncestors(PassRefPtrWillBeRawPtr<Node> node, Node* exc… in removeNodeAndPruneAncestors() function in blink::CompositeEditCommand
1086 removeNodeAndPruneAncestors(node, destinationNode); in cleanupAfterDeletion()
1099 removeNodeAndPruneAncestors(node, destinationNode); in cleanupAfterDeletion()
1106 removeNodeAndPruneAncestors(node, destinationNode); in cleanupAfterDeletion()
1392 removeNodeAndPruneAncestors(caretPos.deprecatedNode()); in breakOutOfEmptyMailBlockquotedParagraph()
DCompositeEditCommand.h128 void removeNodeAndPruneAncestors(PassRefPtrWillBeRawPtr<Node>, Node* excludeNode = 0);
DDeleteSelectionCommand.cpp657removeNodeAndPruneAncestors(mergeDestination.deepEquivalent().downstream().deprecatedNode()); in mergeParagraphs()
DReplaceSelectionCommand.cpp1532 removeNodeAndPruneAncestors(nodeAfterInsertionPos.get()); in performTrivialReplace()