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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.cc 9 SyncBackendHost::SyncBackendHost() {}
11 SyncBackendHost::~SyncBackendHost() {}
sync_backend_host.h 46 class SyncBackendHost : public BackendDataTypeConfigurer {
51 SyncBackendHost();
52 virtual ~SyncBackendHost();
197 DISALLOW_COPY_AND_ASSIGN(SyncBackendHost);
  /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...]

Completed in 523 milliseconds