Searched refs:term_char_word_set_cache_ (Results 1 – 2 of 2) sorted by relevance
228 term_char_word_set_cache_.clear(); in ClearPrivateData()324 term_char_word_set_cache_.clear(); in UpdateURL()336 term_char_word_set_cache_.clear(); in DeleteURL()385 term_char_word_set_cache_.erase( in HistoryItemsForTerms()386 std::remove_if(term_char_word_set_cache_.begin(), in HistoryItemsForTerms()387 term_char_word_set_cache_.end(), in HistoryItemsForTerms()389 term_char_word_set_cache_.end()); in HistoryItemsForTerms()398 term_char_word_set_cache_.begin(); in ResetTermCharWordSetCache()399 iter != term_char_word_set_cache_.end(); ++iter) in ResetTermCharWordSetCache()583 return term_char_word_set_cache_[index].word_id_set_; in WordIDSetForTermChars()[all …]
401 TermCharWordSetVector term_char_word_set_cache_; variable