Lines Matching full:autocomplete
5 // This file contains the Search autocomplete provider. This provider is
6 // responsible for all non-keyword autocomplete entries that start with
9 // managed by the autocomplete controller.
11 // For more information on the autocomplete system in general, including how
12 // the autocomplete controller and autocomplete providers work, see
13 // chrome/browser/autocomplete.h.
24 #include "chrome/browser/autocomplete/autocomplete.h"
25 #include "chrome/browser/autocomplete/autocomplete_match.h"
34 // Autocomplete provider for searches and suggestions from a search engine.
36 // After construction, the autocomplete controller repeatedly calls Start()