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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodegetfirstchild.java 62 Node fchildNode;
67 fchildNode = employeeNode.getFirstChild();
68 childName = fchildNode.getNodeName();
71 fchildNode = fchildNode.getNextSibling();
72 childName = fchildNode.getNodeName();
hc_nodegetfirstchild.java 66 Node fchildNode;
72 fchildNode = employeeNode.getFirstChild();
73 childName = fchildNode.getNodeName();
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodegetfirstchild.js 95 var fchildNode;
106 fchildNode = employeeNode.firstChild;
108 childName = fchildNode.nodeName;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodegetfirstchild.js 95 var fchildNode;
106 fchildNode = employeeNode.firstChild;
108 childName = fchildNode.nodeName;

Completed in 731 milliseconds