Home
last modified time | relevance | path

Searched refs:WordID (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_url_index.h200 typedef int WordID; typedef
203 typedef std::map<string16, WordID> WordMap;
206 typedef std::set<WordID> WordIDSet; // An index into the WordList.
214 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
308 void UpdateWordHistory(WordID word_id, HistoryID history_id);
Din_memory_url_index.cc457 WordID word_id = *word_id_iter; in HistoryIDsForTerm()
538 void InMemoryURLIndex::UpdateWordHistory(WordID word_id, HistoryID history_id) { in UpdateWordHistory()
550 WordID word_id = word_list_.size() - 1; in AddWordHistory()
1021 WordID word_id = iter->word_id(); in RestoreWordIDHistoryMap()