Searched defs:DocumentStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc245 // HttpBase::DocumentStream
258 class HttpBase::DocumentStream : public StreamInterface { class in class:talk_base::HttpBase
260 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { } function in class:talk_base::HttpBase::DocumentStream
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 525 milliseconds