Searched defs:timestamps_ptr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 25 milliseconds