Searched refs:kSyncLastSyncedTime (Results 1 – 9 of 9) sorted by relevance
55 prefs::kSyncLastSyncedTime, in RegisterProfilePrefs()150 pref_service_->ClearPref(prefs::kSyncLastSyncedTime); in ClearPreferences()199 pref_service_->GetInt64(prefs::kSyncLastSyncedTime)); in GetLastSyncedTime()204 pref_service_->SetInt64(prefs::kSyncLastSyncedTime, time.ToInternalValue()); in SetLastSyncedTime()
192 EXPECT_EQ(0, profile_->GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in TEST_F()240 EXPECT_EQ(0, profile_->GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in TEST_F()
474 profile_->GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in GetLastSyncedTimeForTest()
248 if (pref_service->FindPreference(prefs::kSyncLastSyncedTime)) in RegisterPreferences()250 pref_service->RegisterInt64Pref(prefs::kSyncLastSyncedTime, 0); in RegisterPreferences()285 pref_service->ClearPref(prefs::kSyncLastSyncedTime); in ClearPreferences()346 profile_->GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in StartUp()426 profile_->GetPrefs()->SetInt64(prefs::kSyncLastSyncedTime, in UpdateLastSyncedTime()
106 EXPECT_EQ(0, profile_.GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in TEST_F()
412 extern const char kSyncLastSyncedTime[];
1161 const char kSyncLastSyncedTime[] = "sync.last_synced_time"; variable
609 extern const char kSyncLastSyncedTime[];
1832 const char kSyncLastSyncedTime[] = "sync.last_synced_time"; variable