OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.
55
size_t
max_words_per_term
,
scorer_unittest.cc
97
EXPECT_EQ(2U, scorer->
max_words_per_term
());
phishing_term_feature_extractor.cc
96
size_t
max_words_per_term
,
101
max_words_per_term_(
max_words_per_term
),
phishing_classifier.cc
64
scorer_->
max_words_per_term
(),
Completed in 453 milliseconds