Home
last modified time | relevance | path

Searched refs:InsertAutofillEntry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_table.h340 bool InsertAutofillEntry(const AutofillEntry& entry);
Dautofill_table.cc798 if (!InsertAutofillEntry(entries[i])) in UpdateAutofillEntries()
805 bool AutofillTable::InsertAutofillEntry(const AutofillEntry& entry) { in InsertAutofillEntry() function in autofill::AutofillTable