Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:providers_

790   providers_.push_back(search_provider_);
795 providers_.push_back(new HistoryQuickProvider(this, profile));
798 providers_.push_back(new HistoryURLProvider(this, profile));
799 providers_.push_back(new KeywordProvider(this, profile));
800 providers_.push_back(new HistoryContentsProvider(this, profile));
801 providers_.push_back(new BuiltinProvider(this, profile));
802 providers_.push_back(new ExtensionAppProvider(this, profile));
803 for (ACProviders::iterator i(providers_.begin()); i != providers_.end(); ++i)
817 for (ACProviders::iterator i(providers_.begin()); i != providers_.end(); ++i)
820 providers_.clear(); // Not really necessary.
825 for (ACProviders::iterator i(providers_.begin()); i != providers_.end(); ++i)
861 for (ACProviders::iterator i(providers_.begin()); i != providers_.end();
883 for (ACProviders::const_iterator i(providers_.begin()); i != providers_.end();
930 for (ACProviders::const_iterator i(providers_.begin()); i != providers_.end();
980 for (ACProviders::const_iterator i(providers_.begin()); i != providers_.end();