Home | History | Annotate | Download | only in storage

Lines Matching defs:storage

5 #include "chrome/browser/extensions/api/storage/settings_backend.h"
9 #include "chrome/browser/extensions/api/storage/settings_sync_processor.h"
10 #include "chrome/browser/extensions/api/storage/settings_sync_util.h"
11 #include "chrome/browser/extensions/api/storage/syncable_settings_storage.h"
58 ValueStore* storage = storage_factory_->Create(base_path_, extension_id);
59 CHECK(storage);
62 // sync will only go ahead if each underlying storage operation succeeds.
63 storage = new SettingsStorageQuotaEnforcer(quota_, storage);
69 storage));
97 // exists) since the storage area may have been unloaded, but we still want
111 // Storage areas can be in-memory as well as on disk. |storage_objs_| will
204 // Start syncing all existing storage areas. Any storage areas created in
226 // Eagerly create and init the rest of the storage areas that have sync data.
251 // Create any storage areas that don't exist yet but have sync data.
255 SyncableSettingsStorage* storage =
257 syncer::SyncError error = storage->ProcessSyncChanges(it->second);
259 storage->StopSyncing();
273 // Some storage areas may have already stopped syncing if they had areas