Home
last modified time | relevance | path

Searched refs:ClearAutofillEmptyValueElements (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dweb_database.cc170 if (!autofill_table_->ClearAutofillEmptyValueElements()) in MigrateOldVersionsAsNeeded()
Dautofill_table.h256 bool ClearAutofillEmptyValueElements();
Dautofill_table.cc683 bool AutofillTable::ClearAutofillEmptyValueElements() { in ClearAutofillEmptyValueElements() function in AutofillTable
Dautofill_table_unittest.cc332 db.GetAutofillTable()->ClearAutofillEmptyValueElements(); in TEST_F()