Home | History | Annotate | Download | only in search_engines

Lines Matching defs:existing_url

433   TemplateURL* existing_url = GetTemplateURLForKeyword(keyword);
435 *template_url_to_replace = existing_url;
436 if (existing_url) {
439 return CanReplace(existing_url);
1516 const TemplateURL* existing_url = i->second;
1521 bool existing_extension = existing_url->IsExtensionKeyword();
1524 !CanReplace(template_url) : CanReplace(existing_url))