Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_table.h346 bool IsAutofillGUIDInTrash(const std::string& guid);
Dautofill_table.cc878 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
Dautofill_table_unittest.cc947 EXPECT_FALSE(table_->IsAutofillGUIDInTrash(profile.guid())); in TEST_F()