Searched refs:kSyncSuppressStart (Results 1 – 7 of 7) sorted by relevance
271 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)); in TEST_F()283 profile()->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)); in TEST_F()295 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)); in TEST_F()301 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)); in TEST_F()309 profile()->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)); in TEST_F()324 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)); in TEST_F()
51 prefs::kSyncSuppressStart, in RegisterProfilePrefs()182 return pref_service_->GetBoolean(prefs::kSyncSuppressStart); in IsStartSuppressed()187 pref_service_->SetBoolean(prefs::kSyncSuppressStart, is_suppressed); in SetStartSuppressed()
162 !profile_->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart) && in Initialize()252 pref_service->RegisterBooleanPref(prefs::kSyncSuppressStart, false); in RegisterPreferences()419 prefs->SetBoolean(prefs::kSyncSuppressStart, false); in SetSyncSetupCompleted()512 if (profile_->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)) { in OnBackendInitialized()563 profile_->GetPrefs()->SetBoolean(prefs::kSyncSuppressStart, true); in OnStopSyncingPermanently()835 prefs->SetBoolean(prefs::kSyncSuppressStart, false); in OnUserSubmittedAuth()1240 if (!profile_->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart)) in Observe()
425 extern const char kSyncSuppressStart[];
1190 const char kSyncSuppressStart[] = "sync.suppress_start"; variable
641 extern const char kSyncSuppressStart[];
1879 const char kSyncSuppressStart[] = "sync.suppress_start"; variable