HomeSort by relevance Sort by last modified time
    Searched refs:ImageDocument (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageDocument.h 36 class ImageDocument FINAL : public HTMLDocument {
38 static PassRefPtr<ImageDocument> create(const DocumentInit& initializer = DocumentInit())
40 return adoptRef(new ImageDocument(initializer));
51 ImageDocument(const DocumentInit&);
75 inline ImageDocument* toImageDocument(Document* document)
78 return static_cast<ImageDocument*>(document);
81 inline const ImageDocument* toImageDocument(const Document* document)
84 return static_cast<const ImageDocument*>(document);
88 void toImageDocument(const ImageDocument*);
ImageDocument.cpp 26 #include "core/html/ImageDocument.h"
57 static PassRefPtr<ImageEventListener> create(ImageDocument* document) { return adoptRef(new ImageEventListener(document)); }
68 ImageEventListener(ImageDocument* document)
76 ImageDocument* m_doc;
81 static PassRefPtr<ImageDocumentParser> create(ImageDocument* document)
86 ImageDocument* document() const
92 ImageDocumentParser(ImageDocument* document)
151 ImageDocument::ImageDocument(const DocumentInit& initializer)
162 PassRefPtr<DocumentParser> ImageDocument::createParser(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 42 #include "core/html/ImageDocument.h"
347 return ImageDocument::create(DocumentInit(url, frame));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 142 third_party/WebKit/Source/core/html/ImageDocument.cpp \
webcore_html.target.darwin-mips.mk 142 third_party/WebKit/Source/core/html/ImageDocument.cpp \
webcore_html.target.darwin-x86.mk 142 third_party/WebKit/Source/core/html/ImageDocument.cpp \
webcore_html.target.linux-arm.mk 142 third_party/WebKit/Source/core/html/ImageDocument.cpp \
webcore_html.target.linux-mips.mk 142 third_party/WebKit/Source/core/html/ImageDocument.cpp \
webcore_html.target.linux-x86.mk 142 third_party/WebKit/Source/core/html/ImageDocument.cpp \

Completed in 129 milliseconds