Searched refs:LoadCredentials (Results 1 – 14 of 14) sorted by relevance
91 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");
43 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
199 void ProfileOAuth2TokenServiceIOS::LoadCredentials( function203 // LoadCredentials() is called iff the user is signed in to Chrome, so the
144 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()
51 void ProfileOAuth2TokenService::LoadCredentials( in LoadCredentials() function in ProfileOAuth2TokenService
60 virtual void LoadCredentials(const std::string& primary_account_id);
28 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
87 token_service_->LoadCredentials(account_id); in InitTokenService()
170 void MutableProfileOAuth2TokenService::LoadCredentials( in LoadCredentials() function in MutableProfileOAuth2TokenService
66 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
31 void FakeProfileOAuth2TokenService::LoadCredentials( in LoadCredentials() function in FakeProfileOAuth2TokenService
117 token_service->LoadCredentials(primary_account_id); in RestoreSessionFromSavedTokens()
299 token_service->LoadCredentials("test_user@gmail.com"); in TEST_F()
712 token_service->LoadCredentials( in SetActive()