Home
last modified time | relevance | path

Searched refs:GetTokenService (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsignin_manager.cc30 profile_->GetTokenService()->Initialize( in Initialize()
33 profile_->GetTokenService()->LoadTokensFromDB(); in Initialize()
56 DCHECK(!profile_->GetTokenService()->AreCredentialsValid()); in StartSignIn()
99 profile_->GetTokenService()->ResetCredentialsInMemory(); in SignOut()
100 profile_->GetTokenService()->EraseTokensFromDB(); in SignOut()
125 profile_->GetTokenService()->UpdateCredentials(last_result_); in OnGetUserInfoSuccess()
126 DCHECK(profile_->GetTokenService()->AreCredentialsValid()); in OnGetUserInfoSuccess()
127 profile_->GetTokenService()->StartFetchingTokens(); in OnGetUserInfoSuccess()
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.cc121 if (profile()->GetTokenService() && in AreCredentialsAvailable()
122 profile()->GetTokenService()->HasTokenForService( in AreCredentialsAvailable()
177 Source<TokenService>(profile_->GetTokenService())); in RegisterAuthNotifications()
180 Source<TokenService>(profile_->GetTokenService())); in RegisterAuthNotifications()
298 TokenService* service = profile_->GetTokenService(); in GetCredentials()
Dprofile_sync_service_session_unittest.cc128 profile()->GetTokenService()->IssueAuthTokenForTest( in StartSyncService()
Dprofile_sync_service_typed_url_unittest.cc190 EXPECT_CALL(profile_, GetTokenService()). in StartSyncService()
Dprofile_sync_service_preference_unittest.cc96 profile_->GetTokenService()->IssueAuthTokenForTest( in StartSyncService()
Dprofile_sync_service_password_unittest.cc221 EXPECT_CALL(profile_, GetTokenService()). in StartSyncService()
Dprofile_sync_service_autofill_unittest.cc333 EXPECT_CALL(profile_, GetTokenService()). in StartSyncService()
/external/chromium/chrome/browser/policy/
Duser_policy_identity_strategy.cc141 Source<TokenService>(profile->GetTokenService())); in UserPolicyIdentityStrategy()
188 *auth_token = profile_->GetTokenService()->GetTokenForService( in GetCredentials()
214 profile_->GetTokenService()->HasTokenForService( in CheckAndTriggerFetch()
239 if (Source<TokenService>(source).ptr() == profile_->GetTokenService()) { in Observe()
/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_browsertest.cc93 TokenService* token_service = profile->GetTokenService(); in RequestSignin()
139 TokenService* token_service = browser()->profile()->GetTokenService(); in RunLoginTestImpl()
Dextension_webstore_private_api.cc84 TokenService* token_service = profile->GetTokenService(); in CreateLoginResult()
502 TokenService* token_service = profile->GetTokenService(); in RunImpl()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_utils.cc287 TokenService* token_service = profile->GetTokenService(); in OnProfileCreated()
365 TokenService* token_service = profile->GetTokenService(); in FetchTokens()
/external/chromium/chrome/browser/profiles/
Dprofile.h452 virtual TokenService* GetTokenService() = 0;
Dprofile_impl.h127 virtual TokenService* GetTokenService();
Dprofile.cc509 virtual TokenService* GetTokenService() { in GetTokenService() function in OffTheRecordProfileImpl
Dprofile_impl.cc1350 TokenService* ProfileImpl::GetTokenService() { in GetTokenService() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h219 virtual TokenService* GetTokenService() { NOTREACHED(); return NULL; } in GetTokenService() function