Searched refs:UpdateAutofillProfile (Results 1 – 12 of 12) sorted by relevance
205 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);285 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, UpdateAutofillProfile);
458 void UpdateAutofillProfile(const AutofillProfile& profile);
360 wds_->UpdateAutofillProfile(profile1_changed); in TEST_F()
846 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfile(p)); in TEST_F()1164 TEST_F(AutofillTableTest, UpdateAutofillProfile) { in TEST_F() argument
406 void WebDataService::UpdateAutofillProfile(const AutofillProfile& profile) { in UpdateAutofillProfile() function in WebDataService
978 bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) { in UpdateAutofillProfile() function in AutofillTable
247 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in ApplyAutofillProfileChange()
379 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in ApplySyncAutofillProfileChange()
437 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in SaveChangesToWebData()
225 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in SaveChangesToWebData()
386 wds->UpdateAutofillProfile(*iter); in SetProfiles()501 wds->UpdateAutofillProfile(profile); in UpdateProfile()
109 MOCK_METHOD1(UpdateAutofillProfile,808 EXPECT_CALL(autofill_table_, UpdateAutofillProfile(_)). in TEST_F()