Home | History | Annotate | Download | only in autocomplete

Lines Matching full:controller

21 // class creates an instance of the controller, which in turn creates a set of
22 // AutocompleteProviders to serve it. The owning class can ask the controller
23 // to Start() a query; the controller in turn passes this call down to the
26 // processing, it notifies the controller, which merges the combined matches
30 // controller will in turn communicate to all the providers. No callbacks will
381 // calls the controller's OnProviderUpdate() method. The controller can then
385 // controller is expected to check for these without prompting (since
420 // we have good relevance heuristics; the controller should handle all
601 // providers will be overridden and the controller will take ownership of the
641 // If |matches_requested| is BEST_MATCH or SYNCHRONOUS_MATCHES the controller
645 // The controller calls AutocompleteControllerDelegate::OnResultChanged() from
648 // controller is done the notification AUTOCOMPLETE_CONTROLLER_RESULT_READY is
661 // If |clear_result| is true, the controller will also erase the result set.