Home
last modified time | relevance | path

Searched refs:UpdateAutofillProfile (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table.h205 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
285 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, UpdateAutofillProfile);
Dweb_data_service.h458 void UpdateAutofillProfile(const AutofillProfile& profile);
Dweb_data_service_unittest.cc360 wds_->UpdateAutofillProfile(profile1_changed); in TEST_F()
Dautofill_table_unittest.cc846 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfile(p)); in TEST_F()
1164 TEST_F(AutofillTableTest, UpdateAutofillProfile) { in TEST_F() argument
Dweb_data_service.cc406 void WebDataService::UpdateAutofillProfile(const AutofillProfile& profile) { in UpdateAutofillProfile() function in WebDataService
Dautofill_table.cc978 bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) { in UpdateAutofillProfile() function in AutofillTable
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc247 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in ApplyAutofillProfileChange()
Dautofill_change_processor.cc379 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in ApplySyncAutofillProfileChange()
Dautofill_profile_model_associator.cc437 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in SaveChangesToWebData()
Dautofill_model_associator.cc225 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile( in SaveChangesToWebData()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.cc386 wds->UpdateAutofillProfile(*iter); in SetProfiles()
501 wds->UpdateAutofillProfile(profile); in UpdateProfile()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc109 MOCK_METHOD1(UpdateAutofillProfile,
808 EXPECT_CALL(autofill_table_, UpdateAutofillProfile(_)). in TEST_F()