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

  /external/chromium_org/chrome/renderer/safe_browsing/
scorer.h 55 size_t max_words_per_term() const;
scorer.cc 98 size_t Scorer::max_words_per_term() const { function in class:safe_browsing::Scorer
99 return model_.max_words_per_term();
phishing_term_feature_extractor.h 42 // terms may be multi-word n-grams, with at most |max_words_per_term| words.
60 size_t max_words_per_term,
scorer_unittest.cc 99 EXPECT_EQ(2U, scorer->max_words_per_term());
phishing_term_feature_extractor.cc 87 size_t max_words_per_term,
94 max_words_per_term_(max_words_per_term),
phishing_classifier.cc 64 scorer_->max_words_per_term(),

Completed in 70 milliseconds