HomeSort by relevance Sort by last modified time
    Searched refs:IsPublicKeyPresent (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/ownership/
owner_key_util_impl.h 29 virtual bool IsPublicKeyPresent() OVERRIDE;
mock_owner_key_util.h 32 virtual bool IsPublicKeyPresent() OVERRIDE;
mock_owner_key_util.cc 31 bool MockOwnerKeyUtil::IsPublicKeyPresent() {
owner_key_util_impl.cc 61 bool OwnerKeyUtilImpl::IsPublicKeyPresent() {
owner_key_util.h 94 virtual bool IsPublicKeyPresent() = 0;
owner_key_util_impl_unittest.cc 77 EXPECT_TRUE(util_->IsPublicKeyPresent());
87 EXPECT_FALSE(util_->IsPublicKeyPresent());
94 EXPECT_TRUE(util_->IsPublicKeyPresent());
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation.cc 106 if (!public_key->is_loaded() && util->IsPublicKeyPresent()) {
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 63 *present = util.get() && util->IsPublicKeyPresent();

Completed in 247 milliseconds