HomeSort by relevance Sort by last modified time
    Searched refs:RestoreKey (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/extensions/browser/api/storage/
weak_unlimited_settings_storage.cc 69 bool WeakUnlimitedSettingsStorage::RestoreKey(const std::string& key) {
70 return delegate_->RestoreKey(key);
settings_storage_quota_enforcer.h 50 virtual bool RestoreKey(const std::string& key) OVERRIDE;
weak_unlimited_settings_storage.h 40 virtual bool RestoreKey(const std::string& key) OVERRIDE;
settings_storage_quota_enforcer.cc 241 bool SettingsStorageQuotaEnforcer::RestoreKey(const std::string& key) {
242 if (!delegate_->RestoreKey(key))
storage_api.cc 112 if (error.key.get() && storage->RestoreKey(*error.key))
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store.h 60 virtual bool RestoreKey(const std::string& key) OVERRIDE;
policy_value_store.cc 177 bool PolicyValueStore::RestoreKey(const std::string& key) {
178 return delegate_->RestoreKey(key);
syncable_settings_storage.h 53 virtual bool RestoreKey(const std::string& key) OVERRIDE;
syncable_settings_storage.cc 136 bool SyncableSettingsStorage::RestoreKey(const std::string& key) {
144 return delegate_->RestoreKey(key);
  /external/chromium_org/extensions/browser/value_store/
testing_value_store.h 49 virtual bool RestoreKey(const std::string& key) OVERRIDE;
leveldb_value_store.h 49 virtual bool RestoreKey(const std::string& key) OVERRIDE;
testing_value_store.cc 131 bool TestingValueStore::RestoreKey(const std::string& key) {
value_store.h 207 // Note: This method (and the following RestoreKey()) are rude, and do not
218 virtual bool RestoreKey(const std::string& key) = 0;
leveldb_value_store_unittest.cc 85 ASSERT_TRUE(store()->RestoreKey(kCorruptKey));
leveldb_value_store.cc 283 !RestoreKey(*result->error().key)) {
300 bool LeveldbValueStore::RestoreKey(const std::string& key) {

Completed in 126 milliseconds