Home
last modified time | relevance | path

Searched refs:createDocument (Results 1 – 25 of 142) sorted by relevance

123456

/external/webkit/LayoutTests/fast/dom/DOMImplementation/
DcreateDocument-namespace-err-expected.txt1 createDocument tests modeled after createElementNS tests from mozilla which were attached to webkit…
6 PASS document.implementation.createDocument().toString() is "[object Document]"
7 PASS document.implementation.createDocument("http://www.example.com").toString() is "[object Docume…
8 PASS createDocument(, , null)
9 PASS createDocument(null, , null)
10 FAIL createDocument(, null, null)
11 FAIL createDocument(null, null, null)
12 FAIL createDocument(null, "", null)
13 FAIL createDocument("", null, null)
14 FAIL createDocument("", "", null)
[all …]
/external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/
Dreadonly-exceptions.js3 var xmlDoc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null);
4 var xmlDoc2 = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null);
/external/collada/include/dae/
DdaeDatabase.h73 …virtual daeInt createDocument(daeString name, daeElement* dom, daeDocument** document = NULL, bool…
80 virtual daeInt createDocument(daeString name, daeDocument** document = NULL) = 0;
302 return createDocument( name, dom, document );
305 return createDocument( name, document );
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnodeisequalnode02.js111 doc1 = domImpl.createDocument(rootNS,rootName,nullDocType);
112 doc2 = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddomconfigdatatypenormalization2.js88 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
Ddomconfigerrorhandler2.js92 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
Dnodereplacechild03.js106 newDoc = domImpl.createDocument("http://www.w3.org/DOM","dom3:doc",nullDocType);
Ddocumentgetstricterrorchecking02.js109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentgetxmlencoding02.js110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentsetxmlversion03.js110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentgetxmlversion02.js110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentsetxmlversion02.js110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentrenamenode09.js111 newDoc = domImpl.createDocument("http://www.w3.org/DOM/Test","dom:newD",nullDocType);
Ddocumentgetxmlstandalone02.js109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentgetinputencoding02.js110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
Ddocumentgetdocumenturi02.js109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
/external/webkit/Source/WebCore/dom/
DDOMImplementation.h49 …PassRefPtr<Document> createDocument(const String& namespaceURI, const String& qualifiedName, Docum…
60 …static PassRefPtr<Document> createDocument(const String& MIMEType, Frame*, const KURL&, bool inVie…
/external/webkit/Source/WebCore/bindings/objc/
DDOMImplementationFront.cpp62 PassRefPtr<Document> DOMImplementationFront::createDocument(const String& namespaceURI, const Strin… in createDocument() function in WebCore::DOMImplementationFront
64 …return reinterpret_cast<DOMImplementation*>(this)->createDocument(namespaceURI, qualifiedName, typ… in createDocument()
DDOMImplementationFront.h49 …PassRefPtr<Document> createDocument(const String& namespaceURI, const String& qualifiedName, Docum…
/external/webkit/Source/WebCore/loader/
DDocumentWriter.cpp100 PassRefPtr<Document> DocumentWriter::createDocument(const KURL& url) in createDocument() function in WebCore::DocumentWriter
106 return DOMImplementation::createDocument(m_mimeType, m_frame, url, m_frame->inViewSourceMode()); in createDocument()
121 RefPtr<Document> document = createDocument(url); in begin()
/external/webkit/LayoutTests/fast/dom/Node/script-tests/
Dinitial-values.js3 var xmlDoc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null);
80 var doc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null);
/external/webkit/Source/WebCore/xml/
DDOMParser.cpp33 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false); in parseFromString()
/external/collada/include/modules/
DdaeSTLDatabase.h48 …virtual daeInt createDocument(daeString name, daeElement* dom, daeDocument** document = NULL, bool…
49 virtual daeInt createDocument(daeString name, daeDocument** document = NULL);
/external/webkit/LayoutTests/dom/xhtml/level2/core/
DcreateDocument08.js92 aNewDoc = domImpl.createDocument(namespaceURI,"",docType);
/external/webkit/LayoutTests/dom/html/level2/core/
DcreateDocument08.js92 aNewDoc = domImpl.createDocument(namespaceURI,"",docType);

123456