Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index.h213 typedef std::set<HistoryID> HistoryIDSet; typedef
214 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
321 HistoryIDSet HistoryIDSetFromWords(const string16& uni_string);
325 HistoryIDSet HistoryIDsForTerm(const string16& uni_word);
Din_memory_url_index.cc358 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 …]
Din_memory_url_index_unittest.cc601 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()