HomeSort by relevance Sort by last modified time
    Searched refs:WordID (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 139 typedef size_t WordID;
141 // A map allowing a WordID to be determined given a word.
142 typedef std::map<base::string16, WordID> WordMap;
145 typedef std::set<WordID> WordIDSet; // An index into the WordList.
152 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
url_index_private_data.h 281 void UpdateWordHistory(WordID word_id, HistoryID history_id);
285 void AddToHistoryIDWordMap(HistoryID history_id, WordID word_id);
349 // a WordID. As URL visits are added or modified new words may be added to
358 // WordID) in the |word_list_|.
365 // A one-to-many mapping from a WordID to all HistoryIDs (the row_id as
url_index_private_data.cc 643 WordID word_id = *word_id_iter;
787 WordID word_id = word_list_.size();
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 200 typedef int WordID;
202 // A map allowing a WordID to be determined given a word.
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);
in_memory_url_index.cc 457 WordID word_id = *word_id_iter;
538 void InMemoryURLIndex::UpdateWordHistory(WordID word_id, HistoryID history_id) {
550 WordID word_id = word_list_.size() - 1;
    [all...]

Completed in 429 milliseconds