HomeSort by relevance Sort by last modified time
    Searched defs:TemplateURL (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 206 TemplateURLRef::TemplateURLRef(TemplateURL* owner, Type type)
219 TemplateURLRef::TemplateURLRef(TemplateURL* owner, size_t index_in_owner)
    [all...]
template_url.h 21 class TemplateURL;
26 // A TemplateURLRef represents a single URL within the larger TemplateURL class
31 // TemplateURLRefs always have a non-NULL |owner_| TemplateURL, which they
107 // indeed TemplateURL know whether a TemplateURL is the default search
120 TemplateURLRef(TemplateURL* owner, Type type);
121 TemplateURLRef(TemplateURL* owner, size_t index_in_owner);
219 friend class TemplateURL;
341 // The TemplateURL that contains us. This should outlive us.
342 TemplateURL* const owner_
    [all...]

Completed in 69 milliseconds