Searched defs:ProfileOAuth2TokenService (Results 1 - 2 of 2) sorted by last modified time

/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 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);

Completed in 309 milliseconds