HomeSort by relevance Sort by last modified time
    Searched defs:NodeList (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeList.h 35 class NodeList : public ScriptWrappable, public RefCounted<NodeList> {
37 virtual ~NodeList() { }
39 // DOM methods & attributes for NodeList
49 NodeList()
  /libcore/luni/src/main/java/org/w3c/dom/
NodeList.java 16 * The <code>NodeList</code> interface provides the abstraction of an ordered
18 * is implemented. <code>NodeList</code> objects in the DOM are live.
19 * <p>The items in the <code>NodeList</code> are accessible via an integral
23 public interface NodeList {
30 * <code>NodeList</code>, or <code>null</code> if that is not a valid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /external/chromium_org/cc/trees/
layer_sorter.h 96 typedef std::vector<GraphNode> NodeList;
98 NodeList nodes_;
  /external/chromium_org/third_party/skia/src/core/
SkTLList.h 39 typedef SkTInternalLList<Node> NodeList;
54 typename NodeList::Iter iter;
170 class Iter : private NodeList::Iter {
172 typedef typename NodeList::Iter INHERITED;
274 typename NodeList::Iter iter;
342 NodeList fList;
343 NodeList fFreeList;
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 35 typedef llvm::ilist<NodeEntry> NodeList;
40 typedef NodeList::iterator NodeItr;
41 typedef NodeList::const_iterator ConstNodeItr;
108 NodeList nodes;
  /external/skia/src/core/
SkTLList.h 39 typedef SkTInternalLList<Node> NodeList;
54 typename NodeList::Iter iter;
170 class Iter : private NodeList::Iter {
172 typedef typename NodeList::Iter INHERITED;
274 typename NodeList::Iter iter;
342 NodeList fList;
343 NodeList fFreeList;
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 143 milliseconds