Searched refs:GetTokenForService (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/net/gaia/ |
D | token_service_unittest.cc | 117 EXPECT_EQ(service_.GetTokenForService("nonexistent service"), std::string()); in TEST_F() 151 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token"); in TEST_F() 155 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token2"); in TEST_F() 159 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), ""); in TEST_F() 169 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token"); in TEST_F() 174 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kTalkService), "token2"); in TEST_F() 177 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token"); in TEST_F() 200 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), in TEST_F() 215 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token"); in TEST_F() 216 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kTalkService), "token2"); in TEST_F() [all …]
|
D | token_service.h | 131 const std::string& GetTokenForService(const char* const service) const;
|
D | token_service.cc | 146 const std::string& TokenService::GetTokenForService( in GetTokenForService() function in TokenService
|
/external/chromium/chrome/browser/policy/ |
D | user_policy_identity_strategy.cc | 188 *auth_token = profile_->GetTokenService()->GetTokenForService( in GetCredentials()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_webstore_private_api.cc | 88 token_service->GetTokenForService( in CreateLoginResult()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service.cc | 299 credentials.sync_token = service->GetTokenForService( in GetCredentials()
|