Home
last modified time | relevance | path

Searched refs:OwnerKeyUtil (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/ownership/
Downer_settings_service_chromeos_factory.h18 class OwnerKeyUtil; variable
32 scoped_refptr<ownership::OwnerKeyUtil> GetOwnerKeyUtil();
35 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
52 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
Downer_settings_service_chromeos.cc38 using ownership::OwnerKeyUtil;
61 const scoped_refptr<OwnerKeyUtil>& owner_key_util, in LoadPrivateKeyByPublicKey()
78 const scoped_refptr<OwnerKeyUtil>& owner_key_util, in LoadPrivateKey()
110 const scoped_refptr<OwnerKeyUtil>& owner_key_util) { in DoesPrivateKeyExistAsyncHelper()
123 const scoped_refptr<OwnerKeyUtil>& owner_key_util, in DoesPrivateKeyExistAsync()
150 const scoped_refptr<OwnerKeyUtil>& owner_key_util) in OwnerSettingsServiceChromeOS()
237 const scoped_refptr<OwnerKeyUtil>& owner_key_util, in IsOwnerForSafeModeAsync()
Downer_settings_service_chromeos.h25 class OwnerKeyUtil; variable
64 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util,
75 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
Downer_settings_service_chromeos_factory.cc40 scoped_refptr<ownership::OwnerKeyUtil>
52 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util) { in SetOwnerKeyUtilForTesting()
/external/chromium_org/components/ownership/
Downer_key_util.h77 class OWNERSHIP_EXPORT OwnerKeyUtil
78 : public base::RefCountedThreadSafe<OwnerKeyUtil> {
97 virtual ~OwnerKeyUtil() {} in ~OwnerKeyUtil()
100 friend class base::RefCountedThreadSafe<OwnerKeyUtil>;
Downer_settings_service.h26 class OwnerKeyUtil; variable
40 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util);
88 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
Downer_key_util_impl.h18 class OWNERSHIP_EXPORT OwnerKeyUtilImpl : public OwnerKeyUtil {
Dmock_owner_key_util.h21 class OWNERSHIP_EXPORT MockOwnerKeyUtil : public OwnerKeyUtil {
Downer_key_util_impl_unittest.cc62 scoped_refptr<OwnerKeyUtil> util_;
Downer_settings_service.cc56 const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util) in OwnerSettingsService()
/external/chromium_org/chrome/browser/chromeos/settings/
Dsession_manager_operation.h24 class OwnerKeyUtil; variable
46 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util,
101 scoped_refptr<ownership::OwnerKeyUtil> util,
118 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
Ddevice_settings_service.h30 class OwnerKeyUtil; variable
99 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util);
221 scoped_refptr<ownership::OwnerKeyUtil> owner_key_util_;
Dsession_manager_operation.cc23 using ownership::OwnerKeyUtil;
41 scoped_refptr<OwnerKeyUtil> owner_key_util, in Start()
98 scoped_refptr<OwnerKeyUtil> util, in LoadPublicKey()
Ddevice_settings_service.cc24 using ownership::OwnerKeyUtil;
139 scoped_refptr<OwnerKeyUtil> owner_key_util) { in SetSessionManager()
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_manager.cc61 scoped_refptr<ownership::OwnerKeyUtil> util = in CheckOwnerFilePresence()