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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.h126 void removeNodeAndPruneAncestors(PassRefPtrWillBeRawPtr<Node>, Node* excludeNode = 0);
129 void prune(PassRefPtrWillBeRawPtr<Node>, Node* excludeNode = 0);
H A Dhtmlediting.h60 Node* highestNodeToRemoveInPruning(Node*, Node* excludeNode = 0);
H A DCompositeEditCommand.cpp386 void CompositeEditCommand::removeNodeAndPruneAncestors(PassRefPtrWillBeRawPtr<Node> node, Node* excludeNode) argument
388 ASSERT(node.get() != excludeNode);
391 prune(parent.release(), excludeNode);
430 void CompositeEditCommand::prune(PassRefPtrWillBeRawPtr<Node> node, Node* excludeNode) argument
432 if (RefPtrWillBeRawPtr<Node> highestNodeToRemove = highestNodeToRemoveInPruning(node.get(), excludeNode))
H A Dhtmlediting.cpp621 Node* highestNodeToRemoveInPruning(Node* node, Node* excludeNode) argument
627 if (!renderer->canHaveChildren() || hasARenderedDescendant(node, previousNode) || rootEditableElement == node || excludeNode == node)
/external/doclava/src/com/google/doclava/
H A DPageMetadata.java126 boolean excludeNode = "true".equals(hdf.getValue("excludeFromSuggestions",""));
137 if (!excludeNode) {

Completed in 112 milliseconds