Home
last modified time | relevance | path

Searched refs:IssueAuthTokenForTest (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_startup_unittest.cc119 profile_.GetTokenService()->IssueAuthTokenForTest( in TEST_F()
137 profile_.GetTokenService()->IssueAuthTokenForTest( in TEST_F()
150 profile_.GetTokenService()->IssueAuthTokenForTest( in TEST_F()
160 profile_.GetTokenService()->IssueAuthTokenForTest( in TEST_F()
185 profile_.GetTokenService()->IssueAuthTokenForTest( in TEST_F()
262 profile_.GetTokenService()->IssueAuthTokenForTest( in TEST_F()
Dprofile_sync_service_unittest.cc93 profile_->GetTokenService()->IssueAuthTokenForTest( in StartSyncServiceAndSetInitialSyncEnded()
201 profile_->GetTokenService()->IssueAuthTokenForTest( in TEST_F()
322 profile_->GetTokenService()->IssueAuthTokenForTest( in TEST_F()
361 profile_->GetTokenService()->IssueAuthTokenForTest( in TEST_F()
Dprofile_sync_service_session_unittest.cc128 profile()->GetTokenService()->IssueAuthTokenForTest( in StartSyncService()
Dprofile_sync_service_typed_url_unittest.cc187 token_service_.IssueAuthTokenForTest( in StartSyncService()
Dprofile_sync_service_preference_unittest.cc96 profile_->GetTokenService()->IssueAuthTokenForTest( in StartSyncService()
Dprofile_sync_service_password_unittest.cc218 token_service_.IssueAuthTokenForTest( in StartSyncService()
Dprofile_sync_service_autofill_unittest.cc330 token_service_.IssueAuthTokenForTest( in StartSyncService()
/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_browsertest.cc94 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService, in RequestSignin()
143 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService, in RunLoginTestImpl()
/external/chromium/chrome/browser/net/gaia/
Dtoken_service.h134 void IssueAuthTokenForTest(const std::string& service,
Dtoken_service.cc183 void TokenService::IssueAuthTokenForTest(const std::string& service, in IssueAuthTokenForTest() function in TokenService