HomeSort by relevance Sort by last modified time
    Searched defs:TemplateURL (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url.cc 268 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::TemplateURL(
    [all...]
template_url.h 20 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;
    [all...]

Completed in 32 milliseconds