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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLViewer.js152 line.appendChild(createComment('<!-- ' + node.nodeValue + ' -->'));
157 collapsible.expanded.start.appendChild(createComment('<!--'));
158 collapsible.expanded.content.appendChild(createComment(node.nodeValue));
159 collapsible.expanded.end.appendChild(createComment('-->'));
161 collapsible.collapsed.content.appendChild(createComment('<!--'));
162 collapsible.collapsed.content.appendChild(createComment('...'));
163 collapsible.collapsed.content.appendChild(createComment('-->'));
192 line.appendChild(createComment('<?' + node.nodeName + ' ' + node.nodeValue + '?>'));
197 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName));
198 collapsible.expanded.content.appendChild(createComment(nod
283 function createComment(commentString) function
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.idl36 [ReturnNewObject] Comment createComment([Default=Undefined] optional DOMString data);
H A DDocument.h426 PassRefPtr<Comment> createComment(const String& data);
H A DDocument.cpp872 PassRefPtr<Comment> Document::createComment(const String& data) function in class:WebCore::Document
942 return createComment(importedNode->nodeValue());
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMCore.idl359 - (DOMComment *)createComment:(NSString *)data;
361 HRESULT createComment([in] BSTR data, [out, retval] IDOMComment** result);
/macosx-10.10/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim168 \ 'createComment', 'createDocument', 'createDocumentFragment',
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMCoreClasses.cpp650 HRESULT STDMETHODCALLTYPE DOMDocument::createComment( function in class:DOMDocument
H A DDOMCoreClasses.h470 virtual HRESULT STDMETHODCALLTYPE createComment(
H A DDOMHTMLClasses.h325 virtual HRESULT STDMETHODCALLTYPE createComment( function in class:DOMHTMLDocument
327 /* [retval][out] */ IDOMComment **result) { return DOMDocument::createComment(data, result); }
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dxml.rb932 # IXMLDOMComment createComment
935 def createComment(arg0) method in class:IXMLDOMDocument
6124 # IXMLDOMComment createComment
6127 def createComment(arg0) method in class:Microsoft_XMLDOM_1_0
6731 # IXMLDOMComment createComment
6734 def createComment(arg0) method in class:Microsoft_FreeThreadedXMLDOM_1_0
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h114 - (DOMComment *)createComment:(NSString *)data;
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl646 createComment {

Completed in 318 milliseconds