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

  /external/webrtc/webrtc/base/
httpbase.cc 346 ASSERT(NULL != base_->doc_stream_);
348 base_->doc_stream_ = NULL;
364 http_stream_(NULL), doc_stream_(NULL) {
455 if (doc_stream_) {
456 doc_stream_->SignalEvent(doc_stream_, SE_OPEN | SE_READ, 0);
473 if (doc_stream_)
475 doc_stream_ = new DocumentStream(this);
476 return doc_stream_;
741 if ((HM_RECV == mode) && doc_stream_) {
    [all...]
httpbase.h 175 DocumentStream* doc_stream_; member in class:rtc::HttpBase

Completed in 192 milliseconds