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

  /external/chromium_org/chrome/browser/sync/glue/
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_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...]

Completed in 585 milliseconds