Lines Matching full:controller
117 // These providers are owned by the controller once it's created.
138 // Forget about any existing providers. The controller owns them and will
153 // Reset the controller to contain our new providers.
154 AutocompleteController* controller = new AutocompleteController(providers_);
155 controller_.reset(controller);
156 providerA->set_listener(controller);
157 providerB->set_listener(controller);
186 // Forget about any existing providers. The controller owns them and will
200 AutocompleteController* controller = new AutocompleteController(providers_);
201 controller_.reset(controller);
216 // Send the controller input which exactly matches the keyword provider we