Searched refs:oauth2_token_service (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/google_apis/drive/
H A Dauth_service.cc39 AuthRequest(OAuth2TokenService* oauth2_token_service,
62 OAuth2TokenService* oauth2_token_service,
70 request_ = oauth2_token_service->
120 OAuth2TokenService* oauth2_token_service,
124 : oauth2_token_service_(oauth2_token_service),
129 DCHECK(oauth2_token_service);
61 AuthRequest( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* url_request_context_getter, const AuthStatusCallback& callback, const std::vector<std::string>& scopes) argument
119 AuthService( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* url_request_context_getter, const std::vector<std::string>& scopes) argument
H A Dauth_service.h15 #include "google_apis/gaia/oauth2_token_service.h"
36 AuthService(OAuth2TokenService* oauth2_token_service,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.h39 OAuth2TokenService* oauth2_token_service,
H A Dsupervised_user_refresh_token_fetcher.cc17 #include "google_apis/gaia/oauth2_token_service.h"
59 OAuth2TokenService* oauth2_token_service,
115 OAuth2TokenService* oauth2_token_service,
120 oauth2_token_service_(oauth2_token_service),
291 OAuth2TokenService* oauth2_token_service,
296 new SupervisedUserRefreshTokenFetcherImpl(oauth2_token_service,
114 SupervisedUserRefreshTokenFetcherImpl( OAuth2TokenService* oauth2_token_service, const std::string& account_id, const std::string& device_id, URLRequestContextGetter* context) argument
290 Create( OAuth2TokenService* oauth2_token_service, const std::string& account_id, const std::string& device_id, URLRequestContextGetter* context) argument
H A Dpermission_request_creator_apiary.h13 #include "google_apis/gaia/oauth2_token_service.h"
34 OAuth2TokenService* oauth2_token_service,
H A Dpermission_request_creator_apiary.cc60 OAuth2TokenService* oauth2_token_service,
64 oauth2_token_service_(oauth2_token_service),
59 PermissionRequestCreatorApiary( OAuth2TokenService* oauth2_token_service, scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper, net::URLRequestContextGetter* context) argument
/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc110 ProfileOAuth2TokenService* oauth2_token_service,
117 oauth2_token_service,
131 ProfileOAuth2TokenService* oauth2_token_service = local
138 oauth2_token_service,
106 TestProfileSyncService( scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile, SigninManagerBase* signin, ProfileOAuth2TokenService* oauth2_token_service, browser_sync::ProfileSyncServiceStartBehavior behavior) argument
H A Dtest_profile_sync_service.h78 ProfileOAuth2TokenService* oauth2_token_service,
H A Dprofile_sync_service_startup_unittest.cc34 #include "google_apis/gaia/oauth2_token_service.h"
72 ProfileOAuth2TokenService* oauth2_token_service,
75 oauth2_token_service, start_behavior) {}
216 ProfileOAuth2TokenService* oauth2_token_service = local
225 oauth2_token_service,
68 TestProfileSyncServiceNoBackup( scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile, scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper, ProfileOAuth2TokenService* oauth2_token_service, browser_sync::ProfileSyncServiceStartBehavior start_behavior) argument
H A Dprofile_sync_service_unittest.cc216 ProfileOAuth2TokenService* oauth2_token_service = local
224 oauth2_token_service,
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_accounts_delegate_chromeos.cc67 MutableProfileOAuth2TokenService* oauth2_token_service = local
70 oauth2_token_service->RevokeCredentials(account_id);
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.h15 #include "google_apis/gaia/oauth2_token_service.h"
42 ProfileOAuth2TokenService* oauth2_token_service);
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_browsertest.cc36 OAuth2TokenService* oauth2_token_service,
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service.cc5 #include "google_apis/gaia/oauth2_token_service.h"
122 // The given |oauth2_token_service| will be informed when fetching is done.
123 static Fetcher* CreateAndStart(OAuth2TokenService* oauth2_token_service,
159 Fetcher(OAuth2TokenService* oauth2_token_service,
202 OAuth2TokenService* oauth2_token_service,
210 oauth2_token_service,
222 OAuth2TokenService* oauth2_token_service,
229 : oauth2_token_service_(oauth2_token_service),
201 CreateAndStart( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const OAuth2TokenService::ScopeSet& scopes, base::WeakPtr<RequestImpl> waiting_request) argument
221 Fetcher( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const OAuth2TokenService::ScopeSet& scopes, base::WeakPtr<RequestImpl> waiting_request) argument
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc547 ProfileOAuth2TokenService* oauth2_token_service = local
549 if (oauth2_token_service)
550 oauth2_token_service->AddObserver(this);
554 ProfileOAuth2TokenService* oauth2_token_service = local
556 if (oauth2_token_service)
557 oauth2_token_service->RemoveObserver(this);
811 MutableProfileOAuth2TokenService* oauth2_token_service = local
814 if (oauth2_token_service) {
815 oauth2_token_service->RevokeCredentials(account_id_to_remove_);
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.h43 // |oauth2_token_service| is used for obtaining OAuth2 access tokens.
55 OAuth2TokenService* oauth2_token_service,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine.h74 OAuth2TokenService* oauth2_token_service,
H A Dsync_engine.cc68 OAuth2TokenService* oauth2_token_service,
73 oauth2_token_service,
67 CreateDriveService( OAuth2TokenService* oauth2_token_service, net::URLRequestContextGetter* url_request_context_getter, base::SequencedTaskRunner* blocking_task_runner) argument
/external/chromium_org/google_apis/
H A Dgoogle_apis.target.darwin-arm64.mk42 google_apis/gaia/oauth2_token_service.cc \
H A Dgoogle_apis.target.darwin-mips.mk42 google_apis/gaia/oauth2_token_service.cc \
H A Dgoogle_apis.target.darwin-mips64.mk42 google_apis/gaia/oauth2_token_service.cc \
H A Dgoogle_apis.target.darwin-x86.mk42 google_apis/gaia/oauth2_token_service.cc \
H A Dgoogle_apis.target.darwin-x86_64.mk42 google_apis/gaia/oauth2_token_service.cc \
H A Dgoogle_apis.target.linux-arm64.mk42 google_apis/gaia/oauth2_token_service.cc \
H A Dgoogle_apis.target.linux-mips.mk42 google_apis/gaia/oauth2_token_service.cc \

Completed in 441 milliseconds

12