Home
last modified time | relevance | path

Searched refs:IsSubsetOf (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.h109 bool IsSubsetOf(const AutofillProfile& profile,
Dautofill_profile_unittest.cc812 TEST(AutofillProfileTest, IsSubsetOf) { in TEST() argument
826 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()
Dpersonal_data_manager.cc1005 if (imported_profile.IsSubsetOf(**iter, app_locale_)) in SaveImportedProfile()
Dautofill_profile.cc543 bool AutofillProfile::IsSubsetOf(const AutofillProfile& profile, in IsSubsetOf() function in autofill::AutofillProfile
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc1145 EXPECT_TRUE(new_sync_profiles[0].IsSubsetOf(sync_profile, "en-US")); in TEST_F()