Home
last modified time | relevance | path

Searched refs:input_multiple_words (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
Dsearch_provider.cc1031 bool input_multiple_words, in ScoreHistoryResultsHelper() argument
1050 (!input_multiple_words && (i->visits < 2) && in ScoreHistoryResultsHelper()
1152 bool input_multiple_words = HasMultipleWords(input_text); in ScoreHistoryResults() local
1154 if (!prevent_inline_autocomplete && input_multiple_words) { in ScoreHistoryResults()
1173 input_multiple_words, in ScoreHistoryResults()
Dsearch_provider.h274 bool input_multiple_words,