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

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 337 if (HM_RECV == base->mode_ && base->http_stream_) {
340 base->http_stream_->PostEvent(SE_READ, 0);
376 http_stream_(NULL), doc_stream_(NULL) {
385 return (http_stream_ != NULL) && (http_stream_->GetState() == SS_OPEN);
390 if ((mode_ != HM_NONE) || (http_stream_ != NULL) || (stream == NULL)) {
394 http_stream_ = stream;
395 http_stream_->SignalEvent.connect(this, &HttpBase::OnHttpStreamEvent);
396 mode_ = (http_stream_->GetState() == SS_OPENING) ? HM_CONNECT : HM_NONE;
406 StreamInterface* stream = http_stream_;
    [all...]
httpbase.h 121 StreamInterface* stream() { return http_stream_; }
188 StreamInterface* http_stream_; member in class:talk_base::HttpBase

Completed in 1237 milliseconds