Searched refs:SinkDocument (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DSinkDocument.h33 class SinkDocument FINAL : public HTMLDocument {
35 static PassRefPtrWillBeRawPtr<SinkDocument> create(const DocumentInit& initializer = DocumentInit())
37 return adoptRefWillBeNoop(new SinkDocument(initializer));
41 SinkDocument(const DocumentInit&);
H A DSinkDocument.cpp27 #include "core/loader/SinkDocument.h"
35 static PassRefPtrWillBeRawPtr<SinkDocumentParser> create(SinkDocument* document)
41 SinkDocumentParser(SinkDocument* document)
50 SinkDocument::SinkDocument(const DocumentInit& initializer) function in class:blink::SinkDocument
57 PassRefPtrWillBeRawPtr<DocumentParser> SinkDocument::createParser()
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp84 #include "core/loader/SinkDocument.h"
395 document = SinkDocument::create(init);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.linux-arm.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.linux-mips.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.linux-x86.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
H A Dwebcore_remaining.target.linux-x86_64.mk474 third_party/WebKit/Source/core/loader/SinkDocument.cpp \

Completed in 174 milliseconds