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

1 2 3 4 5

  /external/webkit/Source/WebCore/xml/
XMLViewer.js 158 line.appendChild(createComment('<!-- ' + node.nodeValue + ' -->'));
163 collapsible.expanded.start.appendChild(createComment('<!--'));
164 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
165 collapsible.expanded.end.appendChild(createComment('-->'));
167 collapsible.collapsed.content.appendChild(createComment('<!--'));
168 collapsible.collapsed.content.appendChild(createComment('...'));
169 collapsible.collapsed.content.appendChild(createComment('-->'));
198 line.appendChild(createComment('<?' + node.nodeName + ' ' + node.nodeValue + '?>'));
203 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName));
204 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");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode29.js 101 comment1 = doc.createComment("comment");
102 comment2 = doc.createComment("comment");
103 comment3 = doc.createComment("#Comment");
nodeinsertbefore09.js 109 newComment = doc.createComment("Comment");
112 insertComment = doc.createComment("insertComment");
nodegettextcontent12.js 101 comment = doc.createComment("Comment");
noderemovechild08.js 102 comment = doc.createComment("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");
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 106 public Comment createComment(String data);
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreatecomment.js 78 The "createComment(data)" method creates a new Comment
81 "createComment(data)" method. It should create a new
102 newCommentNode = doc.createComment("This is a new Comment node");
hc_nodecommentnodeattributes.js 123 commentNode = doc.createComment("This is a comment");
hc_nodecommentnodename.js 122 commentNode = doc.createComment("This is a comment");
hc_nodecommentnodetype.js 121 commentNode = doc.createComment("This is a comment");
hc_nodecommentnodevalue.js 121 commentNode = doc.createComment(" This is a comment");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreatecomment.js 78 The "createComment(data)" method creates a new Comment
81 "createComment(data)" method. It should create a new
102 newCommentNode = doc.createComment("This is a new Comment node");
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 65 public Comment createComment(String data) {

Completed in 497 milliseconds

1 2 3 4 5