Searched refs:DocumentWriter (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DDecodedDataDocumentParser.h43 // append is used by DocumentWriter::replaceDocument.
46 // appendBytes and flush are used by DocumentWriter (the loader).
47 virtual void appendBytes(DocumentWriter&, const char* bytes, size_t length) override;
48 virtual void flush(DocumentWriter&) override;
H A DDecodedDataDocumentParser.cpp29 #include "DocumentWriter.h"
40 void DecodedDataDocumentParser::appendBytes(DocumentWriter& writer, const char* data, size_t length)
53 void DecodedDataDocumentParser::flush(DocumentWriter& writer)
H A DRawDataDocumentParser.h47 virtual void flush(DocumentWriter& writer)
H A DDocumentParser.h33 class DocumentWriter;
49 // appendBytes and flush are used by DocumentWriter (the loader).
50 virtual void appendBytes(DocumentWriter&, const char* bytes, size_t length) = 0;
51 virtual void flush(DocumentWriter&) = 0;
53 // FIXME: append() should be private, but DocumentWriter::replaceDocument uses it for now.
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentWriter.cpp30 #include "DocumentWriter.h"
63 DocumentWriter::DocumentWriter(Frame* frame) function in class:WebCore::DocumentWriter
74 void DocumentWriter::replaceDocument(const String& source, Document* ownerDocument)
94 void DocumentWriter::clear()
102 void DocumentWriter::begin()
107 PassRefPtr<Document> DocumentWriter::createDocument(const URL& url)
120 void DocumentWriter::begin(const URL& urlReference, bool dispatch, Document* ownerDocument)
175 TextResourceDecoder* DocumentWriter::createDecoderIfNeeded()
205 void DocumentWriter
[all...]
H A DSinkDocument.cpp47 virtual void appendBytes(DocumentWriter&, const char*, size_t)
H A DDocumentWriter.h43 class DocumentWriter { class in namespace:WebCore
44 WTF_MAKE_NONCOPYABLE(DocumentWriter);
46 explicit DocumentWriter(Frame*);
H A DDocumentLoader.h36 #include "DocumentWriter.h"
98 DocumentWriter& writer() const { return m_writer; }
336 mutable DocumentWriter m_writer;
/macosx-10.10/WebCore-7600.1.25/pdf/ios/
H A DPDFDocument.cpp53 virtual void appendBytes(DocumentWriter&, const char*, size_t) override
/macosx-10.10/WebCore-7600.1.25/html/
H A DPluginDocument.cpp61 virtual void appendBytes(DocumentWriter&, const char*, size_t) override;
112 void PluginDocumentParser::appendBytes(DocumentWriter&, const char*, size_t)
H A DMediaDocument.cpp67 virtual void appendBytes(DocumentWriter&, const char*, size_t) override;
129 void MediaDocumentParser::appendBytes(DocumentWriter&, const char*, size_t)
H A DImageDocument.cpp89 virtual void appendBytes(DocumentWriter&, const char*, size_t) override;
182 void ImageDocumentParser::appendBytes(DocumentWriter&, const char*, size_t)

Completed in 104 milliseconds