HomeSort by relevance Sort by last modified time
    Searched refs:oauth2_token_service (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher.h 39 OAuth2TokenService* oauth2_token_service,
supervised_user_refresh_token_fetcher.cc 17 #include "google_apis/gaia/oauth2_token_service.h"
55 OAuth2TokenService* oauth2_token_service,
109 OAuth2TokenService* oauth2_token_service,
113 oauth2_token_service_(oauth2_token_service),
278 OAuth2TokenService* oauth2_token_service,
282 new SupervisedUserRefreshTokenFetcherImpl(oauth2_token_service,
permission_request_creator_apiary.h 11 #include "google_apis/gaia/oauth2_token_service.h"
31 OAuth2TokenService* oauth2_token_service,
permission_request_creator_apiary.cc 39 OAuth2TokenService* oauth2_token_service,
43 oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.h 15 #include "google_apis/gaia/oauth2_token_service.h"
42 ProfileOAuth2TokenService* oauth2_token_service);
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 107 ProfileOAuth2TokenService* oauth2_token_service,
113 oauth2_token_service,
127 ProfileOAuth2TokenService* oauth2_token_service = local
134 oauth2_token_service,
test_profile_sync_service.h 79 ProfileOAuth2TokenService* oauth2_token_service,
profile_sync_service_startup_unittest.cc 34 #include "google_apis/gaia/oauth2_token_service.h"
182 ProfileOAuth2TokenService* oauth2_token_service = local
189 oauth2_token_service,
profile_sync_service_unittest.cc 194 ProfileOAuth2TokenService* oauth2_token_service = local
201 oauth2_token_service,
profile_sync_service.h 43 #include "google_apis/gaia/oauth2_token_service.h"
271 ProfileOAuth2TokenService* oauth2_token_service,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
user_accounts_delegate_chromeos.cc 65 MutableProfileOAuth2TokenService* oauth2_token_service = local
68 oauth2_token_service->RevokeCredentials(account_id);
  /external/chromium_org/google_apis/drive/
auth_service.cc 33 AuthRequest(OAuth2TokenService* oauth2_token_service,
56 OAuth2TokenService* oauth2_token_service,
64 request_ = oauth2_token_service->
124 OAuth2TokenService* oauth2_token_service,
128 : oauth2_token_service_(oauth2_token_service),
133 DCHECK(oauth2_token_service);
auth_service.h 15 #include "google_apis/gaia/oauth2_token_service.h"
36 AuthService(OAuth2TokenService* oauth2_token_service,
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 5 #include "google_apis/gaia/oauth2_token_service.h"
112 // The given |oauth2_token_service| will be informed when fetching is done.
113 static Fetcher* CreateAndStart(OAuth2TokenService* oauth2_token_service,
149 Fetcher(OAuth2TokenService* oauth2_token_service,
192 OAuth2TokenService* oauth2_token_service,
200 oauth2_token_service,
212 OAuth2TokenService* oauth2_token_service,
219 : oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 497 ProfileOAuth2TokenService* oauth2_token_service = local
499 if (oauth2_token_service)
500 oauth2_token_service->AddObserver(this);
504 ProfileOAuth2TokenService* oauth2_token_service = local
506 if (oauth2_token_service)
507 oauth2_token_service->RemoveObserver(this);
724 MutableProfileOAuth2TokenService* oauth2_token_service = local
727 if (oauth2_token_service) {
728 oauth2_token_service->RevokeCredentials(account_id_to_remove_);
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 43 // |oauth2_token_service| is used for obtaining OAuth2 access tokens.
55 OAuth2TokenService* oauth2_token_service,
drive_api_service.cc 164 OAuth2TokenService* oauth2_token_service,
171 : oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/google_apis/
google_apis.target.darwin-arm.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-arm64.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-mips.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-x86.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-x86_64.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.linux-arm.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.linux-arm64.mk 58 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.linux-mips.mk 58 google_apis/gaia/oauth2_token_service.cc \

Completed in 424 milliseconds

1 2