OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DocumentStream
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
httpbase.h
166
class
DocumentStream
;
167
friend class
DocumentStream
;
175
DocumentStream
* doc_stream_;
httpbase.cc
229
// HttpBase::
DocumentStream
242
class HttpBase::
DocumentStream
: public StreamInterface {
244
DocumentStream
(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
326
// Read I/O could have been stalled on the user of this
DocumentStream
,
475
doc_stream_ = new
DocumentStream
(this);
743
DocumentStream
* ds = doc_stream_;
Completed in 202 milliseconds