Home | History | Annotate | Download | only in autocomplete

Lines Matching full:provider

5 // This file contains the Search autocomplete provider.  This provider is
34 // Autocomplete provider for searches and suggestions from a search engine.
40 // Initially the provider creates a match that searches for the current input
42 // comes back, the provider creates and returns matches for the best
60 // This method also marks the search provider as no longer needing to wait for
78 // ID used in creating URLFetcher for default provider's suggest results.
81 // ID used in creating URLFetcher for keyword provider's suggest results.
89 // . The default provider. This corresponds to the user's default search
92 // . The keyword provider. This is used if the user has typed in a keyword.
119 // Returns true of the keyword provider is valid.
122 // Returns true if the keyword provider is valid and has a valid suggest
128 // Returns true of the default provider is valid.
131 // Returns true if the default provider is valid and has a valid suggest
138 // the keyword provider is not valid.
196 const TemplateURL& provider,
218 // whether the results correspond to the keyword provider or default provider.
225 // indicates whether the results correspond to the keyword provider or default
226 // provider.
236 // if the search is from the keyword provider. |looks_like_url| is true if the
243 // if the search is from the keyword provider.
248 // result was suggested by the keyword provider.
286 // Input text when searching against the keyword provider.