Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/webdata/
Dautofill_table.h252 bool EmptyAutofillProfilesTrash();
Dautofill_table_unittest.cc998 ASSERT_TRUE(db.GetAutofillTable()->EmptyAutofillProfilesTrash()); in TEST_F()
1033 EXPECT_TRUE(db.GetAutofillTable()->EmptyAutofillProfilesTrash()); in TEST_F()
1070 EXPECT_TRUE(db.GetAutofillTable()->EmptyAutofillProfilesTrash()); in TEST_F()
Dweb_data_service.cc1151 if (!db_->GetAutofillTable()->EmptyAutofillProfilesTrash()) { in EmptyMigrationTrashImpl()
Dautofill_table.cc1351 bool AutofillTable::EmptyAutofillProfilesTrash() { in EmptyAutofillProfilesTrash() function in AutofillTable