HomeSort by relevance Sort by last modified time
    Searched defs:SyncManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/internal_api/public/
sync_manager.cc 13 SyncManager::ChangeDelegate::~ChangeDelegate() {}
15 SyncManager::ChangeObserver::~ChangeObserver() {}
17 SyncManager::Observer::~Observer() {}
19 SyncManager::InitArgs::InitArgs()
26 SyncManager::InitArgs::~InitArgs() {}
28 SyncManager::SyncManager() {}
30 SyncManager::~SyncManager() {}
sync_manager.h 66 // Used by SyncManager::OnConnectionStatusChange().
89 // SyncManager encapsulates syncable::Directory and serves as the parent of all
92 // single SyncManager instance. The caller should typically create one
93 // SyncManager for the lifetime of a user session.
95 // Unless stated otherwise, all methods of SyncManager should be called on the
97 class SYNC_EXPORT SyncManager {
116 // The SyncManager constructs |changes| in the following guaranteed order:
185 // notifications from the SyncManager. Register an observer via
186 // SyncManager::AddObserver. All methods are called only on the
199 // Called when initialization is complete to the point that SyncManager ca
    [all...]

Completed in 200 milliseconds