HomeSort by relevance Sort by last modified time
    Searched refs:appendBytes (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.h 46 // appendBytes is used by DocumentWriter (the loader)
47 virtual void appendBytes(DocumentWriter*, const char* bytes, int length, bool flush);
DecodedDataDocumentParser.cpp 40 void DecodedDataDocumentParser::appendBytes(DocumentWriter* writer , const char* data, int length, bool shouldFlush)
DocumentParser.h 48 // appendBytes is used by DocumentWriter (the loader)
49 virtual void appendBytes(DocumentWriter*, const char* bytes, int length, bool flush) = 0;
  /external/webkit/Source/WebCore/loader/
SinkDocument.cpp 47 virtual void appendBytes(DocumentWriter*, const char*, int, bool) { }
DocumentWriter.cpp 78 // FIXME: This should call DocumentParser::appendBytes instead of append
207 parser->appendBytes(this, str, len, flush);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 148 [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/
PluginDocument.cpp 61 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
106 void PluginDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool)
MediaDocument.cpp 63 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
106 void MediaDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool)
ImageDocument.cpp 93 virtual void appendBytes(DocumentWriter*, const char*, int, bool);
127 void ImageDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 314 [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];
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 459 appendBytes(this.pointer, xml, offset, length);
465 private native void appendBytes(long pointer, byte[] xml, int offset,
513 appendBytes(this.pointer, buffer, 0, length);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 597 [data appendBytes:"\0" length:1];
824 [resultData appendBytes:"?" length:1];
835 [resultData appendBytes:escaped length:3];
840 [resultData appendBytes:b length:1];
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 1010 * can be reinterpreted as a UTF-16 encoded byte[]. appendBytes, appendChars
    [all...]
  /external/zxing/core/
core.jar 

Completed in 850 milliseconds