Home
last modified time | relevance | path

Searched refs:LoadCredentials (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/components/signin/ios/browser/
Dprofile_oauth2_token_service_ios_unittest.mm91 oauth2_service_.LoadCredentials("account_id");
113 oauth2_service_.LoadCredentials("account_id_1");
138 oauth2_service_.LoadCredentials("account_id_1");
160 oauth2_service_.LoadCredentials("account_id_1");
181 oauth2_service_.LoadCredentials("account_id_1");
Dprofile_oauth2_token_service_ios.h43 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
Dprofile_oauth2_token_service_ios.mm199 void ProfileOAuth2TokenServiceIOS::LoadCredentials( function
203 // LoadCredentials() is called iff the user is signed in to Chrome, so the
/external/chromium_org/components/signin/core/browser/
Dmutable_profile_oauth2_token_service_unittest.cc144 oauth2_service_.LoadCredentials(main_account_id); in TEST_F()
171 oauth2_service_.LoadCredentials(main_account_id); in TEST_F()
238 oauth2_service_.LoadCredentials("account_id"); in TEST_F()
256 oauth2_service_.LoadCredentials("account_id"); in TEST_F()
Dprofile_oauth2_token_service.cc51 void ProfileOAuth2TokenService::LoadCredentials( in LoadCredentials() function in ProfileOAuth2TokenService
Dprofile_oauth2_token_service.h60 virtual void LoadCredentials(const std::string& primary_account_id);
Dmutable_profile_oauth2_token_service.h28 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
Dsignin_manager.cc87 token_service_->LoadCredentials(account_id); in InitTokenService()
Dmutable_profile_oauth2_token_service.cc170 void MutableProfileOAuth2TokenService::LoadCredentials( in LoadCredentials() function in MutableProfileOAuth2TokenService
/external/chromium_org/chrome/browser/signin/
Dfake_profile_oauth2_token_service.h66 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
Dfake_profile_oauth2_token_service.cc31 void FakeProfileOAuth2TokenService::LoadCredentials( in LoadCredentials() function in FakeProfileOAuth2TokenService
/external/chromium_org/chrome/browser/chromeos/login/signin/
Doauth2_login_manager.cc117 token_service->LoadCredentials(primary_account_id); in RestoreSessionFromSavedTokens()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_startup_unittest.cc299 token_service->LoadCredentials("test_user@gmail.com"); in TEST_F()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.cc712 token_service->LoadCredentials( in SetActive()