Searched defs:EasyUnlockServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_factory.h20 class EasyUnlockServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
22 static EasyUnlockServiceFactory* GetInstance();
27 friend struct DefaultSingletonTraits<EasyUnlockServiceFactory>;
29 EasyUnlockServiceFactory();
30 virtual ~EasyUnlockServiceFactory();
40 DISALLOW_COPY_AND_ASSIGN(EasyUnlockServiceFactory);
H A Deasy_unlock_service_factory.cc22 EasyUnlockServiceFactory* EasyUnlockServiceFactory::GetInstance() {
23 return Singleton<EasyUnlockServiceFactory>::get();
27 EasyUnlockService* EasyUnlockServiceFactory::GetForProfile(Profile* profile) {
29 EasyUnlockServiceFactory::GetInstance()->GetServiceForBrowserContext(
33 EasyUnlockServiceFactory::EasyUnlockServiceFactory() function in class:EasyUnlockServiceFactory
41 EasyUnlockServiceFactory::~EasyUnlockServiceFactory() {
44 KeyedService* EasyUnlockServiceFactory
[all...]

Completed in 92 milliseconds