HomeSort by relevance Sort by last modified time
    Searched defs:cryptohome_client (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_web_ui_handler.cc 9 #include "chromeos/dbus/cryptohome_client.h"
31 CryptohomeClient* cryptohome_client = local
34 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted"));
35 cryptohome_client->TpmIsReady(GetCryptohomeBoolCallback("tpm-is-ready"));
36 cryptohome_client->TpmIsEnabled(GetCryptohomeBoolCallback("tpm-is-enabled"));
37 cryptohome_client->TpmIsOwned(GetCryptohomeBoolCallback("tpm-is-owned"));
38 cryptohome_client->TpmIsBeingOwned(
40 cryptohome_client->Pkcs11IsTpmTokenReady(
  /external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc 79 #include "chromeos/dbus/cryptohome_client.h"
233 chromeos::CryptohomeClient* cryptohome_client = local
237 new EnterpriseInstallAttributes(cryptohome_client));
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc 21 #include "chromeos/dbus/cryptohome_client.h"
130 CryptohomeClient* cryptohome_client() { function in class:chromeos::DBusClientBundle
317 return client_bundle_->cryptohome_client();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 1583 chromeos::MockCryptohomeClient* cryptohome_client = local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 38 #include "chromeos/dbus/cryptohome_client.h"
1105 chromeos::CryptohomeClient* cryptohome_client = local
    [all...]

Completed in 252 milliseconds