HomeSort by relevance Sort by last modified time
    Searched refs:childName (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeappendchild.js 96 var childName;
112 childName = lchild.nodeName;
114 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_nodeappendchilddocfragment.js 103 var childName;
142 childName = child.nodeName;
144 result[result.length] = childName;
hc_nodeappendchildgetnodename.js 99 var childName;
112 childName = appendNode.nodeName;
114 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_nodechildnodes.js 99 var childName;
124 childName = childNode.nodeName;
130 actual[actual.length] = childName;
hc_nodeinsertbefore.js 101 var childName;
137 childName = child.nodeName;
139 actual[actual.length] = childName;
hc_nodeinsertbeforenewchildexists.js 102 var childName;
135 childName = child.nodeName;
137 result[result.length] = childName;
hc_nodeinsertbeforenodename.js 101 var childName;
115 childName = insertedNode.nodeName;
117 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_nodeinsertbeforerefchildnull.js 104 var childName;
120 childName = child.nodeName;
122 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_noderemovechildgetnodename.js 100 var childName;
117 childName = removedChild.nodeName;
119 assertEquals("nodeName",oldName,childName);
hc_nodereplacechild.js 100 var childName;
116 childName = child.nodeName;
118 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_nodereplacechildnodename.js 102 var childName;
115 childName = replacedNode.nodeName;
117 assertEqualsAutoCase("element", "replacedNodeName","em",childName);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform01.js 100 var childName;
132 childName = child.nodeName;
134 assertEquals("firstChildName","#text",childName);
elementcontentwhitespace02.js 100 var childName;
127 childName = child.nodeName;
129 assertEquals("firstChild","p",childName);
entities01.js 100 var childName;
126 childName = child.nodeName;
128 assertEquals("firstChild","ent1",childName);
entities02.js 100 var childName;
127 childName = child.nodeName;
129 assertEquals("firstChildName","#text",childName);
entities03.js 100 var childName;
127 childName = child.nodeName;
129 assertEquals("lastChildName","ent3",childName);
entities04.js 99 var childName;
125 childName = child.nodeName;
127 assertEquals("firstChild","ent1",childName);
infoset01.js 100 var childName;
127 childName = child.nodeName;
129 assertEquals("firstChildName","#text",childName);
infoset02.js 100 var childName;
127 childName = child.nodeName;
129 assertEquals("lastChildName","ent3",childName);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 171 string childName = "n" + GetNodeNumber( child );
172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 161 string childName = "n" + GetNodeNumber(child);
162 yield return string.Format(EdgeFormat, parentName, childName, FixString(parentText), FixString(childText));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 171 string childName = "n" + GetNodeNumber( child );
172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 173 String childName = "n"+getNodeNumber(child);
176 edgeST.setAttribute("child", childName);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 144 childName = "n%d" % self.getNodeNumber(child)
147 edgeST.setAttribute("child", childName)
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodechildnodesappendchild.js 104 var childName;
132 childName = childNode.nodeName;
140 actual[actual.length] = childName;

Completed in 1660 milliseconds

1 2 3 45 6