/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/net/http/ |
http_cache_transaction.h | 65 const std::string& key() const { return cache_key_; } 345 std::string cache_key_; member in class:net::HttpCache::Transaction
|
http_cache_transaction.cc | 587 cache_key_ = cache_->GenerateCacheKey(request_); 753 return cache_->OpenEntry(cache_key_, &new_entry_, this); 796 return cache_->CreateEntry(cache_key_, &new_entry_, this); 831 return cache_->DoomEntry(cache_key_, this); 999 int ret = cache_->DoomEntry(cache_key_, NULL); [all...] |
/external/chromium_org/net/http/ |
http_cache_transaction.h | 69 const std::string& key() const { return cache_key_; } 403 std::string cache_key_; member in class:net::HttpCache::Transaction
|
http_cache_transaction.cc | 806 cache_key_ = cache_->GenerateCacheKey(request_); 982 int ret = cache_->DoomEntry(cache_key_, NULL); 1057 return cache_->OpenEntry(cache_key_, &new_entry_, this); [all...] |