Searched refs:cache_key_ (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | cloud_external_data_store.cc | 34 : 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()
|
D | cloud_external_data_store.h | 58 std::string cache_key_;
|
/external/chromium/net/http/ |
D | http_cache_transaction.h | 65 const std::string& key() const { return cache_key_; } in key() 345 std::string cache_key_; variable
|
D | http_cache_transaction.cc | 587 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/ |
D | http_cache_transaction.h | 69 const std::string& key() const { return cache_key_; } in key() 403 std::string cache_key_; variable
|
D | http_cache_transaction.cc | 806 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()
|