Searched refs:RemoveAutofillProfile (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_table.h212 virtual bool RemoveAutofillProfile(const std::string& guid);
H A Dweb_data_service.h462 void RemoveAutofillProfile(const std::string& guid);
H A Dautofill_table_unittest.cc772 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(
1055 // Try to delete the trashed profile. This stops |RemoveAutofillProfile| from
1057 // removal from trash is done by |WebDataService|. |RemoveAutofillProfile|
1061 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid()));
1071 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid()));
H A Dweb_data_service_unittest.cc312 wds_->RemoveAutofillProfile(profile.guid());
H A Dweb_data_service.cc416 void WebDataService::RemoveAutofillProfile(const std::string& guid) { function in class:WebDataService
1081 if (!db_->GetAutofillTable()->RemoveAutofillProfile(guid)) {
H A Dautofill_table.cc1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { function in class:AutofillTable
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.cc182 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(
H A Dautofill_change_processor.cc400 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(*guid)) {
H A Dautofill_profile_model_associator.cc445 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc113 MOCK_METHOD1(RemoveAutofillProfile,
849 EXPECT_CALL(autofill_table_, RemoveAutofillProfile(native_guid)).
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager_unittest.cc494 wds->RemoveAutofillProfile(profile1.guid());
495 wds->RemoveAutofillProfile(profile2.guid());
H A Dpersonal_data_manager.cc379 wds->RemoveAutofillProfile((*iter)->guid());

Completed in 244 milliseconds