Searched refs:GetTokenService (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_identity_provider.cc25 OAuth2TokenService* DeviceIdentityProvider::GetTokenService() { function in class:chromeos::DeviceIdentityProvider
H A Ddevice_identity_provider.h25 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
/external/chromium_org/google_apis/gaia/
H A Dfake_identity_provider.cc34 OAuth2TokenService* FakeIdentityProvider::GetTokenService() { function in class:FakeIdentityProvider
H A Dfake_identity_provider.h28 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
H A Didentity_provider.cc13 OAuth2TokenService* token_service = GetTokenService();
24 OAuth2TokenService* token_service = GetTokenService();
H A Didentity_provider.h60 virtual OAuth2TokenService* GetTokenService() = 0;
H A Doauth2_token_service_request.h51 virtual OAuth2TokenService* GetTokenService() = 0;
H A Daccount_tracker.cc21 identity_provider_->GetTokenService()->AddObserver(this);
31 identity_provider_->GetTokenService()->RemoveObserver(this);
114 identity_provider_->GetTokenService()->GetAccounts();
219 new AccountIdFetcher(identity_provider_->GetTokenService(),
H A Doauth2_token_service_request_unittest.cc159 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
199 OAuth2TokenService* OAuth2TokenServiceRequestTest::Provider::GetTokenService() { function in class:__anon8359::OAuth2TokenServiceRequestTest::Provider
H A Doauth2_token_service_request.cc140 return provider_->GetTokenService();
/external/chromium_org/chrome/browser/signin/
H A Dprofile_identity_provider.cc35 OAuth2TokenService* ProfileIdentityProvider::GetTokenService() { function in class:ProfileIdentityProvider
H A Dprofile_identity_provider.h28 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_unittest.cc133 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
228 FakeProfileOAuth2TokenService* GetTokenService() { function in class:policy::__anon4410::UserPolicySigninServiceTest
235 if (!GetTokenService()->GetPendingRequests().empty())
243 GetTokenService()->IssueTokenForAllPendingRequests("access_token",
420 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
439 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
448 GetTokenService()->IssueErrorForAllPendingRequests(error);
465 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
489 GetTokenService()->IssueRefreshTokenForUser(kTestUser,
508 GetTokenService()
[all...]
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.cc216 DCHECK(GetTokenService());
223 GetTokenService()->StartRequest(account_iter->first, scopes, this);
254 OAuth2TokenService* GCMAccountTracker::GetTokenService() { function in class:gcm::GCMAccountTracker
256 return account_tracker_->identity_provider()->GetTokenService();
H A Dgcm_account_tracker.h111 OAuth2TokenService* GetTokenService();
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc44 GetTokenService()->AddObserver(this);
102 ProfileOAuth2TokenService* token_service = GetTokenService();
156 ProfileOAuth2TokenService* OAuth2LoginManager::GetTokenService() { function in class:chromeos::OAuth2LoginManager
201 GetTokenService()->UpdateCredentials(canonicalized, refresh_token_);
282 GetTokenService()->RemoveObserver(this);
H A Doauth2_login_manager.h176 ProfileOAuth2TokenService* GetTokenService();
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc125 if (!identity_provider->GetTokenService()->RefreshTokenIsAvailable(
154 identity_provider->GetTokenService()->StartRequest(
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.cc208 access_token_request_ = identity_provider_->GetTokenService()->StartRequest(
249 identity_provider_->GetTokenService()->InvalidateToken(
H A Dticl_invalidation_service.cc195 OAuth2TokenService* token_service = identity_provider_->GetTokenService();
317 OAuth2TokenService* token_service = identity_provider_->GetTokenService();
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc106 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
129 OAuth2TokenService* TokenServiceProvider::GetTokenService() { function in class:syncer::__anon10764::TokenServiceProvider
H A Dattachment_uploader_impl_unittest.cc142 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
165 OAuth2TokenService* TokenServiceProvider::GetTokenService() { function in class:syncer::TokenServiceProvider
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc580 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
603 OAuth2TokenService* TokenServiceProvider::GetTokenService() { function in class:TokenServiceProvider
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc775 identity_provider_->GetTokenService()->StartRequest(
899 identity_provider_->GetTokenService()->InvalidateToken(

Completed in 6906 milliseconds