Searched refs:token_service (Results 1 – 6 of 6) sorted by relevance
93 TokenService* token_service = profile->GetTokenService(); in RequestSignin() local94 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService, in RequestSignin()139 TokenService* token_service = browser()->profile()->GetTokenService(); in RunLoginTestImpl() local140 token_service->ResetCredentialsInMemory(); in RunLoginTestImpl()143 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService, in RunLoginTestImpl()
84 TokenService* token_service = profile->GetTokenService(); in CreateLoginResult() local86 token_service->HasTokenForService(GaiaConstants::kGaiaService)) { in CreateLoginResult()88 token_service->GetTokenForService( in CreateLoginResult()502 TokenService* token_service = profile->GetTokenService(); in RunImpl() local505 Source<TokenService>(token_service)); in RunImpl()508 Source<TokenService>(token_service)); in RunImpl()
287 TokenService* token_service = profile->GetTokenService(); in OnProfileCreated() local288 token_service->Initialize(GaiaConstants::kChromeOSSource, in OnProfileCreated()290 token_service->LoadTokensFromDB(); in OnProfileCreated()365 TokenService* token_service = profile->GetTokenService(); in FetchTokens() local366 token_service->UpdateCredentials(credentials); in FetchTokens()367 if (token_service->AreCredentialsValid()) { in FetchTokens()368 token_service->StartFetchingTokens(); in FetchTokens()
50 void set_token_service(const std::string & token_service) { in set_token_service() argument51 token_service_ = token_service; in set_token_service()61 const std::string & token_service() const { return token_service_; } in token_service() function
44 const std::string & token_service) in SaslCookieMechanism() argument48 token_service_(token_service) {} in SaslCookieMechanism()
1405 > const std::string & token_service)1409 > token_service_(token_service) {}1542 > void set_token_service(const std::string & token_service) {1543 > token_service_ = token_service;1546 > const std::string & token_service() const { return token_service_; }