OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
DEFINE_DOCUMENT_TYPE_CASTS(
ImageDocument
);
ImageDocument.cpp
26
#include "core/html/
ImageDocument
.h"
56
static PassRefPtr<ImageEventListener> create(
ImageDocument
* document) { return adoptRef(new ImageEventListener(document)); }
67
ImageEventListener(
ImageDocument
* document)
75
ImageDocument
* m_doc;
80
static PassRefPtr<ImageDocumentParser> create(
ImageDocument
* document)
85
ImageDocument
* document() const
91
ImageDocumentParser(
ImageDocument
* document)
163
ImageDocument
::
ImageDocument
(const DocumentInit& initializer)
174
PassRefPtr<DocumentParser>
ImageDocument
::createParser(
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp
43
#include "core/html/
ImageDocument
.h"
347
return
ImageDocument
::create(init);
/external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk
121
third_party/WebKit/Source/core/html/
ImageDocument
.cpp \
webcore_html.target.darwin-mips.mk
121
third_party/WebKit/Source/core/html/
ImageDocument
.cpp \
webcore_html.target.darwin-x86.mk
121
third_party/WebKit/Source/core/html/
ImageDocument
.cpp \
webcore_html.target.linux-arm.mk
121
third_party/WebKit/Source/core/html/
ImageDocument
.cpp \
webcore_html.target.linux-mips.mk
121
third_party/WebKit/Source/core/html/
ImageDocument
.cpp \
webcore_html.target.linux-x86.mk
121
third_party/WebKit/Source/core/html/
ImageDocument
.cpp \
Completed in 215 milliseconds