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

1 2

  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 89 std::string NodeName = macroName(R->getName());
91 OS << "#ifndef " << NodeName << "\n";
92 OS << "# define " << NodeName << "(Type, Base) "
97 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
100 OS << NodeName << "(" << R->getName() << ", "
119 OS << "#undef " << NodeName << "\n\n";
  /external/chromium/chrome/common/
libxml_utils.h 68 std::string NodeName() {
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 345 while (tag != reader->NodeName()) {
359 while (tag != reader->NodeName()) {
364 if (stop == reader->NodeName())
436 if (name != reader->NodeName())
512 while (kLabelXmlTag == reader->NodeName()) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_noderemovechildgetnodename.js 82 and check the NodeName returned by the
84 should have a NodeName equal to "#text".
113 oldName = oldChild.nodeName;
117 childName = removedChild.nodeName;
119 assertEquals("nodeName",oldName,childName);
hc_nodereplacechildnodename.js 82 a newly created node Element and check the NodeName
84 method. The returned node should have a NodeName equal
115 childName = replacedNode.nodeName;
hc_nodegetlastchild.js 82 "getLastChild()" method. The NodeName returned
106 childName = lchildNode.nodeName;
hc_nodegetnextsibling.js 83 a node with the NodeName of "#text".
106 nsName = nsNode.nodeName;
hc_nodegetprevioussibling.js 83 return a node with a NodeName of "#text".
106 psName = psNode.nodeName;
hc_attrname.js 80 NodeName.
109 strong1 = streetAttr.nodeName;
113 assertEqualsAutoCase("attribute", "nodeName","class",strong1);
hc_documentcreateelement.js 83 whose tagName is "acronym". The NodeName, NodeType
104 newElementName = newElement.nodeName;
hc_documentcreatetextnode.js 83 The NodeName and NodeType are also checked.
106 newTextName = newTextNode.nodeName;
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/webkit/LayoutTests/dom/xhtml/level1/core/
hc_noderemovechildgetnodename.js 82 and check the NodeName returned by the
84 should have a NodeName equal to "#text".
113 oldName = oldChild.nodeName;
117 childName = removedChild.nodeName;
119 assertEquals("nodeName",oldName,childName);
hc_nodereplacechildnodename.js 82 a newly created node Element and check the NodeName
84 method. The returned node should have a NodeName equal
115 childName = replacedNode.nodeName;
hc_nodegetlastchild.js 82 "getLastChild()" method. The NodeName returned
106 childName = lchildNode.nodeName;
hc_nodegetnextsibling.js 83 a node with the NodeName of "#text".
106 nsName = nsNode.nodeName;
hc_nodegetprevioussibling.js 83 return a node with a NodeName of "#text".
106 psName = psNode.nodeName;
hc_attrname.js 80 NodeName.
109 strong1 = streetAttr.nodeName;
113 assertEqualsAutoCase("attribute", "nodeName","class",strong1);
hc_documentcreateelement.js 83 whose tagName is "acronym". The NodeName, NodeType
104 newElementName = newElement.nodeName;
hc_documentcreatetextnode.js 83 The NodeName and NodeType are also checked.
106 newTextName = newTextNode.nodeName;

Completed in 247 milliseconds

1 2