Home
last modified time | relevance | path

Searched refs:sync_notifier_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1537 sync_notifier::SyncNotifier* sync_notifier_; member in sync_api::SyncManager::SyncInternal
1716 sync_notifier_ = sync_notifier; in Init()
1717 sync_notifier_->AddObserver(this); in Init()
1836 if (!sync_notifier_) { in SendNotification()
1841 sync_notifier_->SendNotification(); in SendNotification()
1893 sync_notifier_->SetState(state); in SignIn()
1907 sync_notifier_->UpdateCredentials( in UpdateCredentials()
1923 sync_notifier_->UpdateEnabledTypes(enabled_types); in UpdateEnabledTypes()
2197 if (sync_notifier_) { in Shutdown()
2198 sync_notifier_->RemoveObserver(this); in Shutdown()
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.h506 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier_; variable
Dsync_backend_host.cc600 sync_notifier_.reset(sync_notifier_factory.CreateSyncNotifier( in CreateSyncNotifier()
735 sync_notifier_.get(), in DoInitialize()