OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:term_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc
149
double
term_length
= static_cast<double>(match.second - match.first);
local
150
scoring_factor_ +=
term_length
*
/external/chromium_org/chrome/browser/history/
url_index_private_data.cc
556
size_t
term_length
= term.length();
558
if (
term_length
> 1) {
577
if (prefix_length ==
term_length
) {
648
if (
term_length
> 1)
[
all
...]
Completed in 196 milliseconds