Home | History | Annotate | Download | only in history

Lines Matching refs:new_list

454                                const MostVisitedURLList& new_list,
467 for (size_t i = 0; i < new_list.size(); i++) {
468 std::map<GURL, size_t>::iterator found = all_old_urls.find(new_list[i].url);
471 added.url = new_list[i];
477 moved.url = new_list[i];