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

  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_chromeos_factory.h 25 class OwnerSettingsServiceChromeOSFactory
30 static OwnerSettingsServiceChromeOSFactory* GetInstance();
38 friend struct DefaultSingletonTraits<OwnerSettingsServiceChromeOSFactory>;
40 OwnerSettingsServiceChromeOSFactory();
41 virtual ~OwnerSettingsServiceChromeOSFactory();
54 DISALLOW_COPY_AND_ASSIGN(OwnerSettingsServiceChromeOSFactory);
owner_settings_service_chromeos_factory.cc 18 OwnerSettingsServiceChromeOSFactory::OwnerSettingsServiceChromeOSFactory()
24 OwnerSettingsServiceChromeOSFactory::~OwnerSettingsServiceChromeOSFactory() {
29 OwnerSettingsServiceChromeOSFactory::GetForProfile(Profile* profile) {
35 OwnerSettingsServiceChromeOSFactory*
36 OwnerSettingsServiceChromeOSFactory::GetInstance() {
37 return Singleton<OwnerSettingsServiceChromeOSFactory>::get();
41 OwnerSettingsServiceChromeOSFactory::GetOwnerKeyUtil() {
51 void OwnerSettingsServiceChromeOSFactory::SetOwnerKeyUtilForTesting
    [all...]

Completed in 70 milliseconds