Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/webdata/
Dautofill_table.h310 bool InsertAutofillEntry(const AutofillEntry& entry);
Dautofill_table.cc809 if (!InsertAutofillEntry(entries[i])) in UpdateAutofillEntries()
816 bool AutofillTable::InsertAutofillEntry(const AutofillEntry& entry) { in InsertAutofillEntry() function in AutofillTable