Searched defs:TemplateURL (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc268 const TemplateURL& host,
281 const TemplateURL& host,
482 string16 TemplateURLRef::SearchTermToString16(const TemplateURL& host,
555 // TemplateURL ----------------------------------------------------------------
558 GURL TemplateURL::GenerateFaviconURL(const GURL& url) {
574 bool TemplateURL::SupportsReplacement(const TemplateURL* turl) {
580 bool TemplateURL::SupportsReplacementUsingTermsData(
581 const TemplateURL* turl,
587 TemplateURL function in class:TemplateURL
[all...]
H A Dtemplate_url.h20 class TemplateURL;
24 // TemplateURL represents the relevant portions of the Open Search Description
26 // The main use case for TemplateURL is to use the TemplateURLRef returned by
40 // Both TemplateURL and TemplateURLRef have value semantics. This allows the
72 // The TemplateURL is used to determine the input encoding for the term.
74 const TemplateURL& host,
83 const TemplateURL& host,
122 // Converts the specified term in the encoding of the host TemplateURL to a
124 string16 SearchTermToString16(const TemplateURL& host,
140 friend class TemplateURL;
257 class TemplateURL { class
[all...]

Completed in 105 milliseconds