Lines Matching refs:AutofillProfile
651 TEST_F(AutofillTableTest, AutofillProfile) { in TEST_F() argument
657 AutofillProfile home_profile; in TEST_F()
677 AutofillProfile* db_profile; in TEST_F()
693 AutofillProfile billing_profile = home_profile; in TEST_F()
782 AutofillProfile p; in TEST_F()
792 AutofillProfile* db_profile; in TEST_F()
823 AutofillProfile p; in TEST_F()
833 AutofillProfile* db_profile; in TEST_F()
861 AutofillProfile p; in TEST_F()
871 AutofillProfile* db_profile; in TEST_F()
902 AutofillProfile p; in TEST_F()
912 AutofillProfile* db_profile; in TEST_F()
943 AutofillProfile p; in TEST_F()
953 AutofillProfile* db_profile; in TEST_F()
1012 AutofillProfile profile; in TEST_F()
1027 AutofillProfile* added_profile = NULL; in TEST_F()
1030 EXPECT_EQ(static_cast<AutofillProfile*>(NULL), added_profile); in TEST_F()
1039 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); in TEST_F()
1048 AutofillProfile* updated_profile = NULL; in TEST_F()
1051 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); in TEST_F()
1062 AutofillProfile* removed_profile = NULL; in TEST_F()
1066 ASSERT_NE(static_cast<AutofillProfile*>(NULL), removed_profile); in TEST_F()
1075 EXPECT_EQ(static_cast<AutofillProfile*>(NULL), removed_profile); in TEST_F()
1169 AutofillProfile profile; in TEST_F()
1194 AutofillProfile* tmp_profile; in TEST_F()
1197 scoped_ptr<AutofillProfile> db_profile(tmp_profile); in TEST_F()