/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMImplementationFront.cpp | 44 reinterpret_cast<DOMImplementation*>(this)->ref(); in ref() 49 reinterpret_cast<DOMImplementation*>(this)->deref(); in deref() 54 return reinterpret_cast<const DOMImplementation*>(this)->hasFeature(feature, version); in hasFeature() 59 …return reinterpret_cast<DOMImplementation*>(this)->createDocumentType(qualifiedName, publicId, sys… in createDocumentType() 64 …return reinterpret_cast<DOMImplementation*>(this)->createDocument(namespaceURI, qualifiedName, typ… in createDocument() 69 …return reinterpret_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getIn… in getInterface() 74 return reinterpret_cast<DOMImplementation*>(this)->createCSSStyleSheet(title, media, ec); in createCSSStyleSheet() 79 return reinterpret_cast<DOMImplementation*>(this)->createHTMLDocument(title); in createHTMLDocument()
|
D | DOMUtility.mm | 83 DOMImplementation *kit(WebCore::DOMImplementationFront*);
|
/external/webkit/Source/WebCore/dom/ |
D | DOMImplementation.h | 42 class DOMImplementation : public RefCounted<DOMImplementation> { 44 …static PassRefPtr<DOMImplementation> create(Document* ownerDocument) { return adoptRef(new DOMImpl… in create() 51 DOMImplementation* getInterface(const String& feature); 69 DOMImplementation(Document* ownerDocument);
|
D | DOMImplementation.cpp | 174 DOMImplementation::DOMImplementation(Document* ownerDocument) in DOMImplementation() function in WebCore::DOMImplementation 180 bool DOMImplementation::hasFeature(const String& feature, const String& version) in hasFeature() 215 PassRefPtr<DocumentType> DOMImplementation::createDocumentType(const String& qualifiedName, in createDocumentType() 225 DOMImplementation* DOMImplementation::getInterface(const String& /*feature*/) in getInterface() 230 PassRefPtr<Document> DOMImplementation::createDocument(const String& namespaceURI, in createDocument() 281 PassRefPtr<CSSStyleSheet> DOMImplementation::createCSSStyleSheet(const String&, const String& media… in createCSSStyleSheet() 290 bool DOMImplementation::isXMLMIMEType(const String& mimeType) in isXMLMIMEType() 299 bool DOMImplementation::isTextMIMEType(const String& mimeType) in isTextMIMEType() 310 PassRefPtr<HTMLDocument> DOMImplementation::createHTMLDocument(const String& title) in createHTMLDocument() 322 PassRefPtr<Document> DOMImplementation::createDocument(const String& type, Frame* frame, const KURL… in createDocument()
|
D | DOMImplementation.idl | 25 ] DOMImplementation {
|
D | Document.h | 63 class DOMImplementation; variable 309 DOMImplementation* implementation(); 1184 mutable RefPtr<DOMImplementation> m_implementation;
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/ |
D | implementation-identity-expected.txt | 1 This test checks that DOMImplementation object is created per document. 5 OK: Top-level document and iframe document have different DOMImplementation objects 6 OK: DOMImplementation object is cached
|
/external/webkit/Source/WebCore/xml/ |
D | DOMParser.cpp | 30 if (!DOMImplementation::isXMLMIMEType(contentType)) in parseFromString() 33 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false); in parseFromString()
|
D | XSLTProcessor.cpp | 80 …result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument… in createDocumentFromSource()
|
/external/webkit/Source/WebCore/html/ |
D | FTPDirectoryDocument.h | 32 class DOMImplementation; variable
|
D | HTMLViewSourceDocument.cpp | 63 …| m_type == "application/xhtml+xml" || m_type == "image/svg+xml" || DOMImplementation::isXMLMIMETy… in createParser()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGDocument.h | 30 class DOMImplementation; variable
|
D | SVGTests.cpp | 53 if (value.isEmpty() || !DOMImplementation::hasFeature(value, String())) in isValid()
|
D | SVGElement.cpp | 108 return DOMImplementation::hasFeature(feature, version); in isSupported()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathExpressionImpl.java | 40 import org.w3c.dom.DOMImplementation; 383 DOMImplementation dim = db.getDOMImplementation(); in getDummyDocument()
|
D | XPathImpl.java | 37 import org.w3c.dom.DOMImplementation; 185 DOMImplementation dim = getParser().getDOMImplementation(); in getDummyDocument()
|
/external/webkit/LayoutTests/platform/android/ |
D | layout_test_directories.txt | 9 fast/dom/DOMImplementation
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 33 import org.w3c.dom.DOMImplementation; 78 static final DOMImplementation implementation=new DTMNodeProxyImplementation(); 578 public final DOMImplementation getImplementation() in getImplementation() 1398 static class DTMNodeProxyImplementation implements DOMImplementation
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8GCController.cpp | 347 DOMImplementation* domImplementation = static_cast<DOMImplementation*>(object); in visitDOMWrapper()
|
/external/webkit/Source/WebCore/loader/ |
D | DocumentWriter.cpp | 106 return DOMImplementation::createDocument(m_mimeType, m_frame, url, m_frame->inViewSourceMode()); in createDocument()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 30 import org.w3c.dom.DOMImplementation; 787 public DOMImplementation getImplementation() in getImplementation()
|
D | DOMHelper.java | 36 import org.w3c.dom.DOMImplementation; 1035 DOMImplementation impl=doc.getImplementation(); in getParentOfNode()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFrameProxy.cpp | 128 …return m_MIMEType == "text/html" || m_MIMEType == "image/svg+xml" || DOMImplementation::isXMLMIMET… in isDisplayingMarkupDocument()
|
/external/webkit/Source/WebKit/mac/ |
D | MigrateHeaders.make | 148 $(PUBLIC_HEADERS_DIR)/DOMImplementation.h \ 464 REPLACE_RULES = -e s/\<WebCore/\<WebKit/ -e s/DOMDOMImplementation/DOMImplementation/
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMCore.idl | 60 @interface DOMImplementation : DOMObject 334 - (DOMImplementation *)implementation;
|