Home
last modified time | relevance | path

Searched refs:GetTokenForService (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/net/gaia/
Dtoken_service_unittest.cc117 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 …]
Dtoken_service.h131 const std::string& GetTokenForService(const char* const service) const;
Dtoken_service.cc146 const std::string& TokenService::GetTokenForService( in GetTokenForService() function in TokenService
/external/chromium/chrome/browser/policy/
Duser_policy_identity_strategy.cc188 *auth_token = profile_->GetTokenService()->GetTokenForService( in GetCredentials()
/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_api.cc88 token_service->GetTokenForService( in CreateLoginResult()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service.cc299 credentials.sync_token = service->GetTokenForService( in GetCredentials()