Home | History | Annotate | Download | only in history

Lines Matching defs:old_list

446   std::vector<MostVisitedURL> old_list;
447 AppendMostVisitedURL(&old_list, stays_the_same); // 0 (unchanged)
448 AppendMostVisitedURL(&old_list, gets_deleted_1); // 1 (deleted)
449 AppendMostVisitedURL(&old_list, gets_moved_1); // 2 (moved to 3)
458 history::TopSites::DiffMostVisited(old_list, new_list, &delta);