Searched refs:token_service (Results 51 - 75 of 139) sorted by relevance

123456

/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.h46 ProfileOAuth2TokenService* token_service,
H A Dsignin_tracker.h73 SigninTracker(ProfileOAuth2TokenService* token_service,
H A Dmutable_profile_oauth2_token_service.cc46 RevokeServerRefreshToken(MutableProfileOAuth2TokenService* token_service,
62 MutableProfileOAuth2TokenService* token_service,
64 : token_service_(token_service),
84 ProfileOAuth2TokenService* token_service,
87 : token_service_(token_service),
61 RevokeServerRefreshToken( MutableProfileOAuth2TokenService* token_service, const std::string& refresh_token) argument
83 AccountInfo( ProfileOAuth2TokenService* token_service, const std::string& account_id, const std::string& refresh_token) argument
H A Daccount_tracker_service.cc30 AccountInfoFetcher(OAuth2TokenService* token_service,
64 OAuth2TokenService* token_service,
69 token_service_(token_service),
161 OAuth2TokenService* token_service,
164 DCHECK(token_service);
168 token_service_ = token_service;
63 AccountInfoFetcher( OAuth2TokenService* token_service, net::URLRequestContextGetter* request_context_getter, AccountTrackerService* service, const std::string& account_id) argument
160 Initialize( OAuth2TokenService* token_service, PrefService* pref_service, net::URLRequestContextGetter* request_context_getter) argument
H A Daccount_reconcilor.h41 AccountReconcilor(ProfileOAuth2TokenService* token_service,
60 ProfileOAuth2TokenService* token_service() { return token_service_; } function in class:AccountReconcilor
H A Daccount_tracker_service.h67 void Initialize(OAuth2TokenService* token_service,
H A Dmutable_profile_oauth2_token_service.h41 AccountInfo(ProfileOAuth2TokenService* token_service,
H A Dsignin_manager.h66 SigninManager(SigninClient* client, ProfileOAuth2TokenService* token_service);
/external/chromium_org/google_apis/gaia/
H A Dubertoken_fetcher.h45 UbertokenFetcher(OAuth2TokenService* token_service,
H A Doauth2_token_service_request.cc69 OAuth2TokenService* token_service();
138 OAuth2TokenService* OAuth2TokenServiceRequest::Core::token_service() { function in class:OAuth2TokenServiceRequest::Core
221 request_ = token_service()->StartRequest(account_id_, scopes_, this).Pass();
316 token_service()->InvalidateToken(account_id_, scopes_, access_token_);
H A Doauth2_token_service_request_unittest.cc155 OAuth2TokenService* token_service);
190 OAuth2TokenService* token_service)
191 : task_runner_(task_runner), token_service_(token_service) {
188 Provider( const scoped_refptr<base::SingleThreadTaskRunner>& task_runner, OAuth2TokenService* token_service) argument
H A Dmerge_session_helper.h105 MergeSessionHelper(OAuth2TokenService* token_service,
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.h22 const std::string& token_service,
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_mobile.cc53 ProfileOAuth2TokenService* token_service)
60 oauth2_token_service_(token_service),
46 UserPolicySigninService( Profile* profile, PrefService* local_state, DeviceManagementService* device_management_service, UserCloudPolicyManager* policy_manager, SigninManager* signin_manager, scoped_refptr<net::URLRequestContextGetter> system_request_context, ProfileOAuth2TokenService* token_service) argument
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_toggle_flow.cc149 ProfileOAuth2TokenService* token_service = local
154 token_service->StartRequest(signin_manager->GetAuthenticatedAccountId(),
/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller.cc39 const ProfileOAuth2TokenService* token_service,
47 token_service_(token_service),
37 StartupController( ProfileSyncServiceStartBehavior start_behavior, const ProfileOAuth2TokenService* token_service, const sync_driver::SyncPrefs* sync_prefs, const SupervisedUserSigninManagerWrapper* signin, base::Closure start_backend) argument
H A Dprofile_sync_components_factory_impl.h33 // |token_service| must outlive the ProfileSyncComponentsFactoryImpl.
41 OAuth2TokenService* token_service,
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.cc121 ProfileOAuth2TokenService* token_service =
125 access_token_request_ = token_service->StartRequest(
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.cc84 ProfileOAuth2TokenService* token_service = local
88 ubertoken_fetcher_.reset(new UbertokenFetcher(token_service,
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow.h61 OAuth2TokenService* token_service,
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.h45 ProfileOAuth2TokenService* token_service,
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h88 AccountInfo(ProfileOAuth2TokenService* token_service,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsupervised_user_import_handler.cc228 ProfileOAuth2TokenService* token_service = local
230 if (!token_service)
234 token_service->signin_error_controller();
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc102 ProfileOAuth2TokenService* token_service = GetTokenService(); local
104 if (token_service->RefreshTokenIsAvailable(primary_account_id)) {
117 token_service->LoadCredentials(primary_account_id);
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc86 ProfileOAuth2TokenService* token_service = local
90 token_request_ = token_service->StartRequest(
109 ProfileOAuth2TokenService* token_service = variable
113 token_service->InvalidateToken(

Completed in 7817 milliseconds

123456