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.cc157 !cryptohome_util::InstallAttributesIsFirstInstall()) {
240 if (!cryptohome_util::InstallAttributesIsFirstInstall()) {
276 cryptohome_util::InstallAttributesIsFirstInstall()) {
H A Denterprise_install_attributes_unittest.cc196 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
210 ASSERT_FALSE(cryptohome_util::InstallAttributesIsFirstInstall());
229 ASSERT_FALSE(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.h266 // Calls InstallAttributesIsFirstInstall method and returns true when the call
268 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.cc334 bool FakeCryptohomeClient::InstallAttributesIsFirstInstall( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc414 virtual bool InstallAttributesIsFirstInstall(

Completed in 232 milliseconds