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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 98 SyncBackendHostCore::SyncBackendHostCore(
115 SyncBackendHostCore::~SyncBackendHostCore() {
119 void SyncBackendHostCore::OnSyncCycleCompleted(
131 void SyncBackendHostCore::DoRefreshTypes(syncer::ModelTypeSet types) {
136 void SyncBackendHostCore::OnControlTypesDownloadRetry() {
141 void SyncBackendHostCore::OnInitializationComplete(
165 base::Bind(&SyncBackendHostCore::StartSavingChanges,
221 base::Bind(&SyncBackendHostCore::DoInitialProcessControlTypes
    [all...]
sync_backend_host_core.h 80 class SyncBackendHostCore
81 : public base::RefCountedThreadSafe<SyncBackendHostCore>,
86 SyncBackendHostCore(const std::string& name,
254 friend class base::RefCountedThreadSafe<SyncBackendHostCore>;
257 virtual ~SyncBackendHostCore();
290 scoped_ptr<base::RepeatingTimer<SyncBackendHostCore> > save_changes_timer_;
311 // See comments in SyncBackendHostCore::ShutdownOnUIThread() for more details.
325 base::WeakPtrFactory<SyncBackendHostCore> weak_ptr_factory_;
327 DISALLOW_COPY_AND_ASSIGN(SyncBackendHostCore);

Completed in 72 milliseconds