Searched refs:StartSyncingWithServer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host.h84 virtual void StartSyncingWithServer() = 0;
H A Dsync_backend_host_mock.cc38 void SyncBackendHostMock::StartSyncingWithServer() {} function in class:browser_sync::SyncBackendHostMock
H A Dsync_backend_host_mock.h44 virtual void StartSyncingWithServer() OVERRIDE;
H A Dsync_backend_host_impl.h96 virtual void StartSyncingWithServer() OVERRIDE;
H A Dsync_backend_host_impl.cc172 void SyncBackendHostImpl::StartSyncingWithServer() { function in class:browser_sync::SyncBackendHostImpl
173 SDVLOG(1) << "SyncBackendHostImpl::StartSyncingWithServer called.";
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc384 void ProfileSyncService::StartSyncingWithServer() { function in class:ProfileSyncService
386 backend_->StartSyncingWithServer();
1468 StartSyncingWithServer();
1563 // StartSyncingWithServer() if migration is now finished.
1566 StartSyncingWithServer();
1939 base::Bind(&ProfileSyncService::StartSyncingWithServer,
H A Dprofile_sync_service.h872 void StartSyncingWithServer();

Completed in 2806 milliseconds