Home | History | Annotate | Download | only in search_engines

Lines Matching refs:template_urls

61     TemplateURLService::TemplateURLVector* template_urls,
64 DCHECK(template_urls);
73 // Separate |template_urls| into prepopulated and non-prepopulated groups.
78 template_urls->begin()); i != template_urls->end(); ++i) {
136 template_urls->swap(checked_urls);
142 const TemplateURLService::TemplateURLVector& template_urls,
145 template_urls.begin()); i != template_urls.end(); ++i) {
177 TemplateURLService::TemplateURLVector* template_urls,
181 DCHECK(template_urls);
184 // Create a map to hold all provided |template_urls| that originally came from
189 template_urls->begin()); i != template_urls->end(); ++i) {
195 // For each current prepopulated URL, check whether |template_urls| contained
198 // name and keyword.) If not, add the prepopulated URL to |template_urls|.
223 // Replace the entry in |template_urls| with the updated one.
225 template_urls->begin(), template_urls->end(), existing_url.get());
231 template_urls->push_back(prepopulated_url.release());
232 url_in_vector = template_urls->back();
251 std::find(template_urls->begin(), template_urls->end(), template_url);
252 DCHECK(j != template_urls->end());
253 template_urls->erase(j);
268 TemplateURLService::TemplateURLVector* template_urls,
273 DCHECK(template_urls);
274 DCHECK(template_urls->empty());
296 template_urls->push_back(new TemplateURL(profile, *i));
302 GetTemplateURLByID(*template_urls, default_search_provider_id);
306 GetSearchProvidersUsingLoadedEngines(service, profile, template_urls,
315 TemplateURLService::TemplateURLVector* template_urls,
320 DCHECK(template_urls);
329 *default_search_provider, template_urls,
337 default_search_index, template_urls, default_search_provider,