Home
last modified time | relevance | path

Searched refs:appendBytes (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
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/WebCore/html/
DPluginDocument.cpp61 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
106 void PluginDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) in appendBytes() function in WebCore::PluginDocumentParser
DMediaDocument.cpp63 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
106 void MediaDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) in appendBytes() function in WebCore::MediaDocumentParser
DImageDocument.cpp93 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
127 void ImageDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) in appendBytes() function in WebCore::ImageDocumentParser
/external/webkit/Source/WebCore/dom/
DDecodedDataDocumentParser.h47 virtual void appendBytes(DocumentWriter*, const char* bytes, int length, bool flush);
DDecodedDataDocumentParser.cpp40 void DecodedDataDocumentParser::appendBytes(DocumentWriter* writer , const char* data, int length, … in appendBytes() function in WebCore::DecodedDataDocumentParser
DDocumentParser.h49 virtual void appendBytes(DocumentWriter*, const char* bytes, int length, bool flush) = 0;
/external/webkit/Source/WebCore/loader/
DSinkDocument.cpp47 virtual void appendBytes(DocumentWriter*, const char*, int, bool) { } in appendBytes() function in WebCore::SinkDocumentParser
DDocumentWriter.cpp207 parser->appendBytes(this, str, len, flush); in addData()
/external/webkit/Source/WebKit/mac/Plugins/
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:tot…
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRReaderStream.m127 [myData appendBytes:(const void *)buf length:len];
/external/webkit/Source/WebKit/mac/Misc/
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/WebCore/platform/network/mac/
DResourceHandleMac.mm1134 [m_data appendBytes:data length:length];
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0643567 …(WebCore::PluginDocumentParser::appendBytes): Null check the widget's renderer, because it could be
64005 (WebCore::PluginDocumentParser::appendBytes):
69053 (WebCore::DecodedDataDocumentParser::appendBytes):
113254 data passed to them via appendBytes.
113276 (WebCore::ImageDocumentParser::appendBytes):
113278 (WebCore::MediaDocumentParser::appendBytes):
113280 (WebCore::PluginDocumentParser::appendBytes):
113283 (WebCore::SinkDocumentParser::appendBytes):
DChangeLog-2011-02-167790 (WebCore::PluginDocumentParser::appendBytes):
DChangeLog62685 (WebCore::ImageDocumentParser::appendBytes):