HomeSort by relevance Sort by last modified time
    Searched refs:GetTokenForService (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 117 EXPECT_EQ(service_.GetTokenForService("nonexistent service"), std::string());
151 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token");
155 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token2");
159 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "");
169 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token");
174 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kTalkService), "token2");
177 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token");
200 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService),
215 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token");
216 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kTalkService), "token2")
    [all...]
token_service.h 23 // SetMyToken(token_service.GetTokenForService(servicename));
131 const std::string& GetTokenForService(const char* const service) const;
token_service.cc 146 const std::string& TokenService::GetTokenForService(
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 188 *auth_token = profile_->GetTokenService()->GetTokenForService(
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 88 token_service->GetTokenForService(
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 299 credentials.sync_token = service->GetTokenForService(
    [all...]

Completed in 658 milliseconds