Home
last modified time | relevance | path

Searched refs:CanReplace (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/search_engines/
Dtemplate_url_model.h313 bool CanReplace(const TemplateURL* t_url);
Dtemplate_url_model.cc226 return CanReplace(existing_url); in CanReplaceKeyword()
306 CanReplace(template_urls_[i])) { in RemoveAutoGeneratedBetween()
897 if (CanReplace(url)) { in CanReplaceKeywordForHost()
910 bool TemplateURLModel::CanReplace(const TemplateURL* t_url) { in CanReplace() function in TemplateURLModel