Searched refs:InstallAttributesIsInvalid (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_util.h31 CHROMEOS_EXPORT bool InstallAttributesIsInvalid();
H A Dcryptohome_util.cc66 bool InstallAttributesIsInvalid() { function in namespace:chromeos::cryptohome_util
69 InstallAttributesIsInvalid(&result);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.cc120 if (!cryptohome_util::InstallAttributesIsInvalid() &&
198 if (cryptohome_util::InstallAttributesIsInvalid()) {
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h91 MOCK_METHOD1(InstallAttributesIsInvalid, bool(bool* is_invalid));
H A Dcryptohome_client.h266 // Calls InstallAttributesIsInvalid method and returns true when the call
268 virtual bool InstallAttributesIsInvalid(bool* is_invalid) = 0;
H A Dfake_cryptohome_client.h87 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE;
H A Dfake_cryptohome_client.cc322 bool FakeCryptohomeClient::InstallAttributesIsInvalid(bool* is_invalid) { function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc406 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE {

Completed in 948 milliseconds