Searched defs:token_service (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_identity_provider.cc12 chromeos::DeviceOAuth2TokenService* token_service)
13 : token_service_(token_service) {}
11 DeviceIdentityProvider( chromeos::DeviceOAuth2TokenService* token_service) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_token_forwarder_factory.cc41 ProfileOAuth2TokenService* token_service = local
45 if (!signin_manager || !token_service || !manager)
47 return new UserCloudPolicyTokenForwarder(manager, token_service,
H A Duser_cloud_policy_token_forwarder.cc19 ProfileOAuth2TokenService* token_service,
23 token_service_(token_service),
17 UserCloudPolicyTokenForwarder( UserCloudPolicyManagerChromeOS* manager, ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager) argument
/external/chromium_org/chrome/browser/signin/
H A Dfake_account_reconcilor.cc13 ProfileOAuth2TokenService* token_service,
16 AccountReconcilor(token_service, signin_manager, client) {}
12 FakeAccountReconcilor( ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager, SigninClient* client) argument
H A Dprofile_identity_provider.cc15 ProfileOAuth2TokenService* token_service,
18 token_service_(token_service),
13 ProfileIdentityProvider( SigninManagerBase* signin_manager, ProfileOAuth2TokenService* token_service, LoginUIService* login_ui_service) argument
/external/chromium_org/components/signin/core/browser/
H A Dsignin_tracker.cc12 SigninTracker::SigninTracker(ProfileOAuth2TokenService* token_service, argument
17 : token_service_(token_service),
H A Daccount_reconcilor.h41 AccountReconcilor(ProfileOAuth2TokenService* token_service,
60 ProfileOAuth2TokenService* token_service() { return token_service_; } function in class:AccountReconcilor
H A Daccount_service_flag_fetcher.cc13 ProfileOAuth2TokenService* token_service,
18 token_service_(token_service),
11 AccountServiceFlagFetcher( const std::string& account_id, ProfileOAuth2TokenService* token_service, net::URLRequestContextGetter* request_context, const ResultCallback& callback) argument
/external/chromium_org/google_apis/gaia/
H A Dfake_identity_provider.cc9 FakeIdentityProvider::FakeIdentityProvider(OAuth2TokenService* token_service) argument
10 : token_service_(token_service) {
H A Didentity_provider.cc13 OAuth2TokenService* token_service = GetTokenService(); local
14 if (!token_service || token_service_observers_.HasObserver(observer))
19 token_service->AddObserver(this);
24 OAuth2TokenService* token_service = GetTokenService(); local
25 if (!token_service || !token_service_observers_.HasObserver(observer))
30 token_service->RemoveObserver(this);
H A Dubertoken_fetcher.cc20 OAuth2TokenService* token_service,
24 token_service_(token_service),
29 DCHECK(token_service);
19 UbertokenFetcher( OAuth2TokenService* token_service, UbertokenConsumer* consumer, net::URLRequestContextGetter* request_context) argument
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dsaslcookiemechanism.h44 const std::string & token_service)
48 token_service_(token_service) {}
41 SaslCookieMechanism(const std::string & mechanism, const std::string & username, const std::string & cookie, const std::string & token_service) argument
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_service_bridge.cc78 ProfileOAuth2TokenService* token_service = local
81 token_service,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider_unittest.cc32 FakeProfileOAuth2TokenService* token_service = variable
35 token_service->IssueRefreshTokenForUser(kAccountId, "fake_refresh_token");
38 token_service, kAccountId, GaiaConstants::kChromeSyncOAuth2Scope));
H A Dprofile_sync_components_factory_impl_unittest.cc107 ProfileOAuth2TokenService* token_service = local
115 token_service,
119 token_service,
135 ProfileOAuth2TokenService* token_service = local
143 token_service,
147 token_service,
H A Dprofile_sync_service_android_unittest.cc43 ProfileOAuth2TokenService* token_service = variable
50 token_service,
56 token_service,
H A Dprofile_sync_service_factory.cc121 ProfileOAuth2TokenService* token_service = local
141 token_service,
145 token_service,
H A Dprofile_sync_auth_provider.cc72 ProfileOAuth2TokenService* token_service,
76 token_service_(token_service),
71 ProfileSyncAuthProvider( ProfileOAuth2TokenService* token_service, const std::string& account_id, const std::string& scope) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_accounts_delegate_chromeos.cc42 ProfileOAuth2TokenService* token_service = local
44 std::vector<std::string> accounts = token_service->GetAccounts();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dinline_login_handler_chromeos.cc44 ProfileOAuth2TokenService* token_service = variable
46 token_service->UpdateCredentials(account_id_, oauth2_tokens.refresh_token);
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow.cc32 OAuth2TokenService* token_service,
35 new GCDApiFlowImpl(request_context, token_service, account_id));
30 Create( net::URLRequestContextGetter* request_context, OAuth2TokenService* token_service, const std::string& account_id) argument
H A Dgcd_api_flow_impl.cc23 OAuth2TokenService* token_service,
27 token_service_(token_service),
22 GCDApiFlowImpl(net::URLRequestContextGetter* request_context, OAuth2TokenService* token_service, const std::string& account_id) argument
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_search_service.cc21 ProfileOAuth2TokenService* token_service,
25 token_service,
19 BookmarkServerSearchService( scoped_refptr<net::URLRequestContextGetter> request_context_getter, ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager, EnhancedBookmarkModel* enhanced_bookmark_model) argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc93 ProfileOAuth2TokenService* token_service = local
95 ubertoken_fetcher_.reset(new UbertokenFetcher(token_service,
/external/chromium_org/chrome/browser/invalidation/
H A Dgcm_invalidation_bridge_unittest.cc60 FakeProfileOAuth2TokenService* token_service = variable
63 token_service->IssueRefreshTokenForUser("", "fake_refresh_token");
66 identity_provider_.reset(new FakeIdentityProvider(token_service));

Completed in 5984 milliseconds

12345