HomeSort by relevance Sort by last modified time
    Searched defs:ByteStreamWriter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
byte_stream.h 24 // the sink have different interfaces to a byte stream, |ByteStreamWriter|
28 // The source adds bytes to the bytestream via |ByteStreamWriter::Write|
32 // |ByteStreamWriter::Close| to indicate that. Operation status at the source
63 // scoped_ptr<ByteStreamWriter> writer;
121 class CONTENT_EXPORT ByteStreamWriter {
127 virtual ~ByteStreamWriter() = 0;
147 // called on the task runner associated with the ByteStreamWriter.
154 // The callback will not be called after ByteStreamWriter destruction.
198 scoped_ptr<ByteStreamWriter>* input,
byte_stream.cc 46 class ByteStreamWriterImpl : public ByteStreamWriter {
58 // Overridden from ByteStreamWriter.
435 const int ByteStreamWriter::kFractionBufferBeforeSending = 3;
440 ByteStreamWriter::~ByteStreamWriter() { }
446 scoped_ptr<ByteStreamWriter>* input,

Completed in 43 milliseconds