Home
last modified time | relevance | path

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

1234

/external/libvpx/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/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/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/chromium_org/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
184 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
186 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathUtil.cpp51 return node->nodeValue(); in stringValue()
59 const String& nodeValue = n->nodeValue(); in stringValue() local
60 result.append(nodeValue); in stringValue()
DXMLViewer.js112 if (child.nodeType == Node.TEXT_NODE && isShort(child.nodeValue) && !child.nextSibling)
131 line.appendChild(createText(child.nodeValue));
153 if (isShort(node.nodeValue)) {
155 line.appendChild(createComment('<!-- ' + node.nodeValue + ' -->'));
161 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
173 if (isShort(node.nodeValue)) {
175 line.appendChild(createText('<![CDATA[ ' + node.nodeValue + ' ]]>'));
181 collapsible.expanded.content.appendChild(createText(node.nodeValue));
193 if (isShort(node.nodeValue)) {
195 line.appendChild(createComment('<?' + node.nodeName + ' ' + node.nodeValue + '?>'));
[all …]
/external/chromium_org/tools/gyp/test/win/
Dgyptest-link-enable-uac.py73 execution_level['level'].nodeValue == 'asInvoker' and
74 execution_level['uiAccess'].nodeValue == 'false'))
92 execution_level['level'].nodeValue == 'requireAdministrator' and
93 execution_level['uiAccess'].nodeValue == 'true'))
/external/chromium_org/third_party/WebKit/Source/core/frame/
DSmartClip.cpp274 String nodeValue = currentNode->nodeValue(); in extractTextFromNode() local
278 if (nodeValue == "\n") in extractTextFromNode()
279 nodeValue = ""; in extractTextFromNode()
286 result.append(nodeValue); in extractTextFromNode()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMExtension.js56 var start = (node === this ? (offset - 1) : (node.nodeValue.length - 1));
58 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
92 for (var i = start; i < node.nodeValue.length; ++i) {
93 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
109 …endOffset = stayWithinNode.nodeType === Node.TEXT_NODE ? stayWithinNode.nodeValue.length : stayWit…
138 while (node && offset > node.nodeValue.length) {
139 offset -= node.nodeValue.length;
DElementsTreeOutline.js1491 node.nodeValue = node.nodeValue.replace(/\u200B/g, "");
1557 … container.textContent = textNode.nodeValue(); // Strip the CSS or JS highlighting if present.
2104 var result = this._convertWhitespaceToEntities(node.firstChild.nodeValue());
2116 newNode.textContent = node.nodeValue();
2122 newNode.textContent = node.nodeValue();
2129 var result = this._convertWhitespaceToEntities(node.nodeValue());
2138 … commentElement.appendChild(document.createTextNode("<!--" + node.nodeValue() + "-->"));
2159 … cdataElement.appendChild(document.createTextNode("<![CDATA[" + node.nodeValue() + "]]>"));
2196 if (textChild.nodeValue().length < Preferences.maxInlineTextChildLength)
/external/chromium_org/tools/gyp/tools/
Dpretty_vcproj.py40 if node.nodeValue:
41 node_string += node.nodeValue
87 if node.nodeValue:
88 print '%s %s' % (' '*indent, node.nodeValue)
/external/chromium_org/third_party/WebKit/Source/core/dom/
DCharacterData.cpp154 String CharacterData::nodeValue() const in nodeValue() function in WebCore::CharacterData
164 void CharacterData::setNodeValue(const String& nodeValue) in setNodeValue() argument
166 setData(nodeValue); in setNodeValue()
DCharacterData.h72 virtual String nodeValue() const OVERRIDE FINAL;
DAttr.h79 virtual String nodeValue() const OVERRIDE { return value(); } in nodeValue() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebNode.cpp96 WebString WebNode::nodeValue() const in nodeValue() function in blink::WebNode
98 return m_private->nodeValue(); in nodeValue()
/external/smack/src/org/jivesoftware/smackx/provider/
DVCardProvider.java285 String nodeValue = nd.getNodeValue(); in appendText() local
286 if (nodeValue != null) { in appendText()
287 result.append(nodeValue); in appendText()
/external/chromium_org/chrome/installer/util/prebuild/
Dcreate_string_rc.py127 message_texts = [node.firstChild.nodeValue.strip() for node in message_nodes]
152 .nodeValue
/external/chromium_org/chrome/common/extensions/docs/server2/
Dsubversion_file_system.py33 if node.nodeValue:
34 text.append(node.nodeValue)
/external/chromium/chrome/browser/resources/shared/js/
Dparse_html_subset.js50 var v = attrNode.nodeValue;
/external/chromium_org/chrome/test/chromedriver/test/
Drun_java_tests.py183 failure = error_nodes[0].childNodes[0].nodeValue
185 failure = failure_nodes[0].childNodes[0].nodeValue
/external/chromium_org/ui/webui/resources/js/
Dparse_html_subset.js67 var v = attrNode.nodeValue;
/external/chromium_org/chrome/renderer/resources/extensions/
Domnibox_custom_bindings.js56 result.description += sanitizeString(child.nodeValue, shouldTrim);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp172 if (oldNode->nodeValue() != newNode->nodeValue()) { in innerPatchNode()
173 if (!m_domEditor->setNodeValue(oldNode, newNode->nodeValue(), exceptionState)) in innerPatchNode()
416 addStringToSHA1(sha1, node->nodeValue()); in createDigest()
/external/chromium/chrome/browser/resources/options/
Dsearch_page.js391 var newValue = node.nodeValue.replace(regex, replace);
392 if (newValue != node.nodeValue) {

1234