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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.h109 bool IsSubsetOf(const AutofillProfile& profile,
H A Dautofill_profile_unittest.cc812 TEST(AutofillProfileTest, IsSubsetOf) {
826 EXPECT_TRUE(a->IsSubsetOf(*b, "en-US"));
829 EXPECT_FALSE(b->IsSubsetOf(*a, "en-US"));
832 EXPECT_TRUE(a->IsSubsetOf(*a, "en-US"));
845 EXPECT_FALSE(a->IsSubsetOf(*b, "en-US"));
H A Dautofill_profile.cc543 bool AutofillProfile::IsSubsetOf(const AutofillProfile& profile, function in class:autofill::AutofillProfile
H A Dpersonal_data_manager.cc1005 if (imported_profile.IsSubsetOf(**iter, app_locale_))
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc1145 EXPECT_TRUE(new_sync_profiles[0].IsSubsetOf(sync_profile, "en-US"));

Completed in 64 milliseconds