Home
last modified time | relevance | path

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

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