Lines Matching refs:HM_NONE
363 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), in HttpBase()
368 ASSERT(HM_NONE == mode_); in ~HttpBase()
378 if ((mode_ != HM_NONE) || (http_stream_ != NULL) || (stream == NULL)) { in attach()
384 mode_ = (http_stream_->GetState() == SS_OPENING) ? HM_CONNECT : HM_NONE; in attach()
390 ASSERT(HM_NONE == mode_); in detach()
391 if (mode_ != HM_NONE) { in detach()
404 ASSERT(HM_NONE == mode_); in send()
405 if (mode_ != HM_NONE) { in send()
441 ASSERT(HM_NONE == mode_); in recv()
442 if (mode_ != HM_NONE) { in recv()
464 if (mode_ != HM_NONE) { in abort()
734 ASSERT(mode_ != HM_NONE); in do_complete()
736 mode_ = HM_NONE; in do_complete()
784 } else if (mode_ != HM_NONE) { in OnHttpStreamEvent()