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

  /external/chromium_org/chrome/browser/chromeos/settings/
owner_key_util.h 45 virtual bool IsPublicKeyPresent() = 0;
66 virtual bool IsPublicKeyPresent() OVERRIDE;
mock_owner_key_util.h 26 virtual bool IsPublicKeyPresent() OVERRIDE;
mock_owner_key_util.cc 25 bool MockOwnerKeyUtil::IsPublicKeyPresent() {
owner_key_util.cc 73 bool OwnerKeyUtilImpl::IsPublicKeyPresent() {
owner_key_util_unittest.cc 78 EXPECT_TRUE(util_->IsPublicKeyPresent());
88 EXPECT_FALSE(util_->IsPublicKeyPresent());
95 EXPECT_TRUE(util_->IsPublicKeyPresent());
session_manager_operation.cc 98 if (!public_key.get() && util->IsPublicKeyPresent()) {
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 56 *present = util->IsPublicKeyPresent();

Completed in 3116 milliseconds