HomeSort by relevance Sort by last modified time
    Searched refs:oauth2_token_service (Results 1 - 25 of 35) 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"
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,
permission_request_creator_apiary.h 13 #include "google_apis/gaia/oauth2_token_service.h"
34 OAuth2TokenService* oauth2_token_service,
permission_request_creator_apiary.cc 60 OAuth2TokenService* oauth2_token_service,
64 oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/google_apis/drive/
auth_service.cc 39 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);
auth_service.h 15 #include "google_apis/gaia/oauth2_token_service.h"
36 AuthService(OAuth2TokenService* 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 110 ProfileOAuth2TokenService* oauth2_token_service,
117 oauth2_token_service,
131 ProfileOAuth2TokenService* oauth2_token_service = local
138 oauth2_token_service,
test_profile_sync_service.h 78 ProfileOAuth2TokenService* oauth2_token_service,
profile_sync_service_startup_unittest.cc 34 #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,
profile_sync_service_unittest.cc 216 ProfileOAuth2TokenService* oauth2_token_service = local
224 oauth2_token_service,
  /external/chromium_org/chrome/browser/ui/ash/
user_accounts_delegate_chromeos.cc 67 MutableProfileOAuth2TokenService* oauth2_token_service = local
70 oauth2_token_service->RevokeCredentials(account_id);
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_browsertest.cc 36 OAuth2TokenService* oauth2_token_service,
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 5 #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),
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 547 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_);
    [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,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h 74 OAuth2TokenService* oauth2_token_service,
sync_engine.cc 68 OAuth2TokenService* oauth2_token_service,
73 oauth2_token_service,
  /external/chromium_org/google_apis/
google_apis.target.darwin-arm64.mk 42 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-mips.mk 42 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-mips64.mk 42 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-x86.mk 42 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-x86_64.mk 42 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.linux-arm64.mk 42 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.linux-mips.mk 42 google_apis/gaia/oauth2_token_service.cc \

Completed in 462 milliseconds

1 2