OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:term_score
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
751
int
term_score
= std::max(url_score, title_score);
local
752
if (
term_score
== 0)
778
match.raw_score = std::min(kScoreRank[0], (
term_score
+ score +
[
all
...]
Completed in 30 milliseconds