Searched refs:TestingValueStore (Results 1 – 8 of 8) sorted by relevance
15 TestingValueStore::TestingValueStore() in TestingValueStore() function in TestingValueStore18 TestingValueStore::~TestingValueStore() {} in ~TestingValueStore()20 size_t TestingValueStore::GetBytesInUse(const std::string& key) { in GetBytesInUse()26 size_t TestingValueStore::GetBytesInUse( in GetBytesInUse()33 size_t TestingValueStore::GetBytesInUse() { in GetBytesInUse()39 ValueStore::ReadResult TestingValueStore::Get(const std::string& key) { in Get()43 ValueStore::ReadResult TestingValueStore::Get( in Get()60 ValueStore::ReadResult TestingValueStore::Get() { in Get()67 ValueStore::WriteResult TestingValueStore::Set( in Set()74 ValueStore::WriteResult TestingValueStore::Set( in Set()[all …]
13 class TestingValueStore : public ValueStore {15 TestingValueStore();16 virtual ~TestingValueStore();59 DISALLOW_COPY_AND_ASSIGN(TestingValueStore);
14 return new TestingValueStore(); in Param()20 TestingValueStore,
13 class TestingValueStore; variable72 TestingValueStore* value_store() { return value_store_; } in value_store()103 TestingValueStore* value_store_;
97 scoped_ptr<TestingValueStore> value_store(new TestingValueStore()); in CreateExtensionService()
228 TestingValueStore* store = env_.GetExtensionSystem()->value_store(); in TEST_F()389 TestingValueStore* store = system->value_store(); in TEST_F()
30 delegate_(new TestingValueStore()) { in ExtensionSettingsQuotaTest()77 TestingValueStore* delegate_;
168 TestingValueStore* GetExisting(const std::string& extension_id) { in GetExisting()176 TestingValueStore* new_storage = new TestingValueStore(); in Create()194 std::map<std::string, TestingValueStore*> created_;