Searched refs:ProfileOAuth2TokenService (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/components/signin/core/browser/
H A Dprofile_oauth2_token_service.cc14 ProfileOAuth2TokenService::ProfileOAuth2TokenService() function in class: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
[all...]
H A Dsignin_account_id_helper.h14 class ProfileOAuth2TokenService;
25 ProfileOAuth2TokenService* token_service,
51 ProfileOAuth2TokenService* token_service_;
H A Dprofile_oauth2_token_service.h23 // ProfileOAuth2TokenService is a KeyedService that retrieves
37 class ProfileOAuth2TokenService : public OAuth2TokenService, class in inherits:OAuth2TokenService,KeyedService
40 virtual ~ProfileOAuth2TokenService();
81 ProfileOAuth2TokenService();
84 // Note: These methods are overriden so that ProfileOAuth2TokenService is a
103 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenService);
H A Daccount_service_flag_fetcher.h17 class ProfileOAuth2TokenService;
46 ProfileOAuth2TokenService* token_service,
77 ProfileOAuth2TokenService* token_service_;
H A Dsignin_tracker.h15 class ProfileOAuth2TokenService;
73 SigninTracker(ProfileOAuth2TokenService* token_service,
97 ProfileOAuth2TokenService* token_service_;
H A Dmutable_profile_oauth2_token_service.h14 // 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
H A Dsignin_manager.h43 class ProfileOAuth2TokenService;
66 SigninManager(SigninClient* client, ProfileOAuth2TokenService* token_service);
198 // The ProfileOAuth2TokenService instance associated with this object. Must
200 ProfileOAuth2TokenService* token_service_;
H A Daccount_reconcilor.h28 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_;
H A Dsignin_account_id_helper.cc19 ProfileOAuth2TokenService* token_service,
40 ProfileOAuth2TokenService* token_service_;
52 ProfileOAuth2TokenService* token_service,
108 ProfileOAuth2TokenService* token_service,
H A Dabout_signin_internals.h23 class ProfileOAuth2TokenService;
49 AboutSigninInternals(ProfileOAuth2TokenService* token_service,
191 ProfileOAuth2TokenService* token_service_;
/external/chromium_org/chrome/browser/signin/
H A Dprofile_identity_provider.h13 class ProfileOAuth2TokenService;
16 // ProfileOAuth2TokenService and SigninManager.
21 ProfileOAuth2TokenService* token_service,
40 ProfileOAuth2TokenService* const token_service_;
H A Dprofile_oauth2_token_service_factory.h11 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,
H A Dfake_account_reconcilor.h15 FakeAccountReconcilor(ProfileOAuth2TokenService* token_service,
H A Dprofile_oauth2_token_service_factory.cc22 "ProfileOAuth2TokenService",
32 ProfileOAuth2TokenService*
34 return static_cast<ProfileOAuth2TokenService*>(
H A Dfake_account_reconcilor.cc13 ProfileOAuth2TokenService* token_service,
H A Dprofile_identity_provider.cc15 ProfileOAuth2TokenService* token_service,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_token_forwarder.h13 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_;
H A Duser_cloud_policy_token_forwarder_factory.cc41 ProfileOAuth2TokenService* token_service =
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.h18 class ProfileOAuth2TokenService;
42 ProfileOAuth2TokenService* oauth2_token_service);
47 // the user is not signed in yet (ProfileOAuth2TokenService does not have
97 ProfileOAuth2TokenService* oauth2_token_service_;
H A Duser_policy_signin_service_mobile.h18 class ProfileOAuth2TokenService;
41 ProfileOAuth2TokenService* token_service);
98 ProfileOAuth2TokenService* oauth2_token_service_;
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.h13 class ProfileOAuth2TokenService;
26 ProfileSyncAuthProvider(ProfileOAuth2TokenService* token_service,
54 ProfileOAuth2TokenService* token_service_;
H A Dstartup_controller.h13 class ProfileOAuth2TokenService;
39 const ProfileOAuth2TokenService* token_service,
108 const ProfileOAuth2TokenService* token_service_;
H A Dtest_profile_sync_service.h22 class ProfileOAuth2TokenService;
78 ProfileOAuth2TokenService* oauth2_token_service,
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.h18 class ProfileOAuth2TokenService;
45 ProfileOAuth2TokenService* token_service,
105 ProfileOAuth2TokenService* token_service_; // Weak
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h19 // 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 983 milliseconds

1234