HomeSort by relevance Sort by last modified time
    Searched refs:childList (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_noderemovechild.js 96 var childList;
108 childList = rootNode.childNodes;
117 rootNode = childList.item(1);
118 childList = rootNode.childNodes;
120 childToRemove = childList.item(1);
hc_textparseintolistofelements.js 96 var childList;
120 childList = addressNode.childNodes;
122 length = childList.length;
124 for(var indexN1007C = 0;indexN1007C < childList.length; indexN1007C++) {
125 child = childList.item(indexN1007C);
hc_nodeappendchilddocfragment.js 98 var childList;
126 childList = employeeNode.childNodes;
134 for(var indexN100A2 = 0;indexN100A2 < childList.length; indexN100A2++) {
135 child = childList.item(indexN100A2);
hc_nodeinsertbefore.js 97 var childList;
125 childList = employeeNode.childNodes;
129 for(var indexN10091 = 0;indexN10091 < childList.length; indexN10091++) {
130 child = childList.item(indexN10091);
hc_noderemovechildnode.js 97 var childList;
122 childList = employeeNode.childNodes;
130 for(var indexN10098 = 0;indexN10098 < childList.length; indexN10098++) {
131 child = childList.item(indexN10098);
hc_nodereplacechild.js 96 var childList;
110 childList = employeeNode.childNodes;
112 oldChild = childList.item(0);
115 child = childList.item(0);
hc_nodechildnodesempty.js 96 var childList;
110 childList = textNode.childNodes;
112 length = childList.length;
hc_nodeclonefalsenocopytext.js 95 var childList;
107 childList = employeeNode.childNodes;
109 childNode = childList.item(3);
hc_nodeinsertbeforenodeancestor.js 100 var childList;
113 childList = employeeNode.childNodes;
115 refChild = childList.item(0);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore16.js 94 var childList;
103 childList = doc.getElementsByTagName("p");
104 element = childList.item(0);
111 childList = doc.getElementsByTagName("p");
112 element = childList.item(0);
nodereplacechild24.js 90 var childList;
101 childList = doc.getElementsByTagName("acronym");
102 elem = childList.item(1);
nodereplacechild33.js 89 var childList;
103 childList = doc.getElementsByTagName("p");
104 elem = childList.item(3);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeappendchilddocfragment.js 98 var childList;
126 childList = employeeNode.childNodes;
134 for(var indexN100A2 = 0;indexN100A2 < childList.length; indexN100A2++) {
135 child = childList.item(indexN100A2);
hc_nodeinsertbefore.js 97 var childList;
125 childList = employeeNode.childNodes;
129 for(var indexN10091 = 0;indexN10091 < childList.length; indexN10091++) {
130 child = childList.item(indexN10091);
hc_noderemovechildnode.js 97 var childList;
122 childList = employeeNode.childNodes;
130 for(var indexN10098 = 0;indexN10098 < childList.length; indexN10098++) {
131 child = childList.item(indexN10098);
hc_nodereplacechild.js 96 var childList;
110 childList = employeeNode.childNodes;
112 oldChild = childList.item(0);
115 child = childList.item(0);
hc_nodechildnodesempty.js 96 var childList;
110 childList = textNode.childNodes;
112 length = childList.length;
hc_nodeclonefalsenocopytext.js 95 var childList;
107 childList = employeeNode.childNodes;
109 childNode = childList.item(3);
hc_nodeinsertbeforenodeancestor.js 100 var childList;
113 childList = employeeNode.childNodes;
115 refChild = childList.item(0);
hc_nodeinsertbeforenodename.js 97 var childList;
110 childList = employeeNode.childNodes;
112 refChild = childList.item(3);
hc_noderemovechild.js 96 var childList;
108 childList = rootNode.childNodes;
110 childToRemove = childList.item(1);
hc_noderemovechildgetnodename.js 97 var childList;
110 childList = employeeNode.childNodes;
112 oldChild = childList.item(0);
hc_nodereplacechildnodeancestor.js 100 var childList;
113 childList = employeeNode.childNodes;
115 oldChild = childList.item(0);
hc_nodereplacechildnodename.js 98 var childList;
111 childList = employeeNode.getElementsByTagName("em");
112 oldChild = childList.item(0);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeappendchildnodeancestor.java 71 NodeList childList;

Completed in 516 milliseconds

1 2 34 5 6 7