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

  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.h 27 // ProfileOAuth2TokenService is a BrowserContextKeyedService that retrieves
41 class ProfileOAuth2TokenService : public OAuth2TokenService,
91 ProfileOAuth2TokenService();
92 virtual ~ProfileOAuth2TokenService();
149 // ProfileOAuth2TokenService (so we can expose a reference for use in the
159 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenService);
profile_oauth2_token_service.cc 58 ProfileOAuth2TokenService::ProfileOAuth2TokenService()
64 ProfileOAuth2TokenService::~ProfileOAuth2TokenService() {
66 "ProfileOAuth2TokenService::Initialize called but not "
67 "ProfileOAuth2TokenService::Shutdown";
70 void ProfileOAuth2TokenService::Initialize(Profile* profile) {
98 void ProfileOAuth2TokenService::Shutdown() {
106 std::string ProfileOAuth2TokenService::GetRefreshToken() {
114 void ProfileOAuth2TokenService::UpdateAuthError
    [all...]

Completed in 60 milliseconds