Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host.h84 virtual void StartSyncingWithServer() = 0;
Dsync_backend_host_mock.cc38 void SyncBackendHostMock::StartSyncingWithServer() {} in StartSyncingWithServer() function in browser_sync::SyncBackendHostMock
Dsync_backend_host_mock.h44 virtual void StartSyncingWithServer() OVERRIDE;
Dsync_backend_host_impl.h96 virtual void StartSyncingWithServer() OVERRIDE;
Dsync_backend_host_impl.cc172 void SyncBackendHostImpl::StartSyncingWithServer() { in StartSyncingWithServer() function in browser_sync::SyncBackendHostImpl
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc384 void ProfileSyncService::StartSyncingWithServer() { in StartSyncingWithServer() function in ProfileSyncService
386 backend_->StartSyncingWithServer(); in StartSyncingWithServer()
1468 StartSyncingWithServer(); in OnConfigureDone()
1566 StartSyncingWithServer(); in OnConfigureDone()
1939 base::Bind(&ProfileSyncService::StartSyncingWithServer, in ConfigureDataTypeManager()
Dprofile_sync_service.h872 void StartSyncingWithServer();