Searched refs:OwnerKeyUtils (Results 1 – 11 of 11) sorted by relevance
26 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>;
29 OwnerKeyUtils::Factory* OwnerKeyUtils::factory_ = NULL;31 OwnerKeyUtils::OwnerKeyUtils() {} in OwnerKeyUtils() function in chromeos::OwnerKeyUtils33 OwnerKeyUtils::~OwnerKeyUtils() {} in ~OwnerKeyUtils()38 class OwnerKeyUtilsImpl : public OwnerKeyUtils {72 OwnerKeyUtils* OwnerKeyUtils::Create() { in Create()
22 class MockKeyUtils : public OwnerKeyUtils {45 class MockInjector : public OwnerKeyUtils::Factory {55 OwnerKeyUtils* CreateOwnerKeyUtils() { in CreateOwnerKeyUtils()
24 OwnerKeyUtilsTest() : utils_(OwnerKeyUtils::Create()) {} in OwnerKeyUtilsTest()34 scoped_refptr<OwnerKeyUtils> utils_;
54 OwnerKeyUtils::set_factory(&injector_); in SetUp()60 OwnerKeyUtils::set_factory(NULL); in TearDown()
111 scoped_refptr<OwnerKeyUtils> utils_;
52 OwnerKeyUtils::set_factory(&injector_); in SetUp()56 OwnerKeyUtils::set_factory(NULL); in TearDown()
139 scoped_refptr<OwnerKeyUtils> utils_;
24 utils_(OwnerKeyUtils::Create()) { in OwnerManager()
30 utils_(OwnerKeyUtils::Create()), in OwnershipService()
123 OwnerKeyUtils::set_factory(NULL); in TearDown()