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/managed_mode/
managed_user_refresh_token_fetcher.h 39 OAuth2TokenService* oauth2_token_service,
managed_user_refresh_token_fetcher.cc 17 #include "google_apis/gaia/oauth2_token_service.h"
54 ManagedUserRefreshTokenFetcherImpl(OAuth2TokenService* oauth2_token_service,
108 OAuth2TokenService* oauth2_token_service,
111 : oauth2_token_service_(oauth2_token_service),
273 ManagedUserRefreshTokenFetcher::Create(OAuth2TokenService* oauth2_token_service,
277 new ManagedUserRefreshTokenFetcherImpl(oauth2_token_service, account_id,
  /external/chromium_org/google_apis/drive/
auth_service.cc 33 AuthRequest(OAuth2TokenService* oauth2_token_service,
56 OAuth2TokenService* oauth2_token_service,
63 request_ = oauth2_token_service->
123 OAuth2TokenService* oauth2_token_service,
127 : oauth2_token_service_(oauth2_token_service),
132 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/sync/
test_profile_sync_service.cc 100 ProfileOAuth2TokenService* oauth2_token_service,
105 oauth2_token_service,
119 ProfileOAuth2TokenService* oauth2_token_service = local
126 oauth2_token_service,
test_profile_sync_service.h 77 ProfileOAuth2TokenService* oauth2_token_service,
profile_sync_service_unittest.cc 121 ProfileOAuth2TokenService* oauth2_token_service = local
128 oauth2_token_service,
profile_sync_service_password_unittest.cc 102 ProfileOAuth2TokenService* oauth2_token_service)
106 oauth2_token_service,
122 ProfileOAuth2TokenService* oauth2_token_service = local
127 factory, profile, signin, oauth2_token_service);
profile_sync_service_startup_unittest.cc 30 #include "google_apis/gaia/oauth2_token_service.h"
163 ProfileOAuth2TokenService* oauth2_token_service = local
171 oauth2_token_service,
profile_sync_service.h 41 #include "google_apis/gaia/oauth2_token_service.h"
266 ProfileOAuth2TokenService* oauth2_token_service,
    [all...]
profile_sync_service_session_unittest.cc 88 ProfileOAuth2TokenService* oauth2_token_service,
93 oauth2_token_service,
192 ProfileOAuth2TokenService* oauth2_token_service = local
200 oauth2_token_service,
    [all...]
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.cc 96 ProfileOAuth2TokenService* oauth2_token_service =
101 oauth2_token_service,
ticl_invalidation_service.h 17 #include "google_apis/gaia/oauth2_token_service.h"
42 ProfileOAuth2TokenService* oauth2_token_service,
ticl_invalidation_service.cc 59 ProfileOAuth2TokenService* oauth2_token_service,
63 oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.h 38 ProfileOAuth2TokenService* oauth2_token_service);
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 5 #include "google_apis/gaia/oauth2_token_service.h"
109 // The given |oauth2_token_service| will be informed when fetching is done.
110 static Fetcher* CreateAndStart(OAuth2TokenService* oauth2_token_service,
144 Fetcher(OAuth2TokenService* oauth2_token_service,
189 OAuth2TokenService* oauth2_token_service,
198 oauth2_token_service,
211 OAuth2TokenService* oauth2_token_service,
219 : oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.cc 360 ProfileOAuth2TokenService* oauth2_token_service = local
362 if (oauth2_token_service)
363 oauth2_token_service->AddObserver(this);
367 ProfileOAuth2TokenService* oauth2_token_service = local
369 if (oauth2_token_service)
370 oauth2_token_service->RemoveObserver(this);
559 ProfileOAuth2TokenService* oauth2_token_service = local
561 if (oauth2_token_service)
562 oauth2_token_service->RevokeCredentials(match->second);
  /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,
gdata_wapi_service.h 45 // |oauth2_token_service| is used for obtaining OAuth2 access tokens.
52 GDataWapiService(OAuth2TokenService* oauth2_token_service,
gdata_wapi_service.cc 129 OAuth2TokenService* oauth2_token_service,
135 : oauth2_token_service_(oauth2_token_service),
drive_api_service.cc 285 OAuth2TokenService* oauth2_token_service,
292 : oauth2_token_service_(oauth2_token_service),
  /external/chromium_org/google_apis/
google_apis.target.darwin-arm.mk 54 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-mips.mk 54 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.darwin-x86.mk 54 google_apis/gaia/oauth2_token_service.cc \
google_apis.target.linux-arm.mk 54 google_apis/gaia/oauth2_token_service.cc \

Completed in 201 milliseconds

1 2