HomeSort by relevance Sort by last modified time
    Searched full:max_words_per_term_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.cc 45 // Stores up to max_words_per_term_ previous words separated by spaces.
101 max_words_per_term_(max_words_per_term),
273 if (state_->previous_word_sizes.size() >= max_words_per_term_) {
phishing_term_feature_extractor.h 133 const size_t max_words_per_term_; member in class:safe_browsing::PhishingTermFeatureExtractor

Completed in 281 milliseconds