OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagedocument
(Results
1 - 11
of
11
) 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/ManualTests/
image-document-zoom.html
5
<title>bug 110993 :
ImageDocument
's incorrect zoom behavior.</title>
8
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=110993">bug 110993</a> :
ImageDocument
's incorrect zoom behavior.</p>
/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 \
core.gypi
[
all
...]
Completed in 632 milliseconds