Searched refs:removeNodeAndPruneAncestors (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.h84 virtual void removeNodeAndPruneAncestors(Node*);
H A DCompositeEditCommand.h83 void removeNodeAndPruneAncestors(PassRefPtr<Node>);
H A DCompositeEditCommand.cpp217 void CompositeEditCommand::removeNodeAndPruneAncestors(PassRefPtr<Node> node) function in class:WebCore::CompositeEditCommand
842 removeNodeAndPruneAncestors(node);
848 removeNodeAndPruneAncestors(node);
854 removeNodeAndPruneAncestors(node);
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 DDeleteSelectionCommand.cpp626 removeNodeAndPruneAncestors(mergeDestination.deepEquivalent().downstream().deprecatedNode());

Completed in 116 milliseconds