Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/webdata/
Dautofill_table.cc718 std::vector<base::Time>* timestamps_ptr = NULL; in GetAllAutofillEntries() local
729 timestamps_ptr = new std::vector<base::Time>; in GetAllAutofillEntries()
730 timestamps_ptr->push_back(time); in GetAllAutofillEntries()
737 AutofillEntry entry(*current_key_ptr, *timestamps_ptr); in GetAllAutofillEntries()
741 delete timestamps_ptr; in GetAllAutofillEntries()
744 timestamps_ptr = new std::vector<base::Time>; in GetAllAutofillEntries()
746 timestamps_ptr->push_back(time); in GetAllAutofillEntries()
752 AutofillEntry entry(*current_key_ptr, *timestamps_ptr); in GetAllAutofillEntries()
755 delete timestamps_ptr; in GetAllAutofillEntries()