Lines Matching defs:notifications_enabled
1265 bool notifications_enabled);
2603 bool notifications_enabled = allstatus_.status().notifications_enabled;
2605 return_args.Append(Value::CreateBooleanValue(notifications_enabled));
2695 bool notifications_enabled) {
2697 << (notifications_enabled ? "true" : "false");
2698 allstatus_.SetNotificationsEnabled(notifications_enabled);
2700 syncer_thread()->set_notifications_enabled(notifications_enabled);
2704 args.Append(Value::CreateBooleanValue(notifications_enabled));
2829 bool notifications_enabled) {
2830 data_->OnNotificationStateChange(notifications_enabled);