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

/external/chromium/chrome/browser/webdata/
H A Dautofill_table.h316 bool IsAutofillGUIDInTrash(const std::string& guid);
H A Dautofill_table.cc889 if (IsAutofillGUIDInTrash(profile.guid()))
1062 if (IsAutofillGUIDInTrash(guid)) {
1408 bool AutofillTable::IsAutofillGUIDInTrash(const std::string& guid) { function in class:AutofillTable
H A Dautofill_table_unittest.cc1065 EXPECT_FALSE(db.GetAutofillTable()->IsAutofillGUIDInTrash(profile.guid()));

Completed in 45 milliseconds