Home
last modified time | relevance | path

Searched refs:SyncStorage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/notifier/
Dsync_system_resources.cc259 SyncStorage::SyncStorage(StateWriter* state_writer, in SyncStorage() function in syncer::SyncStorage
267 SyncStorage::~SyncStorage() {} in ~SyncStorage()
269 void SyncStorage::WriteKey(const std::string& key, const std::string& value, in WriteKey()
284 this, &SyncStorage::RunAndDeleteWriteKeyCallback, in WriteKey()
288 void SyncStorage::ReadKey(const std::string& key, in ReadKey()
294 void SyncStorage::DeleteKey(const std::string& key, in DeleteKey()
300 void SyncStorage::ReadAllKeys(invalidation::ReadAllKeysCallback* done) { in ReadAllKeys()
305 void SyncStorage::SetSystemResources( in SetSystemResources()
310 void SyncStorage::RunAndDeleteWriteKeyCallback( in RunAndDeleteWriteKeyCallback()
317 void SyncStorage::RunAndDeleteReadKeyCallback( in RunAndDeleteReadKeyCallback()
[all …]
Dsync_system_resources.h170 class SyncStorage : public invalidation::Storage {
172 SyncStorage(StateWriter* state_writer, invalidation::Scheduler* scheduler);
174 virtual ~SyncStorage();
225 virtual SyncStorage* storage() OVERRIDE; in NON_EXPORTED_BASE()
236 scoped_ptr<SyncStorage> storage_; in NON_EXPORTED_BASE()