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

/external/chromium/chrome/browser/webdata/
H A Dautofill_table_unittest.cc1027 AutofillProfile* added_profile = NULL; local
1029 profile.guid(), &added_profile));
1030 EXPECT_EQ(static_cast<AutofillProfile*>(NULL), added_profile); local
1038 &added_profile));
1039 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); local
1040 delete added_profile;
1051 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); local
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc793 AutofillProfile* added_profile = NULL; local
794 EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &added_profile));
795 EXPECT_EQ(static_cast<AutofillProfile*>(NULL), added_profile); local
803 &added_profile));
804 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); local
805 delete added_profile;
815 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); local
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc901 AutofillProfile added_profile; local
902 autofill_test::SetProfileInfoWithGuid(&added_profile,
908 added_profile.guid(), &added_profile);
918 EXPECT_EQ(0, added_profile.Compare(new_sync_profiles[0]));
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc1263 AutofillProfile added_profile; local
1264 autofill::test::SetProfileInfoWithGuid(&added_profile,
1270 AutofillProfileChange::ADD, added_profile.guid(), &added_profile);
1277 EXPECT_EQ(0, added_profile.Compare(new_sync_profiles[0]));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1650 const AutofillProfile& added_profile = local
1658 added_profile.GetInfo(AutofillType(type), "en-US"));

Completed in 688 milliseconds