Searched defs:SyncBackendHost (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h54 // 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 { class in namespace:browser_sync
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, t
[all...]
H A Dsync_backend_host.cc60 SyncBackendHost::SyncBackendHost(Profile* profile) function in class:browser_sync::SyncBackendHost
72 SyncBackendHost::SyncBackendHost() function in class:browser_sync::SyncBackendHost
81 SyncBackendHost::~SyncBackendHost() {
86 void SyncBackendHost::Initialize(
153 void SyncBackendHost::PersistEncryptionBootstrapToken(
161 std::string SyncBackendHost::RestoreEncryptionBootstrapToken() {
167 bool SyncBackendHost
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host.h57 // 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 class in namespace:browser_sync
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, t
[all...]
H A Dsync_backend_host.cc78 // 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
292 SyncBackendHost::SyncBackendHost( function in class:browser_sync::SyncBackendHost
311 SyncBackendHost::SyncBackendHost(Profile* profile) function in class:browser_sync::SyncBackendHost
[all...]

Completed in 160 milliseconds