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

1 2 3 4

  /external/chromium_org/components/signin/core/browser/
profile_oauth2_token_service.cc 14 ProfileOAuth2TokenService::ProfileOAuth2TokenService()
17 ProfileOAuth2TokenService::~ProfileOAuth2TokenService() {
19 "ProfileOAuth2TokenService::Initialize called but not "
20 "ProfileOAuth2TokenService::Shutdown";
23 void ProfileOAuth2TokenService::Initialize(SigninClient* client) {
31 void ProfileOAuth2TokenService::Shutdown() {
36 net::URLRequestContextGetter* ProfileOAuth2TokenService::GetRequestContext() {
40 void ProfileOAuth2TokenService::UpdateAuthError
    [all...]
signin_account_id_helper.h 14 class ProfileOAuth2TokenService;
25 ProfileOAuth2TokenService* token_service,
51 ProfileOAuth2TokenService* token_service_;
profile_oauth2_token_service.h 23 // ProfileOAuth2TokenService is a KeyedService that retrieves
37 class ProfileOAuth2TokenService : public OAuth2TokenService,
40 virtual ~ProfileOAuth2TokenService();
81 ProfileOAuth2TokenService();
84 // Note: These methods are overriden so that ProfileOAuth2TokenService is a
103 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenService);
signin_tracker.h 15 class ProfileOAuth2TokenService;
73 SigninTracker(ProfileOAuth2TokenService* token_service,
97 ProfileOAuth2TokenService* token_service_;
account_service_flag_fetcher.h 17 class ProfileOAuth2TokenService;
46 ProfileOAuth2TokenService* token_service,
77 ProfileOAuth2TokenService* token_service_;
signin_manager.h 43 class ProfileOAuth2TokenService;
66 SigninManager(SigninClient* client, ProfileOAuth2TokenService* token_service);
198 // The ProfileOAuth2TokenService instance associated with this object. Must
200 ProfileOAuth2TokenService* token_service_;
mutable_profile_oauth2_token_service.h 14 // A specialization of ProfileOAuth2TokenService that can can mutate its OAuth2
18 // the tokens are currently being migrated from ProfileOAuth2TokenService.
19 class MutableProfileOAuth2TokenService : public ProfileOAuth2TokenService,
22 // ProfileOAuth2TokenService overrides.
41 AccountInfo(ProfileOAuth2TokenService* token_service,
59 ProfileOAuth2TokenService* token_service_;
67 // Maps the |account_id| of accounts known to ProfileOAuth2TokenService
account_reconcilor.h 28 class ProfileOAuth2TokenService;
41 AccountReconcilor(ProfileOAuth2TokenService* token_service,
60 ProfileOAuth2TokenService* token_service() { return token_service_; }
162 // The ProfileOAuth2TokenService associated with this reconcilor.
163 ProfileOAuth2TokenService* token_service_;
signin_account_id_helper.cc 19 ProfileOAuth2TokenService* token_service,
40 ProfileOAuth2TokenService* token_service_;
52 ProfileOAuth2TokenService* token_service,
108 ProfileOAuth2TokenService* token_service,
  /external/chromium_org/chrome/browser/signin/
profile_identity_provider.h 13 class ProfileOAuth2TokenService;
16 // ProfileOAuth2TokenService and SigninManager.
21 ProfileOAuth2TokenService* token_service,
40 ProfileOAuth2TokenService* const token_service_;
profile_oauth2_token_service_factory.h 11 class ProfileOAuth2TokenService;
22 // the associated ProfileOAuth2TokenService.
26 // Returns the instance of ProfileOAuth2TokenService associated with this
28 // cannot have a ProfileOAuth2TokenService (for example, if |profile| is
30 static ProfileOAuth2TokenService* GetForProfile(Profile* profile);
32 // Returns the platform specific instance of ProfileOAuth2TokenService
34 // if this profile cannot have a ProfileOAuth2TokenService (for example,
fake_account_reconcilor.h 15 FakeAccountReconcilor(ProfileOAuth2TokenService* token_service,
profile_oauth2_token_service_factory.cc 22 "ProfileOAuth2TokenService",
32 ProfileOAuth2TokenService*
34 return static_cast<ProfileOAuth2TokenService*>(
fake_account_reconcilor.cc 13 ProfileOAuth2TokenService* token_service,
profile_identity_provider.cc 15 ProfileOAuth2TokenService* token_service,
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.h 13 class ProfileOAuth2TokenService;
20 // A PKS that observes a ProfileOAuth2TokenService and mints the policy access
23 // depending directly on the ProfileOAuth2TokenService, since it is initialized
34 ProfileOAuth2TokenService* token_service,
60 ProfileOAuth2TokenService* token_service_;
user_cloud_policy_token_forwarder_factory.cc 41 ProfileOAuth2TokenService* token_service =
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.h 18 class ProfileOAuth2TokenService;
42 ProfileOAuth2TokenService* oauth2_token_service);
47 // the user is not signed in yet (ProfileOAuth2TokenService does not have
97 ProfileOAuth2TokenService* oauth2_token_service_;
user_policy_signin_service_mobile.h 18 class ProfileOAuth2TokenService;
41 ProfileOAuth2TokenService* token_service);
98 ProfileOAuth2TokenService* oauth2_token_service_;
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.h 13 class ProfileOAuth2TokenService;
26 ProfileSyncAuthProvider(ProfileOAuth2TokenService* token_service,
54 ProfileOAuth2TokenService* token_service_;
startup_controller.h 13 class ProfileOAuth2TokenService;
39 const ProfileOAuth2TokenService* token_service,
108 const ProfileOAuth2TokenService* token_service_;
test_profile_sync_service.h 22 class ProfileOAuth2TokenService;
78 ProfileOAuth2TokenService* oauth2_token_service,
  /external/chromium_org/components/enhanced_bookmarks/
bookmark_server_service.h 18 class ProfileOAuth2TokenService;
45 ProfileOAuth2TokenService* token_service,
105 ProfileOAuth2TokenService* token_service_; // Weak
bookmark_server_search_service.h 25 ProfileOAuth2TokenService* token_service,
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 19 // A specialization of ProfileOAuth2TokenService that will be returned by
23 // See |ProfileOAuth2TokenService| for usage details.
27 class ProfileOAuth2TokenServiceIOS : public ProfileOAuth2TokenService {
41 // ProfileOAuth2TokenService
52 // Removes all credentials from this instance of |ProfileOAuth2TokenService|,
88 AccountInfo(ProfileOAuth2TokenService* token_service,
100 ProfileOAuth2TokenService* token_service_;
107 // Maps the |account_id| of accounts known to ProfileOAuth2TokenService
119 // ProfileOAuth2TokenService from multiple threads in upstream code.

Completed in 645 milliseconds

1 2 3 4