Searched defs:GetTokenService (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_identity_provider.cc25 OAuth2TokenService* DeviceIdentityProvider::GetTokenService() { function in class:chromeos::DeviceIdentityProvider
/external/chromium_org/chrome/browser/signin/
H A Dprofile_identity_provider.cc35 OAuth2TokenService* ProfileIdentityProvider::GetTokenService() { function in class:ProfileIdentityProvider
/external/chromium_org/google_apis/gaia/
H A Dfake_identity_provider.cc34 OAuth2TokenService* FakeIdentityProvider::GetTokenService() { function in class:FakeIdentityProvider
H A Doauth2_token_service_request_unittest.cc159 virtual OAuth2TokenService* GetTokenService() OVERRIDE;
199 OAuth2TokenService* OAuth2TokenServiceRequestTest::Provider::GetTokenService() { function in class:__anon8359::OAuth2TokenServiceRequestTest::Provider
/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();
/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/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/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);

Completed in 234 milliseconds