OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OwnerKeyUtils
(Results
1 - 2
of
2
) 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
...]
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
...]
Completed in 579 milliseconds