OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DocumentStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
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_;
/external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc
249
// HttpBase::
DocumentStream
262
class HttpBase::
DocumentStream
: public StreamInterface {
264
DocumentStream
(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
342
// Read I/O could have been stalled on the user of this
DocumentStream
,
491
doc_stream_ = new
DocumentStream
(this);
758
DocumentStream
* ds = doc_stream_;
Completed in 213 milliseconds