Home | History | Annotate | Download | only in search_engines

Lines Matching refs:urls

89     ScopedVector<TemplateURL> urls;
91 TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile, &urls.get(),
94 for (size_t turl_i = 0; turl_i < urls.size(); ++turl_i) {
95 ASSERT_TRUE(unique_ids.find(urls[turl_i]->prepopulate_id()) ==
97 unique_ids.insert(urls[turl_i]->prepopulate_id());
252 // Ensure all the URLs have the required fields populated.
287 // Google URLs in different forms.
304 // Non-Google URLs.
316 // URLs for engines not present in country-specific lists.
319 // Also test matching against alternate URLs (and TLD+1 matching).