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 64 class SyncBackendHostImpl
75 SyncBackendHostImpl(const std::string& name,
80 virtual ~SyncBackendHostImpl();
366 base::WeakPtrFactory<SyncBackendHostImpl> weak_ptr_factory_;
368 DISALLOW_COPY_AND_ASSIGN(SyncBackendHostImpl);
sync_backend_host_impl.cc 67 SyncBackendHostImpl::SyncBackendHostImpl(
90 SyncBackendHostImpl::~SyncBackendHostImpl() {
95 void SyncBackendHostImpl::Initialize(
160 void SyncBackendHostImpl::UpdateCredentials(
169 void SyncBackendHostImpl::StartSyncingWithServer() {
170 SDVLOG(1) << "SyncBackendHostImpl::StartSyncingWithServer called.";
180 void SyncBackendHostImpl::SetEncryptionPassphrase(const std::string& passphrase,
207 bool SyncBackendHostImpl::SetDecryptionPassphrase
    [all...]

Completed in 51 milliseconds