Searched refs:AddAutofillProfile (Results 1 – 13 of 13) sorted by relevance
268 wds_->AddAutofillProfile(profile); in TEST_F()288 wds_->AddAutofillProfile(profile); in TEST_F()332 wds_->AddAutofillProfile(profile1); in TEST_F()333 wds_->AddAutofillProfile(profile2); in TEST_F()501 wds_->AddAutofillProfile(profile); in TEST_F()
673 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(home_profile)); in TEST_F()700 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(billing_profile)); in TEST_F()790 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()831 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()869 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()910 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()951 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p)); in TEST_F()1026 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(profile)); in TEST_F()1036 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(profile)); in TEST_F()1183 db.GetAutofillTable()->AddAutofillProfile(profile); in TEST_F()
201 virtual bool AddAutofillProfile(const AutofillProfile& profile);
455 void AddAutofillProfile(const AutofillProfile& profile);
396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) { in AddAutofillProfile() function in WebDataService1017 if (!db_->GetAutofillTable()->AddAutofillProfile(profile)) { in AddAutofillProfileImpl()
888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { in AddAutofillProfile() function in AutofillTable2144 if (!AddAutofillProfile(*iter)) in MigrateToVersion37MergeAndCullOlderProfiles()
224 if (!web_database_->GetAutofillTable()->AddAutofillProfile(p)) { in ApplyAutofillProfileChange()
353 if (!web_database_->GetAutofillTable()->AddAutofillProfile(*p.get())) { in ApplySyncAutofillProfileChange()
429 if (!web_database_->GetAutofillTable()->AddAutofillProfile( in SaveChangesToWebData()
217 if (!web_database_->GetAutofillTable()->AddAutofillProfile( in SaveChangesToWebData()
111 MOCK_METHOD1(AddAutofillProfile,847 EXPECT_CALL(autofill_table_, AddAutofillProfile(_)). in TEST_F()
394 wds->AddAutofillProfile(*iter); in SetProfiles()
478 wds->AddAutofillProfile(profile2); in TEST_F()