Searched refs:IsAutofillGUIDInTrash (Results 1 – 3 of 3) sorted by relevance
316 bool IsAutofillGUIDInTrash(const std::string& guid);
889 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
1065 EXPECT_FALSE(db.GetAutofillTable()->IsAutofillGUIDInTrash(profile.guid())); in TEST_F()