Home | History | Annotate | Download | only in autocomplete

Lines Matching full:suggest

41 // text.  It also starts a task to query the Suggest servers.  When that data
78 // ID used in creating URLFetcher for default provider's suggest results.
81 // ID used in creating URLFetcher for keyword provider's suggest results.
122 // Returns true if the keyword provider is valid and has a valid suggest
131 // Returns true if the default provider is valid and has a valid suggest
184 // Returns true when the current query can be sent to the Suggest service.
185 // This will be false e.g. when Suggest is disabled, the query contains
189 // Stops the suggest query.
193 // Creates a URLFetcher requesting suggest results for the specified
199 // Parses the results from the Suggest server and stores up to kMaxMatches of
276 // Should we query for suggest results immediately? This is normally false,
293 // Number of suggest results that haven't yet arrived. If greater than 0 it
297 // A timer to start a query to the suggest server after the user has stopped
301 // The fetcher that retrieves suggest results for the keyword from the server.
304 // The fetcher that retrieves suggest results for the default engine from the
308 // Suggestions returned by the Suggest server for the input text.