Searched defs:SyncBackendHost (Results 1 - 2 of 2) 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...]

Completed in 72 milliseconds