OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_key_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.cc
34
:
cache_key_
(cache_key),
51
cache_->PurgeOtherSubkeys(
cache_key_
, subkeys_to_keep);
58
return cache_->Store(
cache_key_
, GetSubkey(policy, hash), data);
67
if (cache_->Load(
cache_key_
, subkey, data)) {
72
cache_->Delete(
cache_key_
, subkey);
cloud_external_data_store.h
58
std::string
cache_key_
;
member in class:policy::CloudExternalDataStore
/external/chromium_org/net/http/
http_cache_transaction.h
67
const std::string& key() const { return
cache_key_
; }
402
std::string
cache_key_
;
member in class:net::HttpCache::Transaction
http_cache_transaction.cc
834
cache_key_
= cache_->GenerateCacheKey(request_);
1025
int ret = cache_->DoomEntry(
cache_key_
, NULL);
[
all
...]
Completed in 200 milliseconds