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

  /external/chromium_org/chrome/browser/signin/
easy_unlock_service_factory.h 20 class EasyUnlockServiceFactory : public BrowserContextKeyedServiceFactory {
22 static EasyUnlockServiceFactory* GetInstance();
27 friend struct DefaultSingletonTraits<EasyUnlockServiceFactory>;
29 EasyUnlockServiceFactory();
30 virtual ~EasyUnlockServiceFactory();
40 DISALLOW_COPY_AND_ASSIGN(EasyUnlockServiceFactory);
easy_unlock_service_factory.cc 22 EasyUnlockServiceFactory* EasyUnlockServiceFactory::GetInstance() {
23 return Singleton<EasyUnlockServiceFactory>::get();
27 EasyUnlockService* EasyUnlockServiceFactory::GetForProfile(Profile* profile) {
29 EasyUnlockServiceFactory::GetInstance()->GetServiceForBrowserContext(
33 EasyUnlockServiceFactory::EasyUnlockServiceFactory()
41 EasyUnlockServiceFactory::~EasyUnlockServiceFactory() {
44 KeyedService* EasyUnlockServiceFactory::BuildServiceInstanceFor
    [all...]

Completed in 26 milliseconds