Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:AutocompleteController

20 // The AutocompleteController is the center of the autocomplete system.  A
34 // autocomplete system. All calls to and from the AutocompleteController should
168 class AutocompleteController;
359 // calling it. Because the AutocompleteController (the typical listener)
590 // AutocompleteController -----------------------------------------------------
594 class AutocompleteController : public ACProviderListener {
603 AutocompleteController(Profile* profile,
606 explicit AutocompleteController(const ACProviders& providers)
614 ~AutocompleteController();
714 base::OneShotTimer<AutocompleteController> expire_timer_;
723 DISALLOW_COPY_AND_ASSIGN(AutocompleteController);