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

  /external/webrtc/webrtc/base/
httpclient.cc 273 uri_form_(URI_DEFAULT), cache_(NULL), cache_state_(CS_READY),
456 ASSERT(CS_READY == cache_state_);
521 ASSERT(CS_READY == cache_state_);
552 cache_state_ = CS_READY;
584 cache_state_ = CS_READING;
614 ASSERT(CS_READY == cache_state_);
631 cache_state_ = CS_VALIDATING;
636 ASSERT(CS_VALIDATING == cache_state_);
675 if (CS_VALIDATING == cache_state_) {
680 cache_state_ = CS_READY
    [all...]
httpclient.h 163 bool IsCacheActive() const { return (cache_state_ > CS_READY); }
177 CacheState cache_state_; member in class:rtc::HttpClient

Completed in 83 milliseconds