Searched defs:ManagerPasswordServiceFactory (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service_factory.cc22 ManagerPasswordServiceFactory::GetForProfile(Profile* profile) {
28 ManagerPasswordServiceFactory*
29 ManagerPasswordServiceFactory::GetInstance() {
30 return Singleton<ManagerPasswordServiceFactory>::get();
33 ManagerPasswordServiceFactory::ManagerPasswordServiceFactory() function in class:chromeos::ManagerPasswordServiceFactory
41 ManagerPasswordServiceFactory::
42 ~ManagerPasswordServiceFactory() {}
44 KeyedService* ManagerPasswordServiceFactory::BuildServiceInstanceFor(
62 ManagerPasswordServiceFactory
[all...]
H A Dmanager_password_service_factory.h18 class ManagerPasswordServiceFactory class in namespace:chromeos
23 static ManagerPasswordServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<ManagerPasswordServiceFactory>;
28 ManagerPasswordServiceFactory();
29 virtual ~ManagerPasswordServiceFactory();

Completed in 975 milliseconds