Home
last modified time | relevance | path

Searched refs:SinkDocument (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/loader/
DSinkDocument.cpp35 static PassRefPtr<SinkDocumentParser> create(SinkDocument* document) in create()
41 SinkDocumentParser(SinkDocument* document) in SinkDocumentParser()
50 SinkDocument::SinkDocument(Frame* frame, const KURL& url) in SinkDocument() function in WebCore::SinkDocument
57 PassRefPtr<DocumentParser> SinkDocument::createParser() in createParser()
DSinkDocument.h33 class SinkDocument : public HTMLDocument {
35 static PassRefPtr<SinkDocument> create(Frame* frame, const KURL& url) in create()
37 return adoptRef(new SinkDocument(frame, url)); in create()
41 SinkDocument(Frame*, const KURL&);
DDocumentWriter.cpp126 document = SinkDocument::create(m_frame, url); in begin()
/external/webkit/Source/WebCore/
DAndroid.mk459 loader/SinkDocument.cpp \
DCMakeLists.txt958 loader/SinkDocument.cpp
DGNUmakefile.list.am2123 Source/WebCore/loader/SinkDocument.cpp \
2124 Source/WebCore/loader/SinkDocument.h \
DWebCore.pro890 loader/SinkDocument.cpp \
DGNUmakefile.am2139 Source/WebCore/loader/SinkDocument.cpp \
2140 Source/WebCore/loader/SinkDocument.h \
DWebCore.gypi3334 'loader/SinkDocument.cpp',
3335 'loader/SinkDocument.h',
DChangeLog-2010-12-0669129 * loader/SinkDocument.cpp:
69130 (WebCore::SinkDocument::SinkDocument):
75260 * loader/SinkDocument.cpp:
75262 (WebCore::SinkDocument::createParser):
75263 * loader/SinkDocument.h:
113281 * loader/SinkDocument.cpp:
113284 (WebCore::SinkDocument::createParser):
113506 * loader/SinkDocument.cpp:
113507 * loader/SinkDocument.h: Add KURL parameter to create() and constructor.
114305 * loader/SinkDocument.cpp:
[all …]
DChangeLog-2010-05-243737 …By replacing PluginDocuments in sandboxes iframes with a new "SinkDocument" that just acts as a da…
3753 replace it with a SinkDocument.
3760 * loader/SinkDocument.cpp: Added.
3768 (WebCore::SinkDocument::SinkDocument):
3769 (WebCore::SinkDocument::createTokenizer):
3770 * loader/SinkDocument.h: Added.
3771 (WebCore::SinkDocument::create):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1299 …27D6011A33A2B004F9D65 /* SinkDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 51327D5E11A…
1300 …7D6111A33A2B004F9D65 /* SinkDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51327D5F11…
7872 …33A2B004F9D65 /* SinkDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
7873 …2B004F9D65 /* SinkDocument.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
18580 51327D5F11A33A2B004F9D65 /* SinkDocument.cpp */,
18581 51327D5E11A33A2B004F9D65 /* SinkDocument.h */,
22422 51327D6011A33A2B004F9D65 /* SinkDocument.h in Headers */,
25266 51327D6111A33A2B004F9D65 /* SinkDocument.cpp in Sources */,