Home | History | Annotate | Download | only in autocomplete

Lines Matching full:keyword

45 // Keyword (non-substituting or in keyword UI mode, exact match)       | 1500
52 // Keyword (substituting, exact match) | 1100
62 // Keyword (inexact match) | 450
70 // Keyword (non-substituting or in keyword UI mode, exact match) | 1500
77 // Keyword (substituting, exact match) | 1100
87 // Keyword (inexact match) | 450
95 // Keyword (non-substituting or in keyword UI mode, exact match) | 1500
100 // Keyword (substituting, exact match) | 1100
105 // Keyword (inexact match) | 700
115 // Keyword (non-substituting or in keyword UI mode, exact match) | 1500
116 // Keyword (substituting, exact match) | 1450
130 // Keyword (inexact match) | 450
150 // (A search keyword is a keyword with a replacement string; a bookmark keyword
151 // is a keyword with no replacement string, that is, a shortcut for a URL.)
154 // typed a keyword, then the primary provider is the keyword provider and the
156 // keyword, then the primary provider corresponds to the default provider.
307 // keyword, we should score it like a non-substituting keyword.
311 // keyword match. If not, the default result is guaranteed not to be a
312 // keyword search, even if the input is "<keyword> <search string>".
632 // |prefer_keyword| should be true when the keyword UI is onscreen; this will
633 // bias the autocomplete result set toward the keyword provider when the input
634 // string is a bare keyword.
636 // |allow_exact_keyword_match| should be false when triggering keyword mode on