HomeSort by relevance Sort by last modified time
    Searched refs:NodeName (Results 26 - 32 of 32) sorted by null

12

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementretrievetagname.js 83 "code" element in the list and return the NodeName.
104 strong = testEmployee.nodeName;
106 assertEqualsAutoCase("element", "nodename","code",strong);
hc_nodeappendchild.js 80 is then retrieved and its NodeName examined. The
112 childName = lchild.nodeName;
114 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_nodeappendchildgetnodename.js 82 second employee and check the NodeName returned. The
112 childName = appendNode.nodeName;
114 assertEqualsAutoCase("element", "nodeName","br",childName);
hc_nodeclonenodefalse.js 83 method should only clone this node. The NodeName and
110 cloneName = clonedNode.nodeName;
hc_nodeclonenodetrue.js 84 The NodeName of each child in the returned node is
121 origChildName = origChild.nodeName;
131 clonedChildName = clonedChild.nodeName;
hc_nodegetfirstchild.js 82 "getFirstChild()" method. The NodeName returned
108 childName = fchildNode.nodeName;
  /external/libusb_aah/libusb/os/
windows_usb.h 479 WCHAR NodeName[1];
485 WCHAR NodeName[MAX_PATH_LENGTH];

Completed in 1310 milliseconds

12