IsPresentButInvalid 2955 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc !profile.IsPresentButInvalid(EMAIL_ADDRESS)) { IsPresentButInvalid 76 components/autofill/core/browser/autofill_profile.h bool IsPresentButInvalid(ServerFieldType type) const; IsPresentButInvalid 782 components/autofill/core/browser/autofill_profile_unittest.cc TEST(AutofillProfileTest, IsPresentButInvalid) { IsPresentButInvalid 784 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE)); IsPresentButInvalid 785 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP)); IsPresentButInvalid 786 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER)); IsPresentButInvalid 789 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE)); IsPresentButInvalid 790 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP)); IsPresentButInvalid 791 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER)); IsPresentButInvalid 794 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_TRUE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE)); IsPresentButInvalid 797 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE)); IsPresentButInvalid 800 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_TRUE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP)); IsPresentButInvalid 803 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP)); IsPresentButInvalid 806 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_TRUE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER)); IsPresentButInvalid 809 components/autofill/core/browser/autofill_profile_unittest.cc EXPECT_FALSE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER)); IsPresentButInvalid 715 components/autofill/core/browser/personal_data_manager.cc if (profile.IsPresentButInvalid(ADDRESS_HOME_STATE)) IsPresentButInvalid 719 components/autofill/core/browser/personal_data_manager.cc if (profile.IsPresentButInvalid(ADDRESS_HOME_ZIP))