Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dcanonicalform08.js101 var nodeValue;
127 nodeValue = node.data;
129 length = nodeValue.length;
136 nodeValue = node.nodeValue;
138 length = nodeValue.length;
150 nodeValue = node.nodeValue;
152 length = nodeValue.length;
159 nodeValue = node.data;
161 assertEquals("trailingPIData","",nodeValue);
167 nodeValue = node.nodeValue;
[all …]
Ddocumentnormalizedocument10.js99 var nodeValue;
115 nodeValue = text.nodeValue;
117 assertEquals("documentnormalizedocument10","Text Node",nodeValue);
126 nodeValue = text.nodeValue;
128 assertEquals("documentnormalizedocument10_true1","Text Node",nodeValue);
138 nodeValue = text.nodeValue;
140 assertEquals("documentnormalizedocument10_true2","Text Node",nodeValue);
Dcanonicalform09.js102 var nodeValue;
129 nodeValue = node.data;
131 length = nodeValue.length;
138 nodeValue = node.nodeValue;
140 length = nodeValue.length;
152 nodeValue = node.nodeValue;
154 length = nodeValue.length;
161 nodeValue = node.data;
163 assertEquals("trailingPIData","",nodeValue);
Ddocumentadoptnode01.js97 var nodeValue;
121 nodeValue = adoptedclass.nodeValue;
133 firstChildValue = firstChild.nodeValue;
152 assertEquals("documentadoptnode01_nodeValue","Yα",nodeValue);
Ddocumentadoptnode30.js91 var nodeValue;
106 nodeValue = adoptedText.nodeValue;
108 assertEquals("documentadoptnode30","Document.adoptNode test for a TEXT_NODE",nodeValue);
Ddocumentadoptnode02.js100 var nodeValue;
138 nodeValue = adoptedclass.nodeValue;
153 firstChildValue = firstChild.nodeValue;
172 assertEquals("documentadoptnode02_nodeValue","Yα",nodeValue);
Ddocumentadoptnode32.js99 var nodeValue;
120 nodeValue = adoptedCDATA.nodeValue;
122 … assertEquals("documentadoptnode32","Document.adoptNode test for a CDATASECTION_NODE",nodeValue);
Dnodereplacechild33.js95 var nodeValue;
109 nodeValue = replaced.nodeValue;
111 assertEquals("nodereplacechild33","rtl",nodeValue);
Ddocumentadoptnode33.js94 var nodeValue;
122 nodeValue = adoptedCDATA.nodeValue;
124 … assertEquals("documentadoptnode33","Document.adoptNode test for a CDATASECTION_NODE",nodeValue);
Dtextreplacewholetext06.js106 var nodeValue;
122 nodeValue = textNode.nodeValue;
124 assertEquals("textreplacewholetext06","New Text and Cdata",nodeValue);
Ddocumentadoptnode34.js94 var nodeValue;
122 nodeValue = adoptedComment.nodeValue;
124 assertEquals("documentadoptnode34","Document.adoptNode test for a COMMENT_NODE",nodeValue);
Ddocumentadoptnode31.js94 var nodeValue;
122 nodeValue = adoptedText.nodeValue;
124 assertEquals("documentadoptnode31","new Document.adoptNode test for a TEXT_NODE",nodeValue);
Ddocumentadoptnode21.js104 var nodeValue;
117 nodeValue = adoptedTitle.nodeValue;
125 assertEquals("documentadoptnode21_nodeValue","Yes",nodeValue);
Dtextreplacewholetext07.js102 var nodeValue;
122 nodeValue = textNode.nodeValue;
124 assertEquals("nodeValueSame","New Text and Cdata",nodeValue);
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
DhtmlMathML.js18 newnode.setAttribute(node.attributes[i].nodeName,node.attributes[i].nodeValue);
22 var st = node.childNodes[i].nodeValue;
58 str += node.nodeValue;
63 if (node.attributes[j].nodeValue!="italic" &&
64 node.attributes[j].nodeValue!="" &&
65 node.attributes[j].nodeValue!="inherit" &&
66 node.attributes[j].nodeValue!=undefined) {
68 "\""+node.attributes[j].nodeValue+"\"";
/external/chromium/testing/gtest/test/
Dgtest_xml_test_utils.py72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
137 not child.nodeValue.isspace()):
139 child.nodeValue)
141 children["detail"].nodeValue += child.nodeValue
173 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
175 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
/external/protobuf/gtest/test/
Dgtest_xml_test_utils.py71 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
136 not child.nodeValue.isspace()):
138 child.nodeValue)
140 children["detail"].nodeValue += child.nodeValue
166 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
168 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
/external/webkit/LayoutTests/fast/dom/Node/
Dinitial-values-expected.txt12 PASS attr.nodeValue is ''
21 PASS attr.nodeValue is ''
30 PASS attr.nodeValue is ''
39 PASS attr.nodeValue is ''
46 PASS comment.nodeValue is 'foo'
54 PASS cdata.nodeValue is 'foo'
61 PASS fragment.nodeValue is null
67 PASS doc.nodeValue is null
74 PASS doctype.nodeValue is null
81 PASS element.nodeValue is null
[all …]
/external/webkit/Source/WebCore/xml/
DXPathUtil.cpp51 return node->nodeValue(); in stringValue()
59 const String& nodeValue = n->nodeValue(); in stringValue() local
60 result.append(nodeValue.characters(), nodeValue.length()); in stringValue()
/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_documentgetdoctype.js90 var nodeValue;
133 nodeValue = docType.nodeValue;
135 assertNull("nodeValue",nodeValue);
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_documentgetdoctype.js90 var nodeValue;
133 nodeValue = docType.nodeValue;
135 assertNull("nodeValue",nodeValue);
Dhc_attrinsertbefore1.js116 value = titleAttr.nodeValue;
119 value = retval.nodeValue;
124 value = firstChild.nodeValue;
129 value = lastChild.nodeValue;
/external/webkit/LayoutTests/dom/html/level2/core/
Dhc_nodedocumentfragmentnormalize1.js90 var nodeValue;
107 nodeValue = txtNode.nodeValue;
109 assertEquals("normalizedNodeValue","foobar",nodeValue);
/external/webkit/LayoutTests/dom/xhtml/level2/core/
Dhc_nodedocumentfragmentnormalize1.js90 var nodeValue;
107 nodeValue = txtNode.nodeValue;
109 assertEquals("normalizedNodeValue","foobar",nodeValue);
/external/webkit/Source/WebCore/editing/
DAppendNodeCommand.cpp48 String nodeValue = node->nodeValue(); in sendAXTextChangedIgnoringLineBreaks() local
49 unsigned len = nodeValue.length(); in sendAXTextChangedIgnoringLineBreaks()
51 if (nodeValue == "\n") in sendAXTextChangedIgnoringLineBreaks()

12345678910>>...12