HomeSort by relevance Sort by last modified time
    Searched refs:createComment (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.js 155 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...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreatecomment.java 31 * The "createComment(data)" method creates a new Comment
34 * "createComment(data)" method. It should create a new
69 newCommentNode = doc.createComment("This is a new Comment node");
hc_documentcreatecomment.java 31 * The "createComment(data)" method creates a new Comment
34 * "createComment(data)" method. It should create a new
68 newCommentNode = doc.createComment("This is a new Comment node");
hc_nodevalue02.java 63 newNode = doc.createComment("This is a new Comment node");
nodevalue02.java 63 newNode = doc.createComment("This is a new Comment node");
hc_nodecommentnodeattributes.java 81 commentNode = doc.createComment("This is a comment");
hc_nodecommentnodename.java 81 commentNode = doc.createComment("This is a comment");
hc_nodecommentnodetype.java 80 commentNode = doc.createComment("This is a comment");
hc_nodecommentnodevalue.java 80 commentNode = doc.createComment(" This is a comment");
nodecommentnodeattributes.java 81 childNode = doc.createComment("This is a comment");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode17.java 83 commentToImport = doc.createComment("Document.importNode test for a COMMENT_NODE");
importNode03.java 80 comment = aNewDoc.createComment("this is a comment");
importNode04.java 82 comment = aNewDoc.createComment("descendant1");
nodenormalize01.java 105 comment = newDoc.createComment("comment");
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 106 public Comment createComment(String data);
    [all...]
  /external/chromium_org/tools/metrics/histograms/
update_editor_commands.py 102 extension_functions_enum_node.appendChild(document.createComment(comment))
update_policies.py 98 policy_enum_node.appendChild(doc.createComment(comment))
update_histogram_enum.py 104 document.createComment(' Generated from {0} '.format(source_enum_path)))
  /external/chromium_org/build/android/lint/
suppress.py 76 top_element.appendChild(new_dom.createComment(_DOC))
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 65 public Comment createComment(String data) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 147 return createComment(((Comment) node).getData());
335 public CommentImpl createComment(String data) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 167 comment = aNewDoc.createComment("this is a comment");
190 comment = aNewDoc.createComment("descendant1");
NodeNormalize.java 123 comment = newDoc.createComment("comment");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 49 xcoverage.appendChild(self.xml_out.createComment(
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 404 root.appendChild(document.createComment("ABC -- DEF"));
510 Comment comment = document.createComment("");

Completed in 407 milliseconds

1 2 3 4