Home | History | Annotate | Download | only in omnibox

Lines Matching refs:Providers

22   const AutocompleteController::Providers& GetAutocompleteProviders() const {
23 return omnibox_controller_->autocomplete_controller()->providers();
43 // Checks that the list of autocomplete providers used by the OmniboxController
46 const AutocompleteController::Providers& providers =
49 for (size_t i = 0; i < providers.size(); ++i) {
51 int type = providers[i]->type();
58 // Ensure we saw all the providers we expected.
64 // First collect the basic providers.
66 const AutocompleteController::Providers& providers =
68 for (size_t i = 0; i < providers.size(); ++i)
69 observed_providers |= providers[i]->type();