/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 163 public final void setNodeValue(String nodeValue) throws DOMException { 168 ((CharacterData) this).setData(nodeValue); 172 ((ProcessingInstruction) this).setData(nodeValue); 176 ((Attr) this).setValue(nodeValue);
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_java_tests.py | 183 failure = error_nodes[0].childNodes[0].nodeValue 185 failure = failure_nodes[0].childNodes[0].nodeValue
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Node.idl | 41 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, CustomElementCallbacks] attribute DOMString nodeValue;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
omnibox_custom_bindings.js | 56 result.description += sanitizeString(child.nodeValue, shouldTrim);
|
/external/chromium_org/third_party/isimpledom/ |
ISimpleDOMNode.idl | 50 cpp_quote("// /* [out] */ BSTR *nodeValue, ") 163 [out] BSTR *nodeValue,
|
/cts/suite/cts/utils/ |
get_csv_report.py | 34 return str(tag.firstChild.nodeValue)
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLOptionElement.cpp | 359 text.append(node->nodeValue());
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
DOMPatchSupport.cpp | 172 if (oldNode->nodeValue() != newNode->nodeValue()) { 173 if (!m_domEditor->setNodeValue(oldNode, newNode->nodeValue(), exceptionState)) 416 addStringToSHA1(sha1, node->nodeValue());
|
InspectorDOMAgent.cpp | 957 String text = node->nodeValue(); [all...] |
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeImpl.java | 197 public void setNodeValue(String nodeValue) throws DOMException {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockXmlNode.java | 300 public void setNodeValue(String nodeValue) throws DOMException {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ElementsTreeOutline.js | [all...] |
TextPrompt.js | 652 if (node.nodeType === Node.TEXT_NODE && selectionRange.startOffset < node.nodeValue.length) 657 if (node.nodeType === Node.TEXT_NODE && node.nodeValue.length) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 198 self.confirm(a.nodeValue == "bar", 199 "NamedNodeMap.__setitem__() sets nodeValue") 316 and el.attributes["spam"].nodeValue == "bam" 322 and el.attributes["spam"].nodeValue == "ham" 328 and el.attributes["spam"].nodeValue == "ham" 331 and el.attributes["spam2"].nodeValue == "bam" 336 and el.attributes["spam"].nodeValue == "ham" 339 and el.attributes["spam2"].nodeValue == "bam2" 585 and a1.nodeValue == a2.nodeValue [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 198 self.confirm(a.nodeValue == "bar", 199 "NamedNodeMap.__setitem__() sets nodeValue") 316 and el.attributes["spam"].nodeValue == "bam" 322 and el.attributes["spam"].nodeValue == "ham" 328 and el.attributes["spam"].nodeValue == "ham" 331 and el.attributes["spam2"].nodeValue == "bam" 336 and el.attributes["spam"].nodeValue == "ham" 339 and el.attributes["spam2"].nodeValue == "bam2" 585 and a1.nodeValue == a2.nodeValue [all...] |
/external/chromium_org/third_party/flot/ |
excanvas.min.js | 1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&").replace(/"/g,""")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.owningElement.id="ex_canvas_";i.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}"}}R(document);var e={init:function(i){var j=i||document;j.createElement("canvas");j.attachEvent("onreadystatechange",g(this.init_,this,j))},init_:function(p){var m=p.getElementsByTagName("canvas");for(var j=0;j<m.length;j++){this.initElement(m[j])}},initElement:function(j){if(!j.getContext){j.getContext=y;R(j.ownerDocument);j.innerHTML="";j.attachEvent("onpropertychange",x);j.attachEvent("onresize",W);var i=j.attributes;if(i.width&&i.width.specified){j.style.width=i.width.nodeValue+"px"}else{j.width=j.clientWidth}if(i.height&&i.height.specified){j.style.height=i.height.nodeValue+"px"}else{j.height=j.clientHeight}}return j}};function x(j){var i=j.srcElement;switch(j.propertyName){case"width":i.getContext().clearRect();i.style.width=i.attributes.width.nodeValue+"px";i.firstChild.style.width=i.clientWidth+"px";break;case"height":i.getContext().clearRect();i.style.height=i.attributes.height.nodeValue+"px";i.firstChild.style.height=i.clientHeight+"px";break}}function W(j){var i=j.srcElement;if(i.fi (…)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | 320 nodeValue = None 356 # nodeValue and value are set elsewhere 369 if name in ("value", "nodeValue"): 370 d["value"] = d["nodeValue"] = value 372 d2["data"] = d2["nodeValue"] = value 400 d['value'] = d['nodeValue'] = value 635 nodeValue = None 693 d["value"] = d["nodeValue"] = value 698 d["value"] = d["nodeValue"] = value 711 d["value"] = d["nodeValue"] = valu [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | 320 nodeValue = None 356 # nodeValue and value are set elsewhere 369 if name in ("value", "nodeValue"): 370 d["value"] = d["nodeValue"] = value 372 d2["data"] = d2["nodeValue"] = value 400 d['value'] = d['nodeValue'] = value 635 nodeValue = None 693 d["value"] = d["nodeValue"] = value 698 d["value"] = d["nodeValue"] = value 711 d["value"] = d["nodeValue"] = valu [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 166 itemDesc = itemDesc.childNodes[0].nodeValue;
|
/external/chromium_org/build/android/gyp/ |
generate_v14_compatible_resources.py | 160 value = item_element.childNodes[0].nodeValue
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 166 itemDesc = itemDesc.childNodes[0].nodeValue;
|
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.cc | 161 base::string16 node_text = node.nodeValue(); 187 return node.nodeValue(); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 327 String nodeValue = idNode.getNodeValue(); 328 if (ForbiddenReferenceID.equals(nodeValue)) { 330 } else if (DiscouragedReferenceID.equals(nodeValue)) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 277 String nodeValue = currentNode.getNodeValue(); 279 int lineEnd = nodeValue.indexOf('\n', relativeOffset); 281 lineEnd = nodeValue.length(); [all...] |