HomeSort by relevance Sort by last modified time
    Searched refs:OwnerKeyUtil (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
owner_key_util.h 29 class OwnerKeyUtil : public base::RefCountedThreadSafe<OwnerKeyUtil> {
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...]
owner_key_util.cc 19 // OwnerKeyUtil
21 OwnerKeyUtil* OwnerKeyUtil::Create() {
27 OwnerKeyUtil::OwnerKeyUtil() {}
29 OwnerKeyUtil::~OwnerKeyUtil() {}
mock_owner_key_util.h 18 class MockOwnerKeyUtil : public OwnerKeyUtil {
22 // OwnerKeyUtil:
session_manager_operation.h 23 class OwnerKeyUtil;
40 scoped_refptr<OwnerKeyUtil> owner_key_util,
90 scoped_refptr<OwnerKeyUtil> util,
107 scoped_refptr<OwnerKeyUtil> owner_key_util_;
device_settings_service.h 34 class OwnerKeyUtil;
126 scoped_refptr<OwnerKeyUtil> owner_key_util);
225 scoped_refptr<OwnerKeyUtil> owner_key_util_;
session_manager_operation.cc 38 scoped_refptr<OwnerKeyUtil> owner_key_util,
93 scoped_refptr<OwnerKeyUtil> util,
device_settings_service.cc 94 scoped_refptr<OwnerKeyUtil> owner_key_util) {
owner_key_util_unittest.cc 63 scoped_refptr<OwnerKeyUtil> util_;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 53 scoped_refptr<OwnerKeyUtil> util = OwnerKeyUtil::Create();
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 300 OwnerKeyUtil::Create());

Completed in 103 milliseconds