/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | canonicalform08.js | 101 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 …]
|
D | documentnormalizedocument10.js | 99 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);
|
D | canonicalform09.js | 102 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);
|
D | documentadoptnode01.js | 97 var nodeValue; 121 nodeValue = adoptedclass.nodeValue; 133 firstChildValue = firstChild.nodeValue; 152 assertEquals("documentadoptnode01_nodeValue","Yα",nodeValue);
|
D | documentadoptnode30.js | 91 var nodeValue; 106 nodeValue = adoptedText.nodeValue; 108 assertEquals("documentadoptnode30","Document.adoptNode test for a TEXT_NODE",nodeValue);
|
D | documentadoptnode02.js | 100 var nodeValue; 138 nodeValue = adoptedclass.nodeValue; 153 firstChildValue = firstChild.nodeValue; 172 assertEquals("documentadoptnode02_nodeValue","Yα",nodeValue);
|
D | documentadoptnode32.js | 99 var nodeValue; 120 nodeValue = adoptedCDATA.nodeValue; 122 … assertEquals("documentadoptnode32","Document.adoptNode test for a CDATASECTION_NODE",nodeValue);
|
D | nodereplacechild33.js | 95 var nodeValue; 109 nodeValue = replaced.nodeValue; 111 assertEquals("nodereplacechild33","rtl",nodeValue);
|
D | documentadoptnode33.js | 94 var nodeValue; 122 nodeValue = adoptedCDATA.nodeValue; 124 … assertEquals("documentadoptnode33","Document.adoptNode test for a CDATASECTION_NODE",nodeValue);
|
D | textreplacewholetext06.js | 106 var nodeValue; 122 nodeValue = textNode.nodeValue; 124 assertEquals("textreplacewholetext06","New Text and Cdata",nodeValue);
|
D | documentadoptnode34.js | 94 var nodeValue; 122 nodeValue = adoptedComment.nodeValue; 124 assertEquals("documentadoptnode34","Document.adoptNode test for a COMMENT_NODE",nodeValue);
|
D | documentadoptnode31.js | 94 var nodeValue; 122 nodeValue = adoptedText.nodeValue; 124 assertEquals("documentadoptnode31","new Document.adoptNode test for a TEXT_NODE",nodeValue);
|
D | documentadoptnode21.js | 104 var nodeValue; 117 nodeValue = adoptedTitle.nodeValue; 125 assertEquals("documentadoptnode21_nodeValue","Yes",nodeValue);
|
D | textreplacewholetext07.js | 102 var nodeValue; 122 nodeValue = textNode.nodeValue; 124 assertEquals("nodeValueSame","New Text and Cdata",nodeValue);
|
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
D | htmlMathML.js | 18 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/ |
D | gtest_xml_test_utils.py | 72 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/ |
D | gtest_xml_test_utils.py | 71 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/ |
D | initial-values-expected.txt | 12 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/ |
D | XPathUtil.cpp | 51 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/ |
D | hc_documentgetdoctype.js | 90 var nodeValue; 133 nodeValue = docType.nodeValue; 135 assertNull("nodeValue",nodeValue);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
D | hc_documentgetdoctype.js | 90 var nodeValue; 133 nodeValue = docType.nodeValue; 135 assertNull("nodeValue",nodeValue);
|
D | hc_attrinsertbefore1.js | 116 value = titleAttr.nodeValue; 119 value = retval.nodeValue; 124 value = firstChild.nodeValue; 129 value = lastChild.nodeValue;
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
D | hc_nodedocumentfragmentnormalize1.js | 90 var nodeValue; 107 nodeValue = txtNode.nodeValue; 109 assertEquals("normalizedNodeValue","foobar",nodeValue);
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
D | hc_nodedocumentfragmentnormalize1.js | 90 var nodeValue; 107 nodeValue = txtNode.nodeValue; 109 assertEquals("normalizedNodeValue","foobar",nodeValue);
|
/external/webkit/Source/WebCore/editing/ |
D | AppendNodeCommand.cpp | 48 String nodeValue = node->nodeValue(); in sendAXTextChangedIgnoringLineBreaks() local 49 unsigned len = nodeValue.length(); in sendAXTextChangedIgnoringLineBreaks() 51 if (nodeValue == "\n") in sendAXTextChangedIgnoringLineBreaks()
|