Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpbase.h167 friend class DocumentStream; variable
Dhttpbase.cc242 class HttpBase::DocumentStream : public StreamInterface { class in rtc::HttpBase
244 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { } in DocumentStream() function in rtc::HttpBase::DocumentStream