Home
last modified time | relevance | path

Searched refs:TpmCanAttemptOwnership (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dcryptohome_library.cc157 void TpmCanAttemptOwnership() { in TpmCanAttemptOwnership() function in chromeos::CryptohomeLibraryImpl
380 void TpmCanAttemptOwnership() {} in TpmCanAttemptOwnership() function in chromeos::CryptohomeLibraryStubImpl
Dcryptohome_library.h130 virtual void TpmCanAttemptOwnership() = 0;
Dmock_cryptohome_library.h80 MOCK_METHOD0(TpmCanAttemptOwnership, void(void));
/external/chromium/chrome/browser/chromeos/login/
Denterprise_enrollment_screen.cc32 cryptohome->TpmCanAttemptOwnership(); in EnterpriseEnrollmentScreen()
Dlogin_utils.cc314 cryptohome->TpmCanAttemptOwnership(); in OnProfileCreated()
Deula_view.cc341 GetCryptohomeLibrary()->TpmCanAttemptOwnership(); in Init()