Searched refs:nodeValue (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathUtil.cpp50 return node->nodeValue();
58 const String& nodeValue = n->nodeValue(); local
59 result.append(nodeValue);
H A DDocumentXMLTreeViewer.js140 if (child.nodeType == Node.TEXT_NODE && isShort(child.nodeValue) && !child.nextSibling)
159 line.appendChild(createText(child.nodeValue));
181 if (isShort(node.nodeValue)) {
183 line.appendChild(createComment('<!-- ' + node.nodeValue + ' -->'));
189 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
201 if (isShort(node.nodeValue)) {
203 line.appendChild(createText('<![CDATA[ ' + node.nodeValue + ' ]]>'));
209 collapsible.expanded.content.appendChild(createText(node.nodeValue));
221 if (isShort(node.nodeValue)) {
223 line.appendChild(createComment('<?' + node.nodeName + ' ' + node.nodeValue
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_xml_test_utils.py72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
141 not child.nodeValue.isspace()):
143 child.nodeValue)
145 children['detail'].nodeValue += child.nodeValue
188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
/external/gtest/test/
H A Dgtest_xml_test_utils.py72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
141 not child.nodeValue.isspace()):
143 child.nodeValue)
145 children['detail'].nodeValue += child.nodeValue
188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
/external/protobuf/gtest/test/
H A 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/tools/gyp/test/win/
H A 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/tools/findit/
H A Dsvn_repository_parser.py65 'author')[0].firstChild.nodeValue
75 file_path = changed_path.firstChild.nodeValue
89 0].firstChild.nodeValue
161 line_num = tds[0].getElementsByTagName('a')[0].firstChild.nodeValue
175 new_line = tds[2].firstChild.nodeValue
200 if title[0].firstChild.nodeValue == 'ViewVC Exception':
225 line_content += content.nodeValue
227 line_content += content.firstChild.nodeValue
237 author = tds[1].firstChild.nodeValue
241 revision = tds[2].getElementsByTagName('a')[0].firstChild.nodeValue
[all...]
H A Dgit_repository_parser.py90 githash = trs[0].getElementsByTagName('a')[0].firstChild.nodeValue
94 'td')[0].firstChild.nodeValue.split('<')[0]
98 revision['message'] = pre.firstChild.nodeValue
108 file_path = li.getElementsByTagName('a')[0].firstChild.nodeValue
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttr.idl30 [DeprecateAs=AttrNodeValue, ImplementedAs=valueForBindings] attribute DOMString? nodeValue;
H A DCharacterData.h72 virtual String nodeValue() const OVERRIDE FINAL;
H A DAttr.h80 virtual String nodeValue() const OVERRIDE { return value(); }
H A DCharacterData.cpp158 String CharacterData::nodeValue() const function in class:blink::CharacterData
168 void CharacterData::setNodeValue(const String& nodeValue) argument
170 setData(nodeValue);
H A DNode.idl40 [CustomElementCallbacks] attribute DOMString? nodeValue;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSmartClip.cpp257 String nodeValue = currentNode->nodeValue(); local
261 if (nodeValue == "\n")
262 nodeValue = "";
269 result.append(nodeValue);
/external/chromium_org/tools/gyp/tools/
H A 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/devtools/front_end/ui/
H A DDOMExtension.js60 var start = (node === this ? (offset - 1) : (node.nodeValue.length - 1));
62 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
96 for (var i = start; i < node.nodeValue.length; ++i) {
97 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
113 endOffset = stayWithinNode.nodeType === Node.TEXT_NODE ? stayWithinNode.nodeValue.length : stayWithinNode.childNodes.length;
150 while (node && offset > node.nodeValue.length) {
151 offset -= node.nodeValue.length;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNode.cpp96 WebString WebNode::nodeValue() const function in class:blink::WebNode
98 return m_private->nodeValue();
/external/chromium_org/ui/webui/resources/js/
H A Dparse_html_subset.js68 var v = attrNode.nodeValue;
/external/smack/src/org/jivesoftware/smackx/provider/
H A DVCardProvider.java285 String nodeValue = nd.getNodeValue();
286 if (nodeValue != null) {
287 result.append(nodeValue);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Domnibox_custom_bindings.js56 result.description += sanitizeString(child.nodeValue, shouldTrim);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebNode.h96 BLINK_EXPORT WebString nodeValue() const;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsubversion_file_system.py34 if node.nodeValue:
35 text.append(node.nodeValue)
/external/okhttp/website/static/
H A Dprettify.js6 f:12,r:13},n=[],k=0,c=a.length;k<c;++k){i=a[k];if(i.global||i.multiline)throw Error(""+i);n.push("(?:"+s(i)+")")}return RegExp(n.join("|"),j?"gi":"g")}function T(a,d){function g(a){var c=a.nodeType;if(c==1){if(!b.test(a.className)){for(c=a.firstChild;c;c=c.nextSibling)g(c);c=a.nodeName.toLowerCase();if("br"===c||"li"===c)s[j]="\n",m[j<<1]=x++,m[j++<<1|1]=a}}else if(c==3||c==4)c=a.nodeValue,c.length&&(c=d?c.replace(/\r\n?/g,"\n"):c.replace(/[\t\n\r ]+/g," "),s[j]=c,m[j<<1]=x,x+=c.length,m[j++<<1|1]=
7 a)}var b=/(?:^|\s)nocode(?:\s|$)/,s=[],x=0,m=[],j=0;g(a);return{a:s.join("").replace(/\n$/,""),d:m}}function H(a,d,g,b){d&&(a={a:d,e:a},g(a),b.push.apply(b,a.g))}function U(a){for(var d=void 0,g=a.firstChild;g;g=g.nextSibling)var b=g.nodeType,d=b===1?d?a:g:b===3?V.test(g.nodeValue)?a:d:d;return d===a?void 0:d}function C(a,d){function g(a){for(var j=a.e,k=[j,"pln"],c=0,i=a.a.match(s)||[],r={},n=0,e=i.length;n<e;++n){var z=i[n],w=r[z],t=void 0,f;if(typeof w==="string")f=!1;else{var h=b[z.charAt(0)];
13 q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.test(a.className))if("br"===a.nodeName)s(a),a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)b(a);else if((c==3||c==4)&&g){var d=a.nodeValue,i=d.match(m);if(i)c=d.substring(0,i.index),a.nodeValue=c,(d=d.substring(i.index+i[0].length))&&a.parentNode.insertBefore(j.createTextNode(d),a.nextSibling),s(a),c||a.parentNode.removeChild(a)}}function s(a){function b(a,c){var d=
17 t))){s&&(G=G.replace(d,"\r"));A.nodeValue=G;var L=A.ownerDocument,o=L.createElement("span");o.className=c[r+1];var v=A.parentNode;v.replaceChild(o,A);o.appendChild(A);g<l&&(j[b+1]=A=L.createTextNode(x.substring(t,l)),v.insertBefore(A,o.nextSibling))}g=t;g>=l&&(b+=2);g>=B&&(r+=2)}}finally{if(f)f.style.display=h}}catch(u){D.console&&console.log(u&&u.stack||u)}}var D=window,y=["break,continue,do,else,for,if,return,while"],E=[[y,"auto,case,char,const,default,double,enum,extern,float,goto,inline,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
27 return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_CONTINUATION?c.now()+250:Infinity;i<p.length&&c.now()<b;i++){for(var d=p[i],j=h,k=d;k=k.previousSibling;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.test(k.nodeValue))break;if(o){j={};o.replace(/\b(\w+)=([\w%+\-.:]+)/g,function(a,b,c){j[b]=c});break}}k=d.className;if((j!==h||e.test(k))&&!v.test(k)){m=!1;for(o=d.parentNode;o;o=o.parentNode)if(f.test(o.tagName)&&
/external/deqp/scripts/log/
H A Dlog_parser.py150 statusCode = resultItems[0].getAttributeNode('StatusCode').nodeValue
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_java_tests.py183 failure = error_nodes[0].childNodes[0].nodeValue
185 failure = failure_nodes[0].childNodes[0].nodeValue

Completed in 4388 milliseconds

1234