Searched refs:TestingValueStore (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/value_store/
H A Dtesting_value_store_unittest.cc14 return new TestingValueStore();
20 TestingValueStore,
H A Dtesting_value_store.cc11 const char kGenericErrorMessage[] = "TestingValueStore configured to error";
15 TestingValueStore::TestingValueStore() function in class:TestingValueStore
18 TestingValueStore::~TestingValueStore() {}
20 size_t TestingValueStore::GetBytesInUse(const std::string& key) {
26 size_t TestingValueStore::GetBytesInUse(
33 size_t TestingValueStore::GetBytesInUse() {
39 ValueStore::ReadResult TestingValueStore::Get(const std::string& key) {
43 ValueStore::ReadResult TestingValueStore
[all...]
H A Dtesting_value_store.h13 class TestingValueStore : public ValueStore { class in inherits:ValueStore
15 TestingValueStore();
16 virtual ~TestingValueStore();
55 DISALLOW_COPY_AND_ASSIGN(TestingValueStore);
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_system.h11 class TestingValueStore;
64 TestingValueStore* value_store() { return value_store_; }
87 // A pointer to the TestingValueStore owned by |state_store_|.
88 TestingValueStore* value_store_;
H A Dtest_extension_system.cc88 // but we keep a naked pointer to the TestingValueStore.
89 scoped_ptr<TestingValueStore> value_store(new TestingValueStore());
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry_with_cache_unittest.cc226 TestingValueStore* store = env_.GetExtensionSystem()->value_store();
387 TestingValueStore* store = system->value_store();
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_unittest.cc186 // SettingsStorageFactory which always returns TestingValueStore objects,
190 TestingValueStore* GetExisting(const std::string& extension_id) {
198 TestingValueStore* new_storage = new TestingValueStore();
210 std::map<std::string, TestingValueStore*> created_;
715 // hand out TestingValueStore object then toggle them failing/succeeding
H A Dsettings_quota_unittest.cc31 delegate_(new TestingValueStore()) {
78 TestingValueStore* delegate_;

Completed in 99 milliseconds