Home
last modified time | relevance | path

Searched refs:set_notifications_enabled (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.h70 void set_notifications_enabled(bool enabled) { in set_notifications_enabled() function
/external/chromium/chrome/browser/sync/engine/
Ddownload_updates_command.cc75 get_updates->mutable_caller_info()->set_notifications_enabled( in ExecuteImpl()
Dsyncer_thread2_whitebox_unittest.cc30 context_->set_notifications_enabled(true); in SetUp()
Dsyncer_thread.h79 void set_notifications_enabled(bool notifications_enabled);
Dsyncer_thread2_unittest.cc64 context_->set_notifications_enabled(true); in SetUp()
78 context_->set_notifications_enabled(true); in SetUpWithTypes()
530 syncer_thread()->set_notifications_enabled(false); in TEST_F()
Dsyncer_thread.cc873 void SyncerThread::set_notifications_enabled(bool notifications_enabled) { in set_notifications_enabled() function in browser_sync::SyncerThread
874 session_context_->set_notifications_enabled(notifications_enabled); in set_notifications_enabled()
Dsyncapi.cc2700 syncer_thread()->set_notifications_enabled(notifications_enabled); in OnNotificationStateChange()