Searched refs:WordID (Results 1 – 2 of 2) sorted by relevance
200 typedef int WordID; typedef203 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);
457 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()