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

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.h 180 class DocumentStream;
181 friend class DocumentStream;
189 DocumentStream* doc_stream_;
httpbase.cc 245 // HttpBase::DocumentStream
258 class HttpBase::DocumentStream : public StreamInterface {
260 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
338 // Read I/O could have been stalled on the user of this DocumentStream,
487 doc_stream_ = new DocumentStream(this);
754 DocumentStream* ds = doc_stream_;

Completed in 58 milliseconds