HomeSort by relevance Sort by last modified time
    Searched refs:IsSubsetOf (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/autofill/
form_group.h 49 bool IsSubsetOf(const FormGroup& form_group) const;
form_group.cc 28 bool FormGroup::IsSubsetOf(const FormGroup& form_group) const {
autofill_profile_unittest.cc 495 TEST(AutofillProfileTest, IsSubsetOf) {
507 EXPECT_TRUE(a->IsSubsetOf(*b));
510 EXPECT_FALSE(b->IsSubsetOf(*a));
513 EXPECT_TRUE(a->IsSubsetOf(*a));
524 EXPECT_FALSE(a->IsSubsetOf(*b));
personal_data_manager.cc 332 if (local_imported_credit_card->IsSubsetOf(**iter)) {
473 if (profile.IsSubsetOf(**iter))
738 if (profile.IsSubsetOf(**iter)) {
900 if (imported_credit_card.IsSubsetOf(**iter)) {
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 99 bool IsSubsetOf(const AutofillProfile& profile,
autofill_profile_unittest.cc 518 TEST(AutofillProfileTest, IsSubsetOf) {
532 EXPECT_TRUE(a->IsSubsetOf(*b, "en-US"));
535 EXPECT_FALSE(b->IsSubsetOf(*a, "en-US"));
538 EXPECT_TRUE(a->IsSubsetOf(*a, "en-US"));
551 EXPECT_FALSE(a->IsSubsetOf(*b, "en-US"));
    [all...]
autofill_profile.cc 461 bool AutofillProfile::IsSubsetOf(const AutofillProfile& profile,
personal_data_manager.cc 945 if (imported_profile.IsSubsetOf(**iter, app_locale_))
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc     [all...]

Completed in 181 milliseconds