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

/external/chromium_org/chrome/browser/signin/
H A Dprofile_oauth2_token_service_factory.cc20 ProfileOAuth2TokenServiceFactory::ProfileOAuth2TokenServiceFactory() function in class:ProfileOAuth2TokenServiceFactory
29 ProfileOAuth2TokenServiceFactory::~ProfileOAuth2TokenServiceFactory() {
33 ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) {
39 ProfileOAuth2TokenServiceFactory::PlatformSpecificOAuth2TokenService*
40 ProfileOAuth2TokenServiceFactory::GetPlatformSpecificForProfile(
47 ProfileOAuth2TokenServiceFactory*
48 ProfileOAuth2TokenServiceFactory::GetInstance() {
49 return Singleton<ProfileOAuth2TokenServiceFactory>
[all...]
H A Dprofile_oauth2_token_service_factory.h23 class ProfileOAuth2TokenServiceFactory class in inherits:BrowserContextKeyedServiceFactory
44 // Returns an instance of the ProfileOAuth2TokenServiceFactory singleton.
45 static ProfileOAuth2TokenServiceFactory* GetInstance();
48 friend struct DefaultSingletonTraits<ProfileOAuth2TokenServiceFactory>;
56 ProfileOAuth2TokenServiceFactory();
57 virtual ~ProfileOAuth2TokenServiceFactory();
63 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenServiceFactory);

Completed in 67 milliseconds