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

  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.h 31 CHROMEOS_EXPORT bool InstallAttributesIsInvalid();
cryptohome_util.cc 66 bool InstallAttributesIsInvalid() {
69 InstallAttributesIsInvalid(&result);
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 120 if (!cryptohome_util::InstallAttributesIsInvalid() &&
198 if (cryptohome_util::InstallAttributesIsInvalid()) {
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 91 MOCK_METHOD1(InstallAttributesIsInvalid, bool(bool* is_invalid));
cryptohome_client.h 266 // Calls InstallAttributesIsInvalid method and returns true when the call
268 virtual bool InstallAttributesIsInvalid(bool* is_invalid) = 0;
fake_cryptohome_client.h 87 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE;
fake_cryptohome_client.cc 322 bool FakeCryptohomeClient::InstallAttributesIsInvalid(bool* is_invalid) {
cryptohome_client.cc 406 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE {
    [all...]

Completed in 105 milliseconds