Lines Matching refs:TemplateURL
268 const TemplateURL& host, in ReplaceSearchTerms()
281 const TemplateURL& host, in ReplaceSearchTermsUsingTermsData()
482 string16 TemplateURLRef::SearchTermToString16(const TemplateURL& host, in SearchTermToString16()
558 GURL TemplateURL::GenerateFaviconURL(const GURL& url) { in GenerateFaviconURL()
574 bool TemplateURL::SupportsReplacement(const TemplateURL* turl) { in SupportsReplacement()
580 bool TemplateURL::SupportsReplacementUsingTermsData( in SupportsReplacementUsingTermsData()
581 const TemplateURL* turl, in SupportsReplacementUsingTermsData()
587 TemplateURL::TemplateURL() in TemplateURL() function in TemplateURL
601 TemplateURL::~TemplateURL() { in ~TemplateURL()
604 string16 TemplateURL::AdjustedShortNameForLocaleDirection() const { in AdjustedShortNameForLocaleDirection()
610 void TemplateURL::SetSuggestionsURL(const std::string& suggestions_url, in SetSuggestionsURL()
616 void TemplateURL::SetURL(const std::string& url, in SetURL()
622 void TemplateURL::SetInstantURL(const std::string& url, in SetInstantURL()
628 void TemplateURL::set_keyword(const string16& keyword) { in set_keyword()
635 string16 TemplateURL::keyword() const { in keyword()
640 void TemplateURL::EnsureKeyword() const { in EnsureKeyword()
649 bool TemplateURL::ShowInDefaultList() const { in ShowInDefaultList()
653 void TemplateURL::SetFaviconURL(const GURL& url) { in SetFaviconURL()
668 TemplateURL::ImageRef("image/x-icon", kFaviconSize, in SetFaviconURL()
673 GURL TemplateURL::GetFaviconURL() const { in GetFaviconURL()
684 void TemplateURL::InvalidateCachedValues() const { in InvalidateCachedValues()
693 std::string TemplateURL::GetExtensionId() const { in GetExtensionId()
698 bool TemplateURL::IsExtensionKeyword() const { in IsExtensionKeyword()