Home
last modified time | relevance | path

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

1234

/external/webkit/Source/WebCore/xml/
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(node.nodeValue));
[all …]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnodeisequalnode29.js101 comment1 = doc.createComment("comment");
102 comment2 = doc.createComment("comment");
103 comment3 = doc.createComment("#Comment");
Dnodeinsertbefore09.js109 newComment = doc.createComment("Comment");
112 insertComment = doc.createComment("insertComment");
Dnodegettextcontent12.js101 comment = doc.createComment("Comment");
Dnoderemovechild08.js102 comment = doc.createComment("Comment");
Dnodeinsertbefore24.js102 newNode = doc.createComment("Comment");
Dnodelookupnamespaceuri15.js106 comment = doc.createComment("Text");
Dnodecomparedocumentposition13.js101 comment = doc.createComment("Another Comment");
Ddomconfigurationcansetparameter01.js103 newCommentNode = doc.createComment("This is a new Comment node");
Dnodelookupprefix15.js107 comment = doc.createComment("Text");
Dnodeinsertbefore01.js109 newComment = doc.createComment("Comment");
Dnodeisdefaultnamespace15.js106 comment = doc.createComment("Text");
Dnodeinsertbefore08.js117 newComment = doc.createComment("Comment");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_nodevalue02.js97 newNode = doc.createComment("This is a new Comment node");
Dhc_documentcreatecomment.js102 newCommentNode = doc.createComment("This is a new Comment node");
Dhc_nodecommentnodetype.js121 commentNode = doc.createComment("This is a comment");
Dhc_nodecommentnodename.js122 commentNode = doc.createComment("This is a comment");
Dhc_nodecommentnodevalue.js121 commentNode = doc.createComment(" This is a comment");
Dhc_nodecommentnodeattributes.js123 commentNode = doc.createComment("This is a comment");
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_nodevalue02.js97 newNode = doc.createComment("This is a new Comment node");
Dhc_documentcreatecomment.js102 newCommentNode = doc.createComment("This is a new Comment node");
Dhc_nodecommentnodetype.js121 commentNode = doc.createComment("This is a comment");
Dhc_nodecommentnodename.js122 commentNode = doc.createComment("This is a comment");
Dhc_nodecommentnodevalue.js121 commentNode = doc.createComment(" This is a comment");
Dhc_nodecommentnodeattributes.js123 commentNode = doc.createComment("This is a comment");

1234