Searched refs:appendBytes (Results 1 - 12 of 12) sorted by path

/external/webkit/Source/WebCore/dom/
H A DDecodedDataDocumentParser.cpp40 void DecodedDataDocumentParser::appendBytes(DocumentWriter* writer , const char* data, int length, bool shouldFlush) function in class:WebCore::DecodedDataDocumentParser
H A DDecodedDataDocumentParser.h46 // appendBytes is used by DocumentWriter (the loader)
47 virtual void appendBytes(DocumentWriter*, const char* bytes, int length, bool flush);
H A DDocumentParser.h48 // appendBytes is used by DocumentWriter (the loader)
49 virtual void appendBytes(DocumentWriter*, const char* bytes, int length, bool flush) = 0;
/external/webkit/Source/WebCore/html/
H A DImageDocument.cpp93 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
127 void ImageDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) function in class:WebCore::ImageDocumentParser
H A DMediaDocument.cpp63 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
106 void MediaDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) function in class:WebCore::MediaDocumentParser
H A DPluginDocument.cpp61 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
106 void PluginDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) function in class:WebCore::PluginDocumentParser
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.cpp78 // FIXME: This should call DocumentParser::appendBytes instead of append
207 parser->appendBytes(this, str, len, flush);
H A DSinkDocument.cpp47 virtual void appendBytes(DocumentWriter*, const char*, int, bool) { } function in class:WebCore::SinkDocumentParser
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm1134 [m_data appendBytes:data length:length];
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLExtras.mm597 [data appendBytes:"\0" length:1];
824 [resultData appendBytes:"?" length:1];
835 [resultData appendBytes:escaped length:3];
840 [resultData appendBytes:b length:1];
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm148 [theHeaders appendBytes:"HTTP " length:5];
152 [theHeaders appendBytes:statusStr length:strlen(statusStr)];
153 [theHeaders appendBytes:" OK\n" length:4];
169 [theHeaders appendBytes:": " length:2];
171 [theHeaders appendBytes:"\n" length:1];
181 [theHeaders appendBytes:"\0" length:1];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.mm314 [theHeaders appendBytes:"HTTP " length:5];
318 [theHeaders appendBytes:statusStr length:strlen(statusStr)];
319 [theHeaders appendBytes:" OK\n" length:4];
335 [theHeaders appendBytes:": " length:2];
337 [theHeaders appendBytes:"\n" length:1];
543 [newDeliveryData appendBytes:(char *)[m_deliveryData.get() bytes] + totalBytesDelivered length:totalBytes - totalBytesDelivered];

Completed in 292 milliseconds