/external/chromium/chrome/browser/sync/ |
D | signin_manager.cc | 30 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()
|
D | profile_sync_service_startup_unittest.cc | 119 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()
|
D | profile_sync_service_unittest.cc | 93 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()
|
D | profile_sync_service.cc | 121 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()
|
D | profile_sync_service_session_unittest.cc | 128 profile()->GetTokenService()->IssueAuthTokenForTest( in StartSyncService()
|
D | profile_sync_service_typed_url_unittest.cc | 190 EXPECT_CALL(profile_, GetTokenService()). in StartSyncService()
|
D | profile_sync_service_preference_unittest.cc | 96 profile_->GetTokenService()->IssueAuthTokenForTest( in StartSyncService()
|
D | profile_sync_service_password_unittest.cc | 221 EXPECT_CALL(profile_, GetTokenService()). in StartSyncService()
|
D | profile_sync_service_autofill_unittest.cc | 333 EXPECT_CALL(profile_, GetTokenService()). in StartSyncService()
|
/external/chromium/chrome/browser/policy/ |
D | user_policy_identity_strategy.cc | 141 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/ |
D | extension_webstore_private_browsertest.cc | 93 TokenService* token_service = profile->GetTokenService(); in RequestSignin() 139 TokenService* token_service = browser()->profile()->GetTokenService(); in RunLoginTestImpl()
|
D | extension_webstore_private_api.cc | 84 TokenService* token_service = profile->GetTokenService(); in CreateLoginResult() 502 TokenService* token_service = profile->GetTokenService(); in RunImpl()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_utils.cc | 287 TokenService* token_service = profile->GetTokenService(); in OnProfileCreated() 365 TokenService* token_service = profile->GetTokenService(); in FetchTokens()
|
/external/chromium/chrome/browser/profiles/ |
D | profile.h | 452 virtual TokenService* GetTokenService() = 0;
|
D | profile_impl.h | 127 virtual TokenService* GetTokenService();
|
D | profile.cc | 509 virtual TokenService* GetTokenService() { in GetTokenService() function in OffTheRecordProfileImpl
|
D | profile_impl.cc | 1350 TokenService* ProfileImpl::GetTokenService() { in GetTokenService() function in ProfileImpl
|
/external/chromium/android/autofill/ |
D | profile_android.h | 219 virtual TokenService* GetTokenService() { NOTREACHED(); return NULL; } in GetTokenService() function
|