Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:Providers

32 // providers, each of which keeps track of its own matches and whether it has
38 // controller will in turn communicate to all the providers. No callbacks will
47 // matches from a series of providers into one AutocompleteResult.
50 typedef std::vector<scoped_refptr<AutocompleteProvider> > Providers;
62 // Starts an autocomplete query, which continues until all providers are
102 // of various providers. In turn, calls
142 const Providers& providers() const { return providers_; }
165 // set from the providers' current data.)
192 // Updates |done_| to be accurate with respect to current providers' statuses.
203 // A list of all providers.
204 Providers providers_;
236 // Timer used to tell the providers to Stop() searching for matches.
250 // notifications until Start() has been invoked on all providers.