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 21 class ProfileOAuth2TokenServiceFactory
35 // Returns an instance of the ProfileOAuth2TokenServiceFactory singleton.
36 static ProfileOAuth2TokenServiceFactory* GetInstance();
39 friend struct DefaultSingletonTraits<ProfileOAuth2TokenServiceFactory>;
41 ProfileOAuth2TokenServiceFactory();
42 virtual ~ProfileOAuth2TokenServiceFactory();
48 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenServiceFactory);
profile_oauth2_token_service_factory.cc 13 ProfileOAuth2TokenServiceFactory::ProfileOAuth2TokenServiceFactory()
21 ProfileOAuth2TokenServiceFactory::~ProfileOAuth2TokenServiceFactory() {
27 ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) {
33 ProfileOAuth2TokenService* ProfileOAuth2TokenServiceFactory::GetForProfile(
41 ProfileOAuth2TokenServiceFactory*
42 ProfileOAuth2TokenServiceFactory::GetInstance() {
43 return Singleton<ProfileOAuth2TokenServiceFactory>::get();
47 ProfileOAuth2TokenServiceFactory::BuildServiceInstanceFor
    [all...]

Completed in 43 milliseconds