Searched defs:token_service (Results 1 - 25 of 106) sorted by last modified time

12345

/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
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/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...]
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/google_apis/gaia/
H A Daccount_tracker.cc259 OAuth2TokenService* token_service,
264 token_service_(token_service),
258 AccountIdFetcher( OAuth2TokenService* token_service, net::URLRequestContextGetter* request_context_getter, AccountTracker* tracker, const std::string& account_key) argument
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.cc154 OAuth2TokenService* token_service,
157 : token_service_(token_service),
153 MergeSessionHelper( OAuth2TokenService* token_service, net::URLRequestContextGetter* request_context, Observer* observer) argument
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 Doauth2_token_service.cc81 OAuth2TokenService* token_service) : token_service_(token_service) {
80 ScopedBacthChange( OAuth2TokenService* token_service) argument
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 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/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/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_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
/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/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
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.cc106 ProfileOAuth2TokenService* token_service,
108 : token_service_(token_service),
105 AboutSigninInternals( ProfileOAuth2TokenService* token_service, SigninManagerBase* signin_manager) argument
H A Daccount_reconcilor.cc57 AccountReconcilor::AccountReconcilor(ProfileOAuth2TokenService* token_service, argument
60 : 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
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_tracker_service_unittest.cc243 OAuth2TokenService* token_service() { function in class:AccountTrackerServiceTest
332 tracker.Initialize(token_service(),
454 tracker.Initialize(token_service(),
470 tracker.Initialize(token_service(),
496 tracker.Initialize(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

Completed in 220 milliseconds

12345