Searched defs:SyncManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h107 class SyncManager;
602 // SyncManager encapsulates syncable::DirectoryManager and serves as the parent
603 // of all other objects in the sync API. SyncManager is thread-safe. If
605 // same sqlite database), they should share a single SyncManager instance. The
606 // caller should typically create one SyncManager for the lifetime of a user
608 class SyncManager { class in namespace:sync_api
610 // SyncInternal contains the implementation of SyncManager, while abstracting
653 // Status encapsulates detailed state about the internals of the SyncManager.
718 // from the SyncManager. Register an observer via SyncManager
[all...]
H A Dsyncapi.cc110 // We manage the lifetime of sync_api::SyncManager::SyncInternal ourselves.
111 DISABLE_RUNNABLE_METHOD_REFCOUNT(sync_api::SyncManager::SyncInternal);
1051 SyncManager::ChangeRecord::ChangeRecord()
1054 SyncManager::ChangeRecord::~ChangeRecord() {}
1056 DictionaryValue* SyncManager::ChangeRecord::ToValue(
1115 SyncManager::ExtraPasswordChangeRecordData::ExtraPasswordChangeRecordData() {}
1117 SyncManager::ExtraPasswordChangeRecordData::ExtraPasswordChangeRecordData(
1122 SyncManager::ExtraPasswordChangeRecordData::~ExtraPasswordChangeRecordData() {}
1124 DictionaryValue* SyncManager::ExtraPasswordChangeRecordData::ToValue() const {
1129 SyncManager
1585 SyncManager::SyncManager() { function in class:sync_api::SyncManager
[all...]

Completed in 68 milliseconds