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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 113 void set_cache(DiskCache* cache) { ASSERT(!IsCacheActive()); cache_ = cache; }
187 bool IsCacheActive() const { return (cache_state_ > CS_READY); }
httpclient.cc 360 ASSERT(!IsCacheActive());
699 ASSERT(!IsCacheActive());
  /external/chromium_org/third_party/webrtc/base/
httpclient.h 96 void set_cache(DiskCache* cache) { ASSERT(!IsCacheActive()); cache_ = cache; }
170 bool IsCacheActive() const { return (cache_state_ > CS_READY); }
httpclient.cc 343 ASSERT(!IsCacheActive());
682 ASSERT(!IsCacheActive());

Completed in 144 milliseconds