Searched refs:IsAutofillGUIDInTrash (Results 1 – 3 of 3) sorted by relevance
346 bool IsAutofillGUIDInTrash(const std::string& guid);
878 if (IsAutofillGUIDInTrash(profile.guid())) in AddAutofillProfile()986 if (IsAutofillGUIDInTrash(guid)) { in RemoveAutofillProfile()1292 bool AutofillTable::IsAutofillGUIDInTrash(const std::string& guid) { in IsAutofillGUIDInTrash() function in autofill::AutofillTable
947 EXPECT_FALSE(table_->IsAutofillGUIDInTrash(profile.guid())); in TEST_F()