HomeSort by relevance Sort by last modified time
    Searched refs:NodeList (Results 1 - 25 of 833) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLShadowElement.idl 32 NodeList getDistributedNodes();
HTMLContentElement.idl 30 NodeList getDistributedNodes();
HTMLProgressElement.idl 28 readonly attribute NodeList labels;
RadioNodeList.idl 28 ] interface RadioNodeList : NodeList {
HTMLMeterElement.idl 31 readonly attribute NodeList labels;
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeContainer.java 15 import org.w3c.dom.NodeList;
23 * A NodeList that contains all timed childrens of this node. If there are
24 * no timed children, the <code>Nodelist</code> is empty. An iterator
28 public NodeList getTimeChildren();
36 public NodeList getActiveChildrenAt(float instant);
SMILLayoutElement.java 14 * 2) ADD public NodeList getRegions();
19 import org.w3c.dom.NodeList;
46 public NodeList getRegions();
ElementExclusiveTimeContainer.java 16 import org.w3c.dom.NodeList;
38 public NodeList getPausedElements();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeList.h 34 class NodeList : public RefCountedWillBeGarbageCollectedFinalized<NodeList>, public ScriptWrappable {
36 virtual ~NodeList() { }
38 // DOM methods & attributes for NodeList
51 NodeList()
NodeList.idl 25 ] interface NodeList {
NamedNodesCollection.h 35 #include "core/dom/NodeList.h"
42 class NamedNodesCollection FINAL : public NodeList {
44 static PassRefPtrWillBeRawPtr<NodeList> create(const WillBeHeapVector<RefPtrWillBeMember<Element> >& nodes)
EmptyNodeList.h 35 #include "core/dom/NodeList.h"
40 class EmptyNodeList FINAL : public NodeList {
64 DEFINE_TYPE_CASTS(EmptyNodeList, NodeList, nodeList, nodeList->isEmptyNodeList(), nodeList.isEmptyNodeList());
Text.idl 33 NodeList getDestinationInsertionPoints();
EmptyNodeList.cpp 55 NodeList::trace(visitor);
MutationRecord.idl 37 readonly attribute NodeList addedNodes;
38 readonly attribute NodeList removedNodes;
NamedNodesCollection.cpp 47 NodeList::trace(visitor);
  /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
  /external/chromium_org/third_party/WebKit/public/web/
WebNodeList.h 37 namespace WebCore { class NodeList; }
66 WebNodeList(const PassRefPtrWillBeRawPtr<WebCore::NodeList>&);
67 WebNodeList& operator=(const PassRefPtrWillBeRawPtr<WebCore::NodeList>&);
71 WebPrivatePtr<WebCore::NodeList> m_private;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 26 * NodeList interface wrapped around a DTM Iterator. The author
27 * considers this something of an abominations, since NodeList was not
34 * NodeList operating over the same document. In particular:
46 * promise to implement the DOM NodeList's "live view" response to
54 public class DTMNodeListBase implements org.w3c.dom.NodeList {
59 // org.w3c.dom.NodeList API follows
67 * <code>NodeList</code>, or <code>null</code> if that is not a valid
  /external/chromium_org/third_party/WebKit/Source/web/
WebNodeList.cpp 35 #include "core/dom/NodeList.h"
53 WebNodeList::WebNodeList(const PassRefPtrWillBeRawPtr<NodeList>& list)
58 WebNodeList& WebNodeList::operator=(const PassRefPtrWillBeRawPtr<NodeList>& list)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodechildnodesempty.java 31 * The "getChildNodes()" method returns a NodeList
33 * are not any children, this is a NodeList that does not
37 * NodeList returned should not have any nodes.
65 NodeList elementList;
67 NodeList childList;
70 NodeList childNodesList;
nodelistindexgetlengthofemptylist.java 65 NodeList elementList;
67 NodeList employeeList;
70 NodeList textList;
  /libcore/luni/src/main/java/java/util/prefs/
NodeSet.java 6 import org.w3c.dom.NodeList;
8 class NodeSet implements NodeList {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeListImpl.java 22 import org.w3c.dom.NodeList;
34 public class NodeListImpl implements NodeList {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HasAttribute.java 5 import org.w3c.dom.NodeList;
51 NodeList elementList;
64 // NodeList elementList;
75 NodeList elementList;
86 NodeList elementList;

Completed in 1133 milliseconds

1 2 3 4 5 6 7 8 91011>>