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

  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 636 WordID word_id = *word_id_iter; local
637 WordIDHistoryMap::iterator word_iter = word_id_history_map_.find(word_id);
777 WordID word_id = word_list_.size(); local
781 word_id = *(available_words_.begin());
782 word_list_[word_id] = term;
783 available_words_.erase(word_id);
785 word_map_[term] = word_id;
789 word_id_history_map_[word_id] = history_id_set;
790 AddToHistoryIDWordMap(history_id, word_id);
802 word_id_set.insert(word_id);
851 WordID word_id = *word_id_iter; local
    [all...]
url_index_private_data.h 276 // Creates a new entry in the word/history map for |word_id| and add
281 // |history_id| to set for |word_id| in the word_id_history_map_.
282 void UpdateWordHistory(WordID word_id, HistoryID history_id);
284 // Adds |word_id| to |history_id|'s entry in the history/word map,
286 void AddToHistoryIDWordMap(HistoryID history_id, WordID word_id);
  /external/chromium_org/third_party/brotli/src/brotli/enc/
transform.h 230 inline std::string GetTransformedDictionaryWord(int len_code, int word_id) {
233 int t = word_id / num_words;
234 int word_idx = word_id % num_words;
hash.h 346 int word_id; local
347 if (static_dict_->Get(snippet, &copy_len_code, &word_id)) {
348 const size_t backward = max_backward + word_id + 1;
encode.cc 916 int word_id = t * num_words + j; local
917 std::string word = GetTransformedDictionaryWord(i, word_id);
919 static_dictionary_->Insert(word, i, word_id);
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 993 int word_id = distance - max_distance - 1; local
    [all...]

Completed in 222 milliseconds