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

  /external/chromium_org/chromeos/cryptohome/
cryptohome_library.h 59 virtual bool InstallAttributesIsInvalid() = 0;
mock_cryptohome_library.h 39 MOCK_METHOD0(InstallAttributesIsInvalid, bool(void));
cryptohome_library.cc 104 virtual bool InstallAttributesIsInvalid() OVERRIDE {
107 InstallAttributesIsInvalid(&result);
281 virtual bool InstallAttributesIsInvalid() OVERRIDE {
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 39 if (cryptohome_->InstallAttributesIsInvalid()) {
96 !cryptohome_->InstallAttributesIsInvalid() &&
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 144 virtual bool InstallAttributesIsInvalid() = 0;
mock_cryptohome_library.h 92 MOCK_METHOD0(InstallAttributesIsInvalid, bool(void));
cryptohome_library.cc 197 bool InstallAttributesIsInvalid() {
414 bool InstallAttributesIsInvalid() {
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 84 MOCK_METHOD1(InstallAttributesIsInvalid, bool(bool* is_invalid));
cryptohome_client.h 218 // Calls InstallAttributesIsInvalid method and returns true when the call
220 virtual bool InstallAttributesIsInvalid(bool* is_invalid) = 0;
cryptohome_client_stub.h 81 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE;
fake_cryptohome_client.cc 40 bool FakeCryptohomeClient::InstallAttributesIsInvalid(bool* is_invalid) {
fake_cryptohome_client.h 82 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE;
cryptohome_client_stub.cc 231 bool CryptohomeClientStubImpl::InstallAttributesIsInvalid(bool* is_invalid) {
cryptohome_client.cc 404 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 155 if (!cryptohome_->InstallAttributesIsInvalid() &&
232 if (cryptohome_->InstallAttributesIsInvalid()) {
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 229 EXPECT_CALL(*cryptohome_, InstallAttributesIsInvalid())

Completed in 5911 milliseconds