Searched refs:LoadCredentials (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dprofile_oauth2_token_service.cc51 void ProfileOAuth2TokenService::LoadCredentials( function in class:ProfileOAuth2TokenService
H A Dprofile_oauth2_token_service.h60 virtual void LoadCredentials(const std::string& primary_account_id);
63 // and available through |LoadCredentials| after service is restarted.
H A Dmutable_profile_oauth2_token_service_unittest.cc143 // Force LoadCredentials.
144 oauth2_service_.LoadCredentials(main_account_id);
170 // Force LoadCredentials.
171 oauth2_service_.LoadCredentials(main_account_id);
238 oauth2_service_.LoadCredentials("account_id");
243 // LoadCredentials() guarantees that the account given to it as argument
256 oauth2_service_.LoadCredentials("account_id");
H A Dmutable_profile_oauth2_token_service.h28 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
H A Dmutable_profile_oauth2_token_service.cc170 void MutableProfileOAuth2TokenService::LoadCredentials( function in class:MutableProfileOAuth2TokenService
H A Dsignin_manager.cc87 token_service_->LoadCredentials(account_id);
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h43 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service.h66 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
H A Dfake_profile_oauth2_token_service.cc31 void FakeProfileOAuth2TokenService::LoadCredentials( function in class:FakeProfileOAuth2TokenService
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc117 token_service->LoadCredentials(primary_account_id);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_startup_unittest.cc299 token_service->LoadCredentials("test_user@gmail.com");
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc712 token_service->LoadCredentials(

Completed in 244 milliseconds