Home
last modified time | relevance | path

Searched refs:RemoveAutofillProfilesAndCreditCardsModifiedBetween (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table.h241 bool RemoveAutofillProfilesAndCreditCardsModifiedBetween(
289 RemoveAutofillProfilesAndCreditCardsModifiedBetween);
Dweb_data_service.h491 void RemoveAutofillProfilesAndCreditCardsModifiedBetween(
Dautofill_table_unittest.cc1325 TEST_F(AutofillTableTest, RemoveAutofillProfilesAndCreditCardsModifiedBetween) { in TEST_F() argument
1359 db.GetAutofillTable()->RemoveAutofillProfilesAndCreditCardsModifiedBetween( in TEST_F()
1395 db.GetAutofillTable()->RemoveAutofillProfilesAndCreditCardsModifiedBetween( in TEST_F()
1422 db.GetAutofillTable()->RemoveAutofillProfilesAndCreditCardsModifiedBetween( in TEST_F()
Dweb_data_service.cc490 void WebDataService::RemoveAutofillProfilesAndCreditCardsModifiedBetween( in RemoveAutofillProfilesAndCreditCardsModifiedBetween() function in WebDataService
1256 RemoveAutofillProfilesAndCreditCardsModifiedBetween( in RemoveAutofillProfilesAndCreditCardsModifiedBetweenImpl()
Dweb_data_service_unittest.cc555 wds_->RemoveAutofillProfilesAndCreditCardsModifiedBetween(Time(), Time()); in TEST_F()
Dautofill_table.cc1246 bool AutofillTable::RemoveAutofillProfilesAndCreditCardsModifiedBetween( in RemoveAutofillProfilesAndCreditCardsModifiedBetween() function in AutofillTable
/external/chromium/chrome/browser/
Dbrowsing_data_remover.cc232 web_data_service->RemoveAutofillProfilesAndCreditCardsModifiedBetween( in Remove()