Searched refs:RemoveFormElementForID (Results 1 – 2 of 2) sorted by relevance
182 bool RemoveFormElementForID(int64 pair_id);
546 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