Searched refs:added_profile (Results 1 - 2 of 2) 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/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]));

Completed in 54 milliseconds