Searched defs:NodeIterator (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeIterator.cpp26 #include "core/dom/NodeIterator.h"
37 NodeIterator::NodePointer::NodePointer()
41 NodeIterator::NodePointer::NodePointer(PassRefPtr<Node> n, bool b)
47 void NodeIterator::NodePointer::clear()
52 bool NodeIterator::NodePointer::moveToNext(Node* root)
64 bool NodeIterator::NodePointer::moveToPrevious(Node* root)
76 NodeIterator::NodeIterator(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter) function in class:WebCore::NodeIterator
88 NodeIterator::~NodeIterator()
[all...]
H A DNodeIterator.h38 class NodeIterator : public ScriptWrappable, public RefCounted<NodeIterator>, public Traversal { class in namespace:WebCore
40 static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter)
42 return adoptRef(new NodeIterator(rootNode, whatToShow, filter));
44 ~NodeIterator();
57 NodeIterator(PassRefPtr<Node>, unsigned whatToShow, PassRefPtr<NodeFilter>);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java107 nodeIterator = new NodeIterator(startNode, initialPath, 1);
205 private class NodeIterator implements Iterator class in class:XMPIteratorImpl
233 public NodeIterator() method in class:XMPIteratorImpl.NodeIterator
245 public NodeIterator(XMPNode visitedNode, String parentPath, int index) method in class:XMPIteratorImpl.NodeIterator
248 this.state = NodeIterator.ITERATE_NODE;
346 subIterator = new NodeIterator(child, path, index);
517 * This iterator is derived from the default <code>NodeIterator</code>,
522 private class NodeIteratorChildren extends NodeIterator
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java279 private class NodeIterator implements ListIterator<Node<K, V>> { class in class:LinkedListMultimap
285 NodeIterator() { method in class:LinkedListMultimap.NodeIterator
288 NodeIterator(int index) { method in class:LinkedListMultimap.NodeIterator
518 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
718 final Iterator<Node<K, V>> nodes = new NodeIterator();
852 final NodeIterator nodes = new NodeIterator(index);
943 final ListIterator<Node<K, V>> nodes = new NodeIterator(index);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java275 private class NodeIterator implements ListIterator<Node<K, V>> { class in class:LinkedListMultimap
281 NodeIterator() { method in class:LinkedListMultimap.NodeIterator
284 NodeIterator(int index) { method in class:LinkedListMultimap.NodeIterator
514 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
714 final Iterator<Node<K, V>> nodes = new NodeIterator();
848 final NodeIterator nodes = new NodeIterator(index);
939 final ListIterator<Node<K, V>> nodes = new NodeIterator(index);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 462 milliseconds