Searched refs:IsSubsetOf (Results 1 – 5 of 5) sorted by relevance
109 bool IsSubsetOf(const AutofillProfile& profile,
812 TEST(AutofillProfileTest, IsSubsetOf) { in TEST() argument826 EXPECT_TRUE(a->IsSubsetOf(*b, "en-US")); in TEST()829 EXPECT_FALSE(b->IsSubsetOf(*a, "en-US")); in TEST()832 EXPECT_TRUE(a->IsSubsetOf(*a, "en-US")); in TEST()845 EXPECT_FALSE(a->IsSubsetOf(*b, "en-US")); in TEST()
1005 if (imported_profile.IsSubsetOf(**iter, app_locale_)) in SaveImportedProfile()
543 bool AutofillProfile::IsSubsetOf(const AutofillProfile& profile, in IsSubsetOf() function in autofill::AutofillProfile
1145 EXPECT_TRUE(new_sync_profiles[0].IsSubsetOf(sync_profile, "en-US")); in TEST_F()