Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host_mock.h27 MOCK_METHOD0(StartSyncingWithServer, void());
Dsync_backend_host.h148 virtual void StartSyncingWithServer();
Dsync_backend_host.cc214 void SyncBackendHost::StartSyncingWithServer() { in StartSyncingWithServer() function in browser_sync::SyncBackendHost
/external/chromium/chrome/browser/sync/
Dprofile_sync_service.cc1184 backend_->StartSyncingWithServer(); in Observe()