Searched refs:OwnerKeyUtil (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Downer_key_util.h29 class OwnerKeyUtil : public base::RefCountedThreadSafe<OwnerKeyUtil> { class in namespace:chromeos
31 // Creates an OwnerKeyUtil instance.
32 static OwnerKeyUtil* Create();
48 OwnerKeyUtil();
49 virtual ~OwnerKeyUtil();
52 friend class base::RefCountedThreadSafe<OwnerKeyUtil>;
57 // Implementation of OwnerKeyUtil that is used in production code.
58 class OwnerKeyUtilImpl : public OwnerKeyUtil {
62 // OwnerKeyUtil
[all...]
H A Downer_key_util.cc19 // OwnerKeyUtil
21 OwnerKeyUtil* OwnerKeyUtil::Create() {
27 OwnerKeyUtil::OwnerKeyUtil() {} function in class:chromeos::OwnerKeyUtil
29 OwnerKeyUtil::~OwnerKeyUtil() {}
H A Dmock_owner_key_util.h18 class MockOwnerKeyUtil : public OwnerKeyUtil {
22 // OwnerKeyUtil:
H A Dsession_manager_operation.h23 class OwnerKeyUtil;
40 scoped_refptr<OwnerKeyUtil> owner_key_util,
90 scoped_refptr<OwnerKeyUtil> util,
107 scoped_refptr<OwnerKeyUtil> owner_key_util_;
H A Ddevice_settings_service.h34 class OwnerKeyUtil;
125 scoped_refptr<OwnerKeyUtil> owner_key_util);
219 scoped_refptr<OwnerKeyUtil> owner_key_util_;
H A Dsession_manager_operation.cc38 scoped_refptr<OwnerKeyUtil> owner_key_util,
85 scoped_refptr<OwnerKeyUtil> util,
H A Ddevice_settings_service.cc90 scoped_refptr<OwnerKeyUtil> owner_key_util) {
H A Downer_key_util_unittest.cc63 scoped_refptr<OwnerKeyUtil> util_;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager.cc55 scoped_refptr<OwnerKeyUtil> util = OwnerKeyUtil::Create();
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc322 OwnerKeyUtil::Create());

Completed in 99 milliseconds