Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/webdata/
Dautofill_table.h182 bool RemoveFormElementForID(int64 pair_id);
Dautofill_table.cc546 if (!RemoveFormElementForID(pair_id)) in AddToCountOfFormElement()
698 if (!RemoveFormElementForID(*iter)) in ClearAutofillEmptyValueElements()
802 if (!RemoveFormElementForID(s.ColumnInt64(0))) in UpdateAutofillEntries()
884 return RemoveFormElementForID(s.ColumnInt64(0)); in RemoveFormElement()
1363 bool AutofillTable::RemoveFormElementForID(int64 pair_id) { in RemoveFormElementForID() function in AutofillTable