OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptohomeLibrary
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/policy/
enterprise_install_attributes.h
15
class
CryptohomeLibrary
;
32
explicit EnterpriseInstallAttributes(chromeos::
CryptohomeLibrary
* cryptohome);
55
chromeos::
CryptohomeLibrary
* cryptohome_;
enterprise_install_attributes_unittest.cc
17
: cryptohome_(chromeos::
CryptohomeLibrary
::GetImpl(true)),
20
scoped_ptr<chromeos::
CryptohomeLibrary
> cryptohome_;
enterprise_install_attributes.cc
16
chromeos::
CryptohomeLibrary
* cryptohome)
device_policy_cache_unittest.cc
107
: cryptohome_(chromeos::
CryptohomeLibrary
::GetImpl(true)),
134
scoped_ptr<chromeos::
CryptohomeLibrary
> cryptohome_;
/external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h
19
class
CryptohomeLibrary
{
28
CryptohomeLibrary
();
29
virtual ~
CryptohomeLibrary
();
160
static
CryptohomeLibrary
* GetImpl(bool stub);
cros_library.h
23
class
CryptohomeLibrary
;
61
void SetCryptohomeLibrary(
CryptohomeLibrary
* library, bool own);
85
CryptohomeLibrary
* GetCryptohomeLibrary();
160
Library<
CryptohomeLibrary
> crypto_lib_;
cryptohome_library.cc
17
class CryptohomeLibraryImpl : public
CryptohomeLibrary
{
254
class CryptohomeLibraryStubImpl : public
CryptohomeLibrary
{
441
CryptohomeLibrary
::
CryptohomeLibrary
() {}
442
CryptohomeLibrary
::~
CryptohomeLibrary
() {}
445
CryptohomeLibrary
*
CryptohomeLibrary
::GetImpl(bool stub) {
mock_cryptohome_library.h
20
class MockCryptohomeLibrary : public
CryptohomeLibrary
{
/external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc
53
CryptohomeLibrary
* lib = CrosLibrary::Get()->GetCryptohomeLibrary();
76
CryptohomeLibrary
* lib = CrosLibrary::Get()->GetCryptohomeLibrary();
100
CryptohomeLibrary
* lib = CrosLibrary::Get()->GetCryptohomeLibrary();
132
CryptohomeLibrary
* lib = CrosLibrary::Get()->GetCryptohomeLibrary();
151
CryptohomeLibrary
* lib = CrosLibrary::Get()->GetCryptohomeLibrary();
cryptohome_op.h
20
public
CryptohomeLibrary
::Delegate {
44
// Implementation of
CryptohomeLibrary
::Delegate.
enterprise_enrollment_screen.cc
26
chromeos::
CryptohomeLibrary
* cryptohome =
77
chromeos::
CryptohomeLibrary
* cryptohome =
login_utils.cc
309
CryptohomeLibrary
* cryptohome = CrosLibrary::Get()->GetCryptohomeLibrary();
eula_view.cc
229
chromeos::
CryptohomeLibrary
* cryptohome =
user_manager.cc
132
class RemoveAttempt : public
CryptohomeLibrary
::Delegate {
/external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc
[
all
...]
Completed in 445 milliseconds