Searched refs:AddAutofillGUIDToTrash (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_table.h260 bool AddAutofillGUIDToTrash(const std::string& guid);
H A Dautofill_table_unittest.cc989 ASSERT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(
991 ASSERT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(
1025 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(profile.guid()));
1045 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(profile.guid()));
H A Dautofill_table.cc1378 bool AutofillTable::AddAutofillGUIDToTrash(const std::string& guid) { function in class:AutofillTable
2127 AddAutofillGUIDToTrash(p->guid());
2131 AddAutofillGUIDToTrash(p->guid());

Completed in 58 milliseconds