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

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 358 ASSERT(NULL != base_->doc_stream_);
360 base_->doc_stream_ = NULL;
376 http_stream_(NULL), doc_stream_(NULL) {
467 if (doc_stream_) {
468 doc_stream_->SignalEvent(doc_stream_, SE_OPEN | SE_READ, 0);
485 if (doc_stream_)
487 doc_stream_ = new DocumentStream(this);
488 return doc_stream_;
752 if ((HM_RECV == mode) && doc_stream_) {
    [all...]
httpbase.h 189 DocumentStream* doc_stream_; member in class:talk_base::HttpBase

Completed in 33 milliseconds