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

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

Completed in 38 milliseconds