Searched defs:removeNodeAndPruneAncestors (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp418 // Wrap CompositeEditCommand::removeNodeAndPruneAncestors() so we can update the nodes we track
419 void ReplaceSelectionCommand::removeNodeAndPruneAncestors(Node* node) function in class:WebCore::ReplaceSelectionCommand
426 CompositeEditCommand::removeNodeAndPruneAncestors(node);
1045 removeNodeAndPruneAncestors(endBR);
H A DCompositeEditCommand.cpp217 void CompositeEditCommand::removeNodeAndPruneAncestors(PassRefPtr<Node> node) function in class:WebCore::CompositeEditCommand
842 removeNodeAndPruneAncestors(node);
848 removeNodeAndPruneAncestors(node);
854 removeNodeAndPruneAncestors(node);

Completed in 118 milliseconds