/external/chromium_org/chrome/browser/policy/cloud/ |
D | user_policy_signin_service_unittest.cc | 133 GetTokenService()->IssueRefreshTokenForUser(kTestUser, in RegisterPolicyClientWithCallback() 228 FakeProfileOAuth2TokenService* GetTokenService() { in GetTokenService() function in policy::__anon09edb7ac0111::UserPolicySigninServiceTest 235 if (!GetTokenService()->GetPendingRequests().empty()) in IsRequestActive() 243 GetTokenService()->IssueTokenForAllPendingRequests("access_token", in MakeOAuthTokenFetchSucceed() 420 GetTokenService()->IssueRefreshTokenForUser(kTestUser, in TEST_F() 439 GetTokenService()->IssueRefreshTokenForUser(kTestUser, in TEST_F() 448 GetTokenService()->IssueErrorForAllPendingRequests(error); in TEST_F() 465 GetTokenService()->IssueRefreshTokenForUser(kTestUser, in TEST_F() 489 GetTokenService()->IssueRefreshTokenForUser(kTestUser, in TEST_F() 508 GetTokenService()->IssueRefreshTokenForUser(kTestUser, in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/chromeos/login/signin/ |
D | oauth2_login_manager.cc | 42 GetTokenService()->AddObserver(this); in OAuth2LoginManager() 99 ProfileOAuth2TokenService* token_service = GetTokenService(); in RestoreSessionFromSavedTokens() 153 ProfileOAuth2TokenService* OAuth2LoginManager::GetTokenService() { in GetTokenService() function in chromeos::OAuth2LoginManager 198 GetTokenService()->UpdateCredentials(canonicalized, refresh_token_); in OnGetUserEmailResponse() 273 GetTokenService()->RemoveObserver(this); in Shutdown()
|
D | oauth2_login_manager.h | 176 ProfileOAuth2TokenService* GetTokenService();
|
/external/chromium_org/google_apis/gaia/ |
D | identity_provider.cc | 13 OAuth2TokenService* token_service = GetTokenService(); in AddActiveAccountRefreshTokenObserver() 24 OAuth2TokenService* token_service = GetTokenService(); in RemoveActiveAccountRefreshTokenObserver()
|
D | account_tracker.cc | 20 identity_provider_->GetTokenService()->AddObserver(this); in AccountTracker() 30 identity_provider_->GetTokenService()->RemoveObserver(this); in Shutdown() 97 identity_provider_->GetTokenService()->GetAccounts(); in OnActiveAccountLogin() 201 new AccountIdFetcher(identity_provider_->GetTokenService(), in StartFetchingUserInfo()
|
D | fake_identity_provider.cc | 34 OAuth2TokenService* FakeIdentityProvider::GetTokenService() { in GetTokenService() function in FakeIdentityProvider
|
D | fake_identity_provider.h | 28 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
|
D | oauth2_token_service_request.h | 44 virtual OAuth2TokenService* GetTokenService() = 0;
|
D | identity_provider.h | 60 virtual OAuth2TokenService* GetTokenService() = 0;
|
D | oauth2_token_service_request_unittest.cc | 159 virtual OAuth2TokenService* GetTokenService() OVERRIDE; 197 OAuth2TokenService* OAuth2TokenServiceRequestTest::Provider::GetTokenService() { in GetTokenService() function in __anon8aec1ea60111::OAuth2TokenServiceRequestTest::Provider
|
D | oauth2_token_service_request.cc | 133 return provider_->GetTokenService(); in token_service()
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | device_identity_provider.cc | 25 OAuth2TokenService* DeviceIdentityProvider::GetTokenService() { in GetTokenService() function in chromeos::DeviceIdentityProvider
|
D | device_identity_provider.h | 25 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
|
/external/chromium_org/chrome/browser/signin/ |
D | profile_identity_provider.cc | 35 OAuth2TokenService* ProfileIdentityProvider::GetTokenService() { in GetTokenService() function in ProfileIdentityProvider
|
D | profile_identity_provider.h | 28 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
D | push_messaging_api.cc | 120 if (!identity_provider->GetTokenService()->RefreshTokenIsAvailable( in RunAsync() 149 identity_provider->GetTokenService()->StartRequest( in StartAccessTokenFetch()
|
/external/chromium_org/components/invalidation/ |
D | ticl_invalidation_service.cc | 195 OAuth2TokenService* token_service = identity_provider_->GetTokenService(); in RequestAccessToken() 317 OAuth2TokenService* token_service = identity_provider_->GetTokenService(); in IsReadyToStart()
|
D | gcm_invalidation_bridge.cc | 206 access_token_request_ = identity_provider_->GetTokenService()->StartRequest( in RequestToken() 247 identity_provider_->GetTokenService()->InvalidateToken( in InvalidateToken()
|
/external/chromium_org/sync/internal_api/attachments/ |
D | attachment_uploader_impl_unittest.cc | 142 virtual OAuth2TokenService* GetTokenService() OVERRIDE; 163 OAuth2TokenService* TokenServiceProvider::GetTokenService() { in GetTokenService() function in syncer::TokenServiceProvider
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_components_factory_impl.cc | 611 virtual OAuth2TokenService* GetTokenService() OVERRIDE; 632 OAuth2TokenService* TokenServiceProvider::GetTokenService() { in GetTokenService() function in TokenServiceProvider
|