OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxVisitsToScore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
scored_history_match.h
78
// Examines the first
kMaxVisitsToScore
and return a score (higher is
127
static const size_t
kMaxVisitsToScore
;
scored_history_match.cc
29
const size_t ScoredHistoryMatch::
kMaxVisitsToScore
= 10u;
456
// most
kMaxVisitsToScore
visits, where each visit is weighted using
458
//
kMaxVisitsToScore
as the denominator for the average regardless of
460
// fewer visits than
kMaxVisitsToScore
.
461
const int total_sampled_visits = std::min(visits.size(),
kMaxVisitsToScore
);
Completed in 45 milliseconds