Home
last modified time | relevance | path

Searched refs:cache_key_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
Dcloud_external_data_store.cc34 : cache_key_(cache_key), in CloudExternalDataStore()
51 cache_->PurgeOtherSubkeys(cache_key_, subkeys_to_keep); in Prune()
58 return cache_->Store(cache_key_, GetSubkey(policy, hash), data); in Store()
67 if (cache_->Load(cache_key_, subkey, data)) { in Load()
72 cache_->Delete(cache_key_, subkey); in Load()
Dcloud_external_data_store.h58 std::string cache_key_;
/external/chromium/net/http/
Dhttp_cache_transaction.h65 const std::string& key() const { return cache_key_; } in key()
345 std::string cache_key_; variable
Dhttp_cache_transaction.cc587 cache_key_ = cache_->GenerateCacheKey(request_); in DoGetBackendComplete()
753 return cache_->OpenEntry(cache_key_, &new_entry_, this); in DoOpenEntry()
796 return cache_->CreateEntry(cache_key_, &new_entry_, this); in DoCreateEntry()
831 return cache_->DoomEntry(cache_key_, this); in DoDoomEntry()
999 int ret = cache_->DoomEntry(cache_key_, NULL); in DoUpdateCachedResponse()
1941 int rv = cache_->DoomEntry(cache_key_, NULL); in DoomPartialEntry()
/external/chromium_org/net/http/
Dhttp_cache_transaction.h69 const std::string& key() const { return cache_key_; } in key()
403 std::string cache_key_; variable
Dhttp_cache_transaction.cc806 cache_key_ = cache_->GenerateCacheKey(request_); in DoGetBackendComplete()
982 int ret = cache_->DoomEntry(cache_key_, NULL); in DoSuccessfulSendRequest()
1057 return cache_->OpenEntry(cache_key_, &new_entry_, this); in DoOpenEntry()
1109 return cache_->CreateEntry(cache_key_, &new_entry_, this); in DoCreateEntry()
1151 return cache_->DoomEntry(cache_key_, this); in DoDoomEntry()
1261 int ret = cache_->DoomEntry(cache_key_, NULL); in DoUpdateCachedResponse()
2324 cache_->DoomActiveEntry(cache_key_); in OnCacheReadError()
2342 int rv = cache_->DoomEntry(cache_key_, NULL); in DoomPartialEntry()