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

  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.h 23 class ProfileOAuth2TokenServiceFactory
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);
profile_oauth2_token_service_factory.cc 20 ProfileOAuth2TokenServiceFactory::ProfileOAuth2TokenServiceFactory()
29 ProfileOAuth2TokenServiceFactory::~ProfileOAuth2TokenServiceFactory() {
33 ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) {
39 ProfileOAuth2TokenServiceFactory::PlatformSpecificOAuth2TokenService*
40 ProfileOAuth2TokenServiceFactory::GetPlatformSpecificForProfile(
47 ProfileOAuth2TokenServiceFactory*
48 ProfileOAuth2TokenServiceFactory::GetInstance() {
49 return Singleton<ProfileOAuth2TokenServiceFactory>::get()
    [all...]

Completed in 39 milliseconds