Searched refs:token_service (Results 1 - 25 of 139) sorted by relevance

123456

/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
H A Ddevice_identity_provider.h19 chromeos::DeviceOAuth2TokenService* token_service);
/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 Dmerge_session_helper_unittest.cc51 OAuth2TokenService* token_service,
53 MergeSessionHelper(token_service, request_context, NULL) {
77 OAuth2TokenService* token_service() { return &token_service_; } function in class:__anon8351::MergeSessionHelperTest
142 InstrumentedMergeSessionHelper helper(token_service(), request_context());
153 InstrumentedMergeSessionHelper helper(token_service(), request_context());
164 InstrumentedMergeSessionHelper helper(token_service(), request_context());
175 InstrumentedMergeSessionHelper helper(token_service(), request_context());
189 InstrumentedMergeSessionHelper helper(token_service(), request_context());
203 InstrumentedMergeSessionHelper helper(token_service(), request_context());
217 InstrumentedMergeSessionHelper helper(token_service(), request_contex
50 InstrumentedMergeSessionHelper( OAuth2TokenService* token_service, net::URLRequestContextGetter* request_context) argument
[all...]
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
H A Dfake_identity_provider.h19 explicit FakeIdentityProvider(OAuth2TokenService* token_service);
/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 Dfake_account_reconcilor.h15 FakeAccountReconcilor(ProfileOAuth2TokenService* token_service,
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
H A Daccount_reconcilor_unittest.cc44 MockAccountReconcilor(ProfileOAuth2TokenService* token_service,
69 ProfileOAuth2TokenService* token_service,
72 : testing::StrictMock<AccountReconcilor>(token_service,
85 FakeProfileOAuth2TokenService* token_service() { return token_service_; } function in class:AccountReconcilorTest
179 ASSERT_EQ(token_service(), reconcilor->token_service());
235 token_service()->UpdateCredentials(kTestEmail, "refresh_token");
258 token_service()->UpdateCredentials(kTestEmail, "refresh_token");
275 token_service()->UpdateCredentials(kTestEmail, "refresh_token");
310 token_service()
68 MockAccountReconcilor( ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager, SigninClient* client) argument
[all...]
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.cc24 const std::string & token_service)
26 mechanism, username, cookie, token_service) {}
54 const std::string& token_service,
58 token_service_(token_service),
21 GaiaCookieMechanism(const std::string & mechanism, const std::string & username, const std::string & cookie, const std::string & token_service) argument
51 GaiaTokenPreXmppAuth( const std::string& username, const std::string& token, const std::string& token_service, const std::string& auth_mechanism) argument
/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller_unittest.cc68 controller_.reset(new StartupController(behavior, token_service(),
93 FakeProfileOAuth2TokenService* token_service() { function in class:browser_sync::StartupControllerTest
119 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
134 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
146 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
158 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
180 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
200 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
218 token_service()->IssueRefreshTokenForUser(kTestUser, kTestToken);
233 token_service()
[all...]
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_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,
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc101 TokenServiceProvider(OAuth2TokenService* token_service);
115 TokenServiceProvider::TokenServiceProvider(OAuth2TokenService* token_service) argument
117 token_service_(token_service) {
148 MockOAuth2TokenService* token_service() { return token_service_.get(); } function in class:syncer::AttachmentDownloaderImplTest
261 token_service()->RespondToAccessTokenRequest(
277 token_service()->RespondToAccessTokenRequest(
294 token_service()->RespondToAccessTokenRequest(
311 token_service()->RespondToAccessTokenRequest(
318 token_service()->RespondToAccessTokenRequest(
333 token_service()
[all...]
/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
/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/components/signin/core/browser/
H A Dsignin_tracker.cc12 SigninTracker::SigninTracker(ProfileOAuth2TokenService* token_service, argument
17 : token_service_(token_service),
H A Dsignin_account_id_helper.cc19 ProfileOAuth2TokenService* token_service,
52 ProfileOAuth2TokenService* token_service,
57 token_service_(token_service),
108 ProfileOAuth2TokenService* token_service,
111 token_service_(token_service),
50 GaiaIdFetcher( SigninClient* client, ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager, SigninAccountIdHelper* signin_account_id_helper) argument
106 SigninAccountIdHelper( SigninClient* client, ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager) 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/components/enhanced_bookmarks/
H A Dbookmark_server_service.cc20 ProfileOAuth2TokenService* token_service,
25 token_service_(token_service),
29 DCHECK(token_service);
18 BookmarkServerService( scoped_refptr<net::URLRequestContextGetter> request_context_getter, ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager, EnhancedBookmarkModel* enhanced_bookmark_model) argument

Completed in 432 milliseconds

123456