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

  /external/chromium_org/remoting/base/
compound_buffer.cc 195 CompoundBufferInputStream::CompoundBufferInputStream(
205 CompoundBufferInputStream::~CompoundBufferInputStream() {
208 bool CompoundBufferInputStream::Next(const void** data, int* size) {
235 void CompoundBufferInputStream::BackUp(int count) {
250 bool CompoundBufferInputStream::Skip(int count) {
273 int64 CompoundBufferInputStream::ByteCount() const {
compound_buffer.h 11 // CompoundBufferInputStream implements ZeroCopyInputStream interface
82 friend class CompoundBufferInputStream;
101 class CompoundBufferInputStream
105 explicit CompoundBufferInputStream(const CompoundBuffer* buffer);
106 virtual ~CompoundBufferInputStream();

Completed in 1616 milliseconds