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

  /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);
  /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);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 310 List<NativeAllocationInfo> clonedList =
314 clonedList.add(i);
317 return clonedList;
    [all...]

Completed in 211 milliseconds