Searched refs:SyncValueStoreCache (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc39 SyncValueStoreCache::SyncValueStoreCache( function in class:extensions::SyncValueStoreCache
51 base::Bind(&SyncValueStoreCache::InitOnFileThread,
56 SyncValueStoreCache::~SyncValueStoreCache() {
60 syncer::SyncableService* SyncValueStoreCache::GetSyncableService(
76 void SyncValueStoreCache::RunWithValueStoreForExtension(
86 void SyncValueStoreCache::DeleteStorageSoon(const std::string& extension_id) {
92 void SyncValueStoreCache::InitOnFileThread(
H A Dsync_value_store_cache.h31 class SyncValueStoreCache : public ValueStoreCache { class in namespace:extensions
33 SyncValueStoreCache(
37 virtual ~SyncValueStoreCache();
56 DISALLOW_COPY_AND_ASSIGN(SyncValueStoreCache);
H A Dsettings_sync_util.cc118 SyncValueStoreCache* sync_cache = static_cast<SyncValueStoreCache*>(
H A Dsettings_sync_unittest.cc242 SyncValueStoreCache* sync_cache = static_cast<SyncValueStoreCache*>(
/external/chromium_org/chrome/browser/extensions/api/
H A Dchrome_extensions_api_client.cc39 new SyncValueStoreCache(factory, observers, context->GetPath());

Completed in 93 milliseconds