Searched refs:InstallAttributesIsFirstInstall (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_util.h32 CHROMEOS_EXPORT bool InstallAttributesIsFirstInstall();
H A Dcryptohome_util.cc73 bool InstallAttributesIsFirstInstall() { function in namespace:chromeos::cryptohome_util
76 InstallAttributesIsFirstInstall(&result);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes_unittest.cc195 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
209 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
228 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
H A Denterprise_install_attributes.cc121 !cryptohome_util::InstallAttributesIsFirstInstall()) {
204 if (!cryptohome_util::InstallAttributesIsFirstInstall()) {
240 cryptohome_util::InstallAttributesIsFirstInstall()) {
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h92 MOCK_METHOD1(InstallAttributesIsFirstInstall, bool(bool* is_first_install));
H A Dcryptohome_client.h270 // Calls InstallAttributesIsFirstInstall method and returns true when the call
272 virtual bool InstallAttributesIsFirstInstall(bool* is_first_install) = 0;
H A Dfake_cryptohome_client.h88 virtual bool InstallAttributesIsFirstInstall(bool* is_first_install) OVERRIDE;
H A Dfake_cryptohome_client.cc327 bool FakeCryptohomeClient::InstallAttributesIsFirstInstall( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc414 virtual bool InstallAttributesIsFirstInstall(

Completed in 603 milliseconds