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

  /external/chromium/chrome/browser/webdata/
autofill_table.h 179 bool InsertPairIDAndDate(int64 pair_id, base::Time date_created);
autofill_table.cc 639 bool AutofillTable::InsertPairIDAndDate(int64 pair_id,
837 if (!InsertPairIDAndDate(pair_id, entry.timestamps()[i]))
859 if (!InsertPairIDAndDate(pair_id, time))
    [all...]

Completed in 21 milliseconds