OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:at_word_boundary
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/history/
scored_history_match.cc
348
const bool
at_word_boundary
= (next_word_starts != end_word_starts) &&
local
353
DCHECK(
at_word_boundary
);
358
DCHECK(
at_word_boundary
);
367
term_scores[iter->term_num] +=
at_word_boundary
? 10 : 2;
372
term_scores[iter->term_num] +=
at_word_boundary
? 10 : 0;
377
DCHECK(
at_word_boundary
);
Completed in 806 milliseconds