OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnerKeyUtils
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
owner_key_utils.h
26
class
OwnerKeyUtils
: public base::RefCounted<
OwnerKeyUtils
> {
30
virtual
OwnerKeyUtils
* CreateOwnerKeyUtils() = 0;
33
OwnerKeyUtils
();
36
//
OwnerKeyUtils
.
OwnerKeyUtils
does not take ownership of
37
// |factory|. A value of NULL results in an
OwnerKeyUtils
being
43
// Creates an
OwnerKeyUtils
, ownership returns to the caller. If there is no
44
// Factory (the default) this creates and returns a new
OwnerKeyUtils
.
45
static
OwnerKeyUtils
* Create()
[
all
...]
mock_owner_key_utils.h
22
class MockKeyUtils : public
OwnerKeyUtils
{
45
class MockInjector : public
OwnerKeyUtils
::Factory {
55
OwnerKeyUtils
* CreateOwnerKeyUtils() {
owner_key_utils.cc
26
//
OwnerKeyUtils
29
OwnerKeyUtils
::Factory*
OwnerKeyUtils
::factory_ = NULL;
31
OwnerKeyUtils
::
OwnerKeyUtils
() {}
33
OwnerKeyUtils
::~
OwnerKeyUtils
() {}
38
class OwnerKeyUtilsImpl : public
OwnerKeyUtils
{
72
OwnerKeyUtils
*
OwnerKeyUtils
::Create()
[
all
...]
owner_key_utils_unittest.cc
24
OwnerKeyUtilsTest() : utils_(
OwnerKeyUtils
::Create()) {}
34
scoped_refptr<
OwnerKeyUtils
> utils_;
owner_manager.h
111
scoped_refptr<
OwnerKeyUtils
> utils_;
ownership_service.h
139
scoped_refptr<
OwnerKeyUtils
> utils_;
owner_manager_unittest.cc
52
OwnerKeyUtils
::set_factory(&injector_);
56
OwnerKeyUtils
::set_factory(NULL);
ownership_service_unittest.cc
54
OwnerKeyUtils
::set_factory(&injector_);
60
OwnerKeyUtils
::set_factory(NULL);
owner_manager.cc
24
utils_(
OwnerKeyUtils
::Create()) {
ownership_service.cc
30
utils_(
OwnerKeyUtils
::Create()),
signed_settings_unittest.cc
123
OwnerKeyUtils
::set_factory(NULL);
Completed in 115 milliseconds