HomeSort by relevance Sort by last modified time
    Searched refs:clonedList (Results 1 - 5 of 5) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonenodetrue.java 70 NodeList clonedList;
90 clonedList = clonedNode.getChildNodes();
91 for (int indexN1007B = 0; indexN1007B < clonedList.getLength(); indexN1007B++) {
92 clonedChild = (Node) clonedList.item(indexN1007B);
nodeclonenodetrue.java 71 NodeList clonedList;
106 clonedList = clonedNode.getChildNodes();
107 for (int indexN100AE = 0; indexN100AE < clonedList.getLength(); indexN100AE++) {
108 clonedChild = (Node) clonedList.item(indexN100AE);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeclonenodetrue.js 99 var clonedList;
127 clonedList = clonedNode.childNodes;
129 for(var indexN1007B = 0;indexN1007B < clonedList.length; indexN1007B++) {
130 clonedChild = clonedList.item(indexN1007B);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeclonenodetrue.js 99 var clonedList;
127 clonedList = clonedNode.childNodes;
129 for(var indexN1007B = 0;indexN1007B < clonedList.length; indexN1007B++) {
130 clonedChild = clonedList.item(indexN1007B);
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 192 milliseconds