Searched refs:GetStorage (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/browser/api/storage/
H A Dlocal_value_store_cache.h38 ValueStore* GetStorage(scoped_refptr<const Extension> extension);
H A Dlocal_value_store_cache.cc62 ValueStore* storage = GetStorage(extension);
82 ValueStore* LocalValueStoreCache::GetStorage( function in class:extensions::LocalValueStoreCache
H A Dsettings_test_util.h31 ValueStore* GetStorage(scoped_refptr<const Extension> extension,
36 ValueStore* GetStorage(scoped_refptr<const Extension> extension,
H A Dstorage_frontend_unittest.cc114 ValueStore* storage = util::GetStorage(extension, frontend_.get());
131 storage = util::GetStorage(extension, frontend_.get());
145 ValueStore* storage = util::GetStorage(extension, frontend_.get());
158 storage = util::GetStorage(extension, frontend_.get());
171 ValueStore* storage = util::GetStorage(extension, frontend_.get());
204 util::GetStorage(extension, settings::SYNC, frontend_.get());
206 util::GetStorage(extension, settings::LOCAL, frontend_.get());
238 // In other tests, we assume that the result of GetStorage is a pointer to the
H A Dsettings_test_util.cc19 // Intended as a StorageCallback from GetStorage.
24 ValueStore* GetStorage(scoped_refptr<const Extension> extension, function in namespace:extensions::settings_test_util
34 ValueStore* GetStorage(scoped_refptr<const Extension> extension, function in namespace:extensions::settings_test_util
36 return GetStorage(extension, settings_namespace::SYNC, frontend);
H A Dstorage_api_unittest.cc99 settings_test_util::GetStorage(extension_ref(),
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.h50 virtual ValueStore* GetStorage(const std::string& extension_id);
H A Dsync_value_store_cache.cc83 callback.Run(backend->GetStorage(extension->id()));
H A Dsync_storage_backend.cc53 ValueStore* SyncStorageBackend::GetStorage(const std::string& extension_id) { function in class:extensions::SyncStorageBackend
96 // TODO(kalman): always GetStorage here (rather than only clearing if it
H A Dsettings_sync_unittest.cc228 return util::GetStorage(extension, frontend_.get());

Completed in 225 milliseconds