HomeSort by relevance Sort by last modified time
    Searched refs:SyncBackendHostImpl (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 46 SyncBackendHostImpl::SyncBackendHostImpl(
68 SyncBackendHostImpl::~SyncBackendHostImpl() {
73 void SyncBackendHostImpl::Initialize(
138 void SyncBackendHostImpl::UpdateCredentials(
147 void SyncBackendHostImpl::StartSyncingWithServer() {
148 SDVLOG(1) << "SyncBackendHostImpl::StartSyncingWithServer called.";
158 void SyncBackendHostImpl::SetEncryptionPassphrase(const std::string& passphrase,
185 bool SyncBackendHostImpl::SetDecryptionPassphrase
    [all...]
sync_backend_host_core.cc 99 const base::WeakPtr<SyncBackendHostImpl>& backend)
122 &SyncBackendHostImpl::HandleSyncCycleCompletedOnFrontendLoop,
133 &SyncBackendHostImpl::HandleControlTypesDownloadRetry);
147 &SyncBackendHostImpl::HandleInitializationFailureOnFrontendLoop);
229 &SyncBackendHostImpl::HandleConnectionStatusChangeOnFrontendLoop, status);
240 &SyncBackendHostImpl::NotifyPassphraseRequired, reason, pending_keys);
249 &SyncBackendHostImpl::NotifyPassphraseAccepted);
259 &SyncBackendHostImpl::PersistEncryptionBootstrapToken,
270 &SyncBackendHostImpl::HandleStopSyncingPermanentlyOnFrontendLoop);
282 &SyncBackendHostImpl::NotifyEncryptedTypesChanged
    [all...]
sync_backend_host_impl.h 60 class SyncBackendHostImpl
71 SyncBackendHostImpl(
75 virtual ~SyncBackendHostImpl();
314 base::WeakPtrFactory<SyncBackendHostImpl> weak_ptr_factory_;
316 DISALLOW_COPY_AND_ASSIGN(SyncBackendHostImpl);
sync_backend_host_core.h 19 class SyncBackendHostImpl;
87 const base::WeakPtr<SyncBackendHostImpl>& backend);
248 syncer::WeakHandle<SyncBackendHostImpl> host_;
sync_backend_host_impl_unittest.cc 140 backend_.reset(new SyncBackendHostImpl(
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 32 : browser_sync::SyncBackendHostImpl(
58 SyncBackendHostImpl::InitCore(options.Pass());
test_profile_sync_service.h 37 class SyncBackendHostForProfileSyncTest : public SyncBackendHostImpl {
profile_sync_components_factory_impl.cc 338 return new browser_sync::SyncBackendHostImpl(name, profile, sync_prefs);

Completed in 188 milliseconds