HomeSort by relevance Sort by last modified time
    Searched refs:SyncValueStoreCache (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_value_store_cache.h 31 class SyncValueStoreCache : public ValueStoreCache {
33 SyncValueStoreCache(
37 virtual ~SyncValueStoreCache();
56 DISALLOW_COPY_AND_ASSIGN(SyncValueStoreCache);
sync_value_store_cache.cc 39 SyncValueStoreCache::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(
settings_sync_util.cc 118 SyncValueStoreCache* sync_cache = static_cast<SyncValueStoreCache*>(
settings_sync_unittest.cc 242 SyncValueStoreCache* sync_cache = static_cast<SyncValueStoreCache*>(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/
chrome_extensions_api_client.cc 39 new SyncValueStoreCache(factory, observers, context->GetPath());

Completed in 249 milliseconds