Home | History | Annotate | Download | only in search_engines

Lines Matching refs:new_url

388   TemplateURL new_url(*url);
389 new_url.set_short_name(title);
390 new_url.set_keyword(keyword);
391 if ((new_url.url() && search_url.empty()) ||
392 (!new_url.url() && !search_url.empty()) ||
393 (new_url.url() && new_url.url()->url() != search_url)) {
395 new_url.SetFaviconURL(GURL());
396 new_url.SetURL(search_url, 0, 0);
398 new_url.set_safe_for_autoreplace(false);
399 UpdateNoNotify(url, new_url);