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

  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service_factory.h 18 class ManagerPasswordServiceFactory
23 static ManagerPasswordServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<ManagerPasswordServiceFactory>;
28 ManagerPasswordServiceFactory();
29 virtual ~ManagerPasswordServiceFactory();
manager_password_service_factory.cc 21 ManagerPasswordServiceFactory::GetForProfile(Profile* profile) {
27 ManagerPasswordServiceFactory*
28 ManagerPasswordServiceFactory::GetInstance() {
29 return Singleton<ManagerPasswordServiceFactory>::get();
32 ManagerPasswordServiceFactory::ManagerPasswordServiceFactory()
40 ManagerPasswordServiceFactory::
41 ~ManagerPasswordServiceFactory() {}
43 KeyedService* ManagerPasswordServiceFactory::BuildServiceInstanceFor(
62 ManagerPasswordServiceFactory::GetBrowserContextToUse
    [all...]

Completed in 58 milliseconds