Searched refs:createComment (Results 1 - 25 of 77) sorted by relevance

1234

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeisequalnode29.js101 comment1 = doc.createComment("comment");
102 comment2 = doc.createComment("comment");
103 comment3 = doc.createComment("#Comment");
H A Dnodeinsertbefore09.js109 newComment = doc.createComment("Comment");
112 insertComment = doc.createComment("insertComment");
H A Ddocumentadoptnode34.js114 newComment = newDoc.createComment("Document.adoptNode test for a COMMENT_NODE");
H A Ddomconfigurationcansetparameter01.js103 newCommentNode = doc.createComment("This is a new Comment node");
H A Dnodecomparedocumentposition13.js101 comment = doc.createComment("Another Comment");
H A Dnodegettextcontent12.js101 comment = doc.createComment("Comment");
H A Dnodeinsertbefore01.js109 newComment = doc.createComment("Comment");
H A Dnodeinsertbefore07.js117 newComment = docAlt.createComment("Comment");
H A Dnodeinsertbefore08.js117 newComment = doc.createComment("Comment");
H A Dnodeinsertbefore24.js102 newNode = doc.createComment("Comment");
H A Dnodeisdefaultnamespace15.js106 comment = doc.createComment("Text");
H A Dnodelookupnamespaceuri15.js106 comment = doc.createComment("Text");
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_nodevalue02.js97 newNode = doc.createComment("This is a new Comment node");
H A Dhc_documentcreatecomment.js78 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");
H A Dhc_nodecommentnodeattributes.js123 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodename.js122 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodetype.js121 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodevalue.js121 commentNode = doc.createComment(" This is a comment");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_nodevalue02.js97 newNode = doc.createComment("This is a new Comment node");
H A Dhc_documentcreatecomment.js78 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");
H A Dhc_nodecommentnodeattributes.js123 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodename.js122 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodetype.js121 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodevalue.js121 commentNode = doc.createComment(" This is a comment");
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.js158 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(nod
289 function createComment(commentString) function
[all...]

Completed in 343 milliseconds

1234