HomeSort by relevance Sort by last modified time
    Searched full:nodelist (Results 301 - 325 of 1064) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttributes02.java 65 NodeList addrList;
namespaceURI04.java 66 NodeList elementList;
nodehasattributes01.java 65 NodeList elementList;
nodehasattributes03.java 64 NodeList elementList;
nodesetprefix08.java 66 NodeList elementList;
prefix04.java 66 NodeList elementList;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementHasAttribute.java 63 // NodeList elementList;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExsltFunction.java 32 import org.w3c.dom.NodeList;
88 NodeList children = this.getChildNodes();
  /external/chromium_org/chrome/browser/resources/
about_stats.js 41 function filterMatching(text, nodelist, functionToGetNameNode) {
43 for (var i = 0, node; node = nodelist[i]; i++) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLAllCollectionCustom.cpp 62 // toV8(NodeList*, ...).
66 return toV8(PassRefPtrWillBeRawPtr<NodeList>(StaticElementList::adopt(namedItems)), info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionsCollection.cpp 120 void HTMLOptionsCollection::namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>& returnValue0, RefPtrWillBeRawPtr<Element>& returnValue1)
133 // FIXME: The spec and Firefox do not return a NodeList. They always return the first matching Element.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
PreferenceLoader.java 13 import org.w3c.dom.NodeList;
40 private void processChildren(NodeList childNodes, PreferenceNode parent) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentgetelementsbytagnametotallength.java 33 * equal to "*". The method should return a NodeList
62 NodeList nameList;
hc_nodeappendchildchildexists.java 66 NodeList elementList;
67 NodeList childList;
hc_nodeappendchilddocfragment.java 67 NodeList elementList;
69 NodeList childList;
hc_nodeappendchildnodeancestor.java 69 NodeList elementList;
71 NodeList childList;
hc_nodeinsertbefore.java 66 NodeList elementList;
68 NodeList childList;
hc_nodeinsertbeforenodeancestor.java 69 NodeList elementList;
71 NodeList childList;
hc_nodereplacechildnodeancestor.java 69 NodeList elementList;
71 NodeList childList;
hc_textparseintolistofelements.java 65 NodeList elementList;
67 NodeList childList;
nodeinsertbefore.java 64 NodeList elementList;
66 NodeList childList;
nodeinsertbeforenewchildexists.java 67 NodeList elementList;
69 NodeList childList;
nodeinsertbeforenodeancestor.java 71 NodeList elementList;
73 NodeList childList;
nodelisttraverselist.java 64 NodeList elementList;
66 NodeList employeeList;
nodereplacechildnewchildexists.java 63 NodeList elementList;
65 NodeList childList;

Completed in 687 milliseconds

<<11121314151617181920>>