Searched refs:HistoryIDSet (Results 1 – 3 of 3) sorted by relevance
213 typedef std::set<HistoryID> HistoryIDSet; typedef214 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;321 HistoryIDSet HistoryIDSetFromWords(const string16& uni_string);325 HistoryIDSet HistoryIDsForTerm(const string16& uni_word);
358 HistoryIDSet history_id_set = HistoryIDSetFromWords(all_terms); in HistoryItemsForTerms()403 InMemoryURLIndex::HistoryIDSet InMemoryURLIndex::HistoryIDSetFromWords( in HistoryIDSetFromWords()410 HistoryIDSet history_id_set; in HistoryIDSetFromWords()416 HistoryIDSet term_history_id_set = in HistoryIDSetFromWords()422 HistoryIDSet old_history_id_set(history_id_set); in HistoryIDSetFromWords()435 InMemoryURLIndex::HistoryIDSet InMemoryURLIndex::HistoryIDsForTerm( in HistoryIDsForTerm()437 InMemoryURLIndex::HistoryIDSet history_id_set; in HistoryIDsForTerm()460 HistoryIDSet& word_history_id_set(word_iter->second); in HistoryIDsForTerm()541 HistoryIDSet& history_id_set(history_pos->second); in UpdateWordHistory()552 HistoryIDSet history_id_set; in AddWordHistory()[all …]
601 const InMemoryURLIndex::HistoryIDSet& expected_set(expected->second); in TEST_F()602 const InMemoryURLIndex::HistoryIDSet& actual_set(actual->second); in TEST_F()604 for (InMemoryURLIndex::HistoryIDSet::const_iterator set_iter = in TEST_F()