Home
last modified time | relevance | path

Searched refs:createComment (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLViewer.js155 line.appendChild(createComment('<!-- ' + node.nodeValue + ' -->'));
160 collapsible.expanded.start.appendChild(createComment('<!--'));
161 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
162 collapsible.expanded.end.appendChild(createComment('-->'));
164 collapsible.collapsed.content.appendChild(createComment('<!--'));
165 collapsible.collapsed.content.appendChild(createComment('...'));
166 collapsible.collapsed.content.appendChild(createComment('-->'));
195 line.appendChild(createComment('<?' + node.nodeName + ' ' + node.nodeValue + '?>'));
200 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName));
201 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
[all …]
/external/chromium_org/tools/metrics/histograms/
Dupdate_policies.py94 policy_enum_node.appendChild(doc.createComment(comment))
Dupdate_extension_functions.py106 extension_functions_enum_node.appendChild(document.createComment(comment))
/external/chromium_org/build/android/lint/
Dsuppress.py76 top_element.appendChild(new_dom.createComment(_DOC))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dxmlreport.py49 xcoverage.appendChild(self.xml_out.createComment(
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java633 append(m_doc.createComment(new String(ch, start, length))); in comment()
DUnImplNode.java860 public Comment createComment(String data) in createComment() method in UnImplNode
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.idl35 Comment createComment(DOMString data);
DDocument.h294 PassRefPtr<Comment> createComment(const String& data);
DDocument.cpp783 PassRefPtr<Comment> Document::createComment(const String& data) in createComment() function in WebCore::Document
839 return createComment(importedNode->nodeValue()); in importNode()
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js451 return doc.createComment(text);
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js451 return doc.createComment(text);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatManifestWriterImpl.java115 smoothStreamingMedia.appendChild(document.createComment(Version.VERSION)); in getManifest()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java671 public final Comment createComment(String data) in createComment() method in DTMNodeProxy
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js2167 div.appendChild( document.createComment("") );
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.8.2.min.js2 …h(c){return!1}finally{b=null}},Y=X(function(a){return a.appendChild(r.createComment("")),!a.getEle…
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js89 …k=g=null})();(function(){var g=r.createElement("div");g.appendChild(r.createComment(""));if(g.getE…
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js89 …k=g=null})();(function(){var g=r.createElement("div");g.appendChild(r.createComment(""));if(g.getE…
/external/chromium_org/third_party/flot/
Djquery.min.js2 …h(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getEle…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery-1.4.3.min.js99 o=g=null})();(function(){var g=u.createElement("div");g.appendChild(u.createComment(""));if(g.getEl…
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js90 …l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getE…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19 …function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getE…
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Dprototype-1.7.js4749 div.appendChild( document.createComment("") );
Djquery-1.6.4.js4838 div.appendChild( document.createComment("") );
/external/chromium_org/third_party/polymer/
Dplatform.js30 …d),e(g.prototype,b);var h=f(document.createTextNode("")),i=f(document.createComment(""));a.wrapper…

12