Home
last modified time | relevance | path

Searched refs:createDocumentType (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/bindings/objc/
DDOMImplementationFront.cpp57 PassRefPtr<DocumentType> DOMImplementationFront::createDocumentType(const String& qualifiedName, co… in createDocumentType() function in WebCore::DOMImplementationFront
59 …return reinterpret_cast<DOMImplementation*>(this)->createDocumentType(qualifiedName, publicId, sys… in createDocumentType()
DDOMImplementationFront.h49 …PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, c…
DPublicDOMInterfaces.h63 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName :(NSString *)publicId :(NSString …
67 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName publicId:(NSString *)publicId sys…
/external/webkit/WebCore/dom/
DDOMImplementation.h47 …static PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publ…
DDOMImplementation.idl36 …[OldStyleObjC] DocumentType createDocumentType(in [ConvertUndefinedOrNullToNullString] DOMString q…
DDOMImplementation.cpp208 PassRefPtr<DocumentType> DOMImplementation::createDocumentType(const String& qualifiedName, in createDocumentType() function in WebCore::DOMImplementation
/external/webkit/WebKit/win/Interfaces/
DDOMCore.idl76 …- (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName :(NSString *)publicId :(NSString…
78 …HRESULT createDocumentType([in] BSTR qualifiedName, [in] BSTR publicId, [in] BSTR systemId, [out, …
/external/webkit/WebCore/
DChangeLog-2005-12-195341 (SVGDOMImplementationImpl::createDocumentType):
7235 (DOMImplementationImpl::createDocumentType):
8961 (DOMImplementationImpl::createDocumentType):
19213 (SVGDOMImplementationImpl::createDocumentType):
19659 … (DOMImplementationImpl::createDocumentType): Added checks and exceptions using above functions.
23627 * layout-tests/fast/dom/createDocumentType-expected.checksum: Added.
23628 * layout-tests/fast/dom/createDocumentType-expected.png: Added.
26146 (DOMImplementationImpl::createDocumentType):
27053 (SVGDOMImplementationImpl::createDocumentType):
DChangeLog-2002-12-0314987 (DOMImplementation::createDocumentType), (DOMImplementation::createDocument),
15723 (DOMImplementationImpl::createDocumentType),
DChangeLog-2005-08-2310544 layout-tests/fast/dom/createDocumentType.html: Added
10545 layout-tests/fast/dom/createDocumentType-expected.txt: Added
10552 * khtml/xml/dom_docimpl.cpp: (DOMImplementationImpl::createDocumentType):
16974 (DOMImplementationImpl::createDocumentType): Disabled the calls to the not-implemented
DChangeLog-2006-05-1011581 (SVGDOMImplementation::createDocumentType):
21552 (SVGDOMImplementationImpl::createDocumentType):
DChangeLog-2008-08-1012505 (WebCore::DOMImplementation::createDocumentType):
38658 Test: fast/dom/DOMImplementation/createDocumentType-err.html
38661 (WebCore::DOMImplementation::createDocumentType):