Home
last modified time | relevance | path

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

/external/chromium_org/components/signin/core/browser/
Dsignin_account_id_helper.cc134 client_->GetPrefs()->ClearPref(prefs::kGoogleServicesUserAccountId); in GoogleSignedOut()
141 client_->GetPrefs()->GetString(prefs::kGoogleServicesUserAccountId); in OnRefreshTokenAvailable()
152 client_->GetPrefs()->SetString(prefs::kGoogleServicesUserAccountId, in OnPrimaryAccountIdFetched()
/external/chromium_org/components/signin/core/common/
Dsignin_pref_names.cc25 const char kGoogleServicesUserAccountId[] = "google.services.user_account_id"; variable
Dsignin_pref_names.h13 extern const char kGoogleServicesUserAccountId[];
/external/chromium_org/chrome/browser/signin/
Dsignin_manager_factory.cc70 prefs::kGoogleServicesUserAccountId, in RegisterProfilePrefs()
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_api.cc851 GetProfile()->GetPrefs()->GetString(prefs::kGoogleServicesUserAccountId); in Run()
Didentity_apitest.cc572 ->SetString(prefs::kGoogleServicesUserAccountId, "12345"); in IN_PROC_BROWSER_TEST_F()
591 profile()->GetPrefs()->SetString(prefs::kGoogleServicesUserAccountId, in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.cc451 prefs::kGoogleServicesUserAccountId, pref_service); in InitializeOnUIThread()