Home
last modified time | relevance | path

Searched refs:OwnerKeyUtils (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Downer_key_utils.h26 class OwnerKeyUtils : public base::RefCounted<OwnerKeyUtils> {
30 virtual OwnerKeyUtils* CreateOwnerKeyUtils() = 0;
33 OwnerKeyUtils();
45 static OwnerKeyUtils* Create();
74 virtual ~OwnerKeyUtils();
83 friend class base::RefCounted<OwnerKeyUtils>;
Downer_key_utils.cc29 OwnerKeyUtils::Factory* OwnerKeyUtils::factory_ = NULL;
31 OwnerKeyUtils::OwnerKeyUtils() {} in OwnerKeyUtils() function in chromeos::OwnerKeyUtils
33 OwnerKeyUtils::~OwnerKeyUtils() {} in ~OwnerKeyUtils()
38 class OwnerKeyUtilsImpl : public OwnerKeyUtils {
72 OwnerKeyUtils* OwnerKeyUtils::Create() { in Create()
Dmock_owner_key_utils.h22 class MockKeyUtils : public OwnerKeyUtils {
45 class MockInjector : public OwnerKeyUtils::Factory {
55 OwnerKeyUtils* CreateOwnerKeyUtils() { in CreateOwnerKeyUtils()
Downer_key_utils_unittest.cc24 OwnerKeyUtilsTest() : utils_(OwnerKeyUtils::Create()) {} in OwnerKeyUtilsTest()
34 scoped_refptr<OwnerKeyUtils> utils_;
Downership_service_unittest.cc54 OwnerKeyUtils::set_factory(&injector_); in SetUp()
60 OwnerKeyUtils::set_factory(NULL); in TearDown()
Downer_manager.h111 scoped_refptr<OwnerKeyUtils> utils_;
Downer_manager_unittest.cc52 OwnerKeyUtils::set_factory(&injector_); in SetUp()
56 OwnerKeyUtils::set_factory(NULL); in TearDown()
Downership_service.h139 scoped_refptr<OwnerKeyUtils> utils_;
Downer_manager.cc24 utils_(OwnerKeyUtils::Create()) { in OwnerManager()
Downership_service.cc30 utils_(OwnerKeyUtils::Create()), in OwnershipService()
Dsigned_settings_unittest.cc123 OwnerKeyUtils::set_factory(NULL); in TearDown()