Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:Providers

179   // |provider2_ptr| are updated to point to the new providers if non-NULL.
184 // Runs a query on the input "a", and makes sure both providers' input is
264 AutocompleteController::Providers providers;
266 // Construct two new providers, with either the same or different prefixes.
272 providers.push_back(provider1);
280 providers.push_back(provider2);
282 // Reset the controller to contain our new providers.
285 // We're going to swap the providers vector, but the old vector should be
288 controller_->providers_.swap(providers);
292 // The providers don't complete synchronously, so listen for "result updated"