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

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

Completed in 236 milliseconds