Searched refs:RestoreKey (Results 1 – 15 of 15) sorted by relevance
69 bool WeakUnlimitedSettingsStorage::RestoreKey(const std::string& key) { in RestoreKey() function in extensions::WeakUnlimitedSettingsStorage70 return delegate_->RestoreKey(key); in RestoreKey()
40 virtual bool RestoreKey(const std::string& key) OVERRIDE;
50 virtual bool RestoreKey(const std::string& key) OVERRIDE;
241 bool SettingsStorageQuotaEnforcer::RestoreKey(const std::string& key) { in RestoreKey() function in extensions::SettingsStorageQuotaEnforcer242 if (!delegate_->RestoreKey(key)) in RestoreKey()
112 if (error.key.get() && storage->RestoreKey(*error.key)) in HandleError()
177 bool PolicyValueStore::RestoreKey(const std::string& key) { in RestoreKey() function in extensions::PolicyValueStore178 return delegate_->RestoreKey(key); in RestoreKey()
60 virtual bool RestoreKey(const std::string& key) OVERRIDE;
53 virtual bool RestoreKey(const std::string& key) OVERRIDE;
136 bool SyncableSettingsStorage::RestoreKey(const std::string& key) { in RestoreKey() function in extensions::SyncableSettingsStorage144 return delegate_->RestoreKey(key); in RestoreKey()
49 virtual bool RestoreKey(const std::string& key) OVERRIDE;
218 virtual bool RestoreKey(const std::string& key) = 0;
131 bool TestingValueStore::RestoreKey(const std::string& key) { in RestoreKey() function in TestingValueStore
85 ASSERT_TRUE(store()->RestoreKey(kCorruptKey)); in TEST_F()
283 !RestoreKey(*result->error().key)) { in Restore()300 bool LeveldbValueStore::RestoreKey(const std::string& key) { in RestoreKey() function in LeveldbValueStore