Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:promote

208     // need to promote lower-quality matches that are prefixes of
231 // Try to promote a match as an exact/inline autocomplete match. This also
249 // Failed to promote any URLs for inline autocompletion. Use the What You
404 // Promote as an exact match.
415 // Promote the first match if it's been typed at least n times, where n == 1
514 bool promote = true;
531 // Try to get info on the search base itself. Promote it to the top if the
534 promote = match.url_info.typed_count() <= 1;
537 // Promote or add the desired URL to the list of matches.
539 matches, promote);
548 bool promote) {
554 if (promote)
562 if (promote)
621 // Pass 1: Get the in-memory URL database, and use it to find and promote