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

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 54 // SyncFrontend is the interface used by SyncBackendHost to communicate with
57 // NOTE: All methods will be invoked by a SyncBackendHost on the same thread
58 // used to create that SyncBackendHost.
71 // credentials to be provided. See SyncBackendHost::Authenticate for details.
114 class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
121 // Create a SyncBackendHost with a reference to the |frontend| that it serves
124 explicit SyncBackendHost(Profile* profile);
127 SyncBackendHost();
128 virtual ~SyncBackendHost();
259 // The real guts of SyncBackendHost, to keep the public client API clean
    [all...]
sync_backend_host.cc 60 SyncBackendHost::SyncBackendHost(Profile* profile)
72 SyncBackendHost::SyncBackendHost()
81 SyncBackendHost::~SyncBackendHost() {
86 void SyncBackendHost::Initialize(
153 void SyncBackendHost::PersistEncryptionBootstrapToken(
161 std::string SyncBackendHost::RestoreEncryptionBootstrapToken() {
167 bool SyncBackendHost::IsNigoriEnabled() const
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 57 // SyncFrontend is the interface used by SyncBackendHost to communicate with
60 // NOTE: All methods will be invoked by a SyncBackendHost on the same thread
61 // used to create that SyncBackendHost.
151 class SyncBackendHost
158 // Create a SyncBackendHost with a reference to the |frontend| that
162 SyncBackendHost(
169 explicit SyncBackendHost(Profile* profile);
170 virtual ~SyncBackendHost();
314 // SyncBackendHost.
405 // The real guts of SyncBackendHost, to keep the public client API clean
    [all...]
sync_backend_host.cc 78 // SyncBackendHost::Core::DoConfigureSyncer.
97 class SyncBackendHost::Core
98 : public base::RefCountedThreadSafe<SyncBackendHost::Core>,
104 const base::WeakPtr<SyncBackendHost>& backend);
151 // SyncBackendHost. They are all called on the sync thread to
156 // SyncBackendHost::Initialize.
160 // SyncBackendHost::UpdateCredentials.
187 // Invokes SyncBackendHost::HandleControlTypesDownloadRetry.
240 friend class base::RefCountedThreadSafe<SyncBackendHost::Core>;
264 // Our parent SyncBackendHost
    [all...]

Completed in 191 milliseconds