OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsCacheActive
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
httpclient.h
111
void set_cache(DiskCache* cache) { ASSERT(!
IsCacheActive
()); cache_ = cache; }
182
bool
IsCacheActive
() const { return (cache_state_ > CS_READY); }
/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); }
Completed in 494 milliseconds