Searched defs:appendBytes (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/dom/ | ||
D | DecodedDataDocumentParser.cpp | 40 void DecodedDataDocumentParser::appendBytes(DocumentWriter* writer , const char* data, int length, … in appendBytes() function in WebCore::DecodedDataDocumentParser |
/external/webkit/Source/WebCore/loader/ | ||
D | SinkDocument.cpp | 47 virtual void appendBytes(DocumentWriter*, const char*, int, bool) { } in appendBytes() function in WebCore::SinkDocumentParser |
/external/webkit/Source/WebCore/html/ | ||
D | PluginDocument.cpp | 106 void PluginDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) in appendBytes() function in WebCore::PluginDocumentParser |
D | MediaDocument.cpp | 106 void MediaDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) in appendBytes() function in WebCore::MediaDocumentParser |
D | ImageDocument.cpp | 127 void ImageDocumentParser::appendBytes(DocumentWriter*, const char*, int, bool) in appendBytes() function in WebCore::ImageDocumentParser |