HomeSort by relevance Sort by last modified time
    Searched refs:SetCountOfFormElement (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/webdata/
autofill_table.h 172 bool SetCountOfFormElement(int64 pair_id, int count);
autofill_table.cc 550 if (!SetCountOfFormElement(pair_id, count + delta))
599 bool AutofillTable::SetCountOfFormElement(int64 pair_id, int count) {
856 if (!SetCountOfFormElement(pair_id, count + 1))
    [all...]

Completed in 35 milliseconds