Searched refs:token_service (Results 26 - 50 of 139) sorted by relevance

123456

/external/chromium_org/chrome/browser/signin/
H A Dprofile_identity_provider.h21 ProfileOAuth2TokenService* token_service,
/external/chromium_org/components/signin/core/browser/
H A Dsignin_account_id_helper.h25 ProfileOAuth2TokenService* token_service,
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/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/sync/
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_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
H A Dprofile_sync_auth_provider.h26 ProfileSyncAuthProvider(ProfileOAuth2TokenService* token_service,
H A Dstartup_controller.h39 const ProfileOAuth2TokenService* token_service,
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client_registration_helper.cc41 OAuth2TokenService* token_service,
61 OAuth2TokenService* token_service,
68 DCHECK(token_service->RefreshTokenIsAvailable(account_id));
75 token_request_ = token_service->StartRequest(account_id, scopes, this);
171 OAuth2TokenService* token_service,
181 token_service,
60 FetchAccessToken( OAuth2TokenService* token_service, const std::string& account_id, const StringCallback& callback) argument
170 StartRegistration( OAuth2TokenService* token_service, const std::string& account_id, const base::Closure& callback) argument
H A Dcloud_policy_client_registration_helper.h47 OAuth2TokenService* token_service,
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl_unittest.cc137 TokenServiceProvider(OAuth2TokenService* token_service);
151 TokenServiceProvider::TokenServiceProvider(OAuth2TokenService* token_service) argument
153 token_service_(token_service) {
192 MockOAuth2TokenService& token_service();
323 MockOAuth2TokenService& AttachmentUploaderImplTest::token_service() { function in class:syncer::AttachmentUploaderImplTest
422 token_service().AddAccount(kAccountId);
457 token_service().AddAccount(kAccountId);
477 token_service().AddAccount(kAccountId);
522 token_service().AddAccount(kAccountId);
554 ASSERT_EQ(0, token_service()
[all...]
/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));
/external/chromium_org/chrome/browser/profiles/
H A Dprofiles_state.cc154 ProfileOAuth2TokenService* token_service = local
156 return token_service ? token_service->signin_error_controller() : NULL;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclientsettings.h58 void set_token_service(const std::string& token_service) { argument
59 token_service_ = token_service;
71 const std::string& token_service() const { return token_service_; } function in class:buzz::XmppUserSettings
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc195 OAuth2TokenService* token_service = identity_provider_->GetTokenService(); local
196 token_service->InvalidateToken(account_id, oauth2_scopes, access_token_);
199 token_service->StartRequest(account_id, oauth2_scopes, this);
317 OAuth2TokenService* token_service = identity_provider_->GetTokenService(); local
318 if (!token_service) {
325 if (!token_service->RefreshTokenIsAvailable(
/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/local_discovery/
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
H A Dgcd_api_flow_impl.h24 OAuth2TokenService* token_service,
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.cc33 ProfileOAuth2TokenService* token_service)
41 oauth2_token_service_(token_service) {
26 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
H A Duser_policy_signin_service_mobile.h41 ProfileOAuth2TokenService* token_service);
/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
H A Dbookmark_server_search_service.h25 ProfileOAuth2TokenService* token_service,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos_unittest.cc186 ProfileOAuth2TokenService* token_service = local
188 ASSERT_TRUE(token_service);
193 new UserCloudPolicyTokenForwarder(manager_.get(), token_service,
258 FakeProfileOAuth2TokenService* token_service = local
261 EXPECT_TRUE(token_service);
265 token_service->IssueTokenForScope(
544 FakeProfileOAuth2TokenService* token_service = local
547 ASSERT_TRUE(token_service);
552 EXPECT_FALSE(token_service->RefreshTokenIsAvailable(account_id));
553 token_service
[all...]
H A Duser_cloud_policy_token_forwarder.h34 ProfileOAuth2TokenService* token_service,
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc238 AndroidProfileOAuth2TokenService* token_service = local
243 token_service->ValidateAccounts(primary_acct, true);
251 ProfileOAuth2TokenService* token_service = local
254 token_service, profile_->GetRequestContext(), this));

Completed in 3225 milliseconds

123456