Home | History | Annotate | Download | only in search_engines

Lines Matching defs:TemplateURL

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;
257 class TemplateURL {
259 // Describes a single image reference. Each TemplateURL may have
262 // If a TemplateURL has no images, the favicon for the generated URL
290 static bool SupportsReplacement(const TemplateURL* turl);
294 const TemplateURL* turl,
297 TemplateURL();
298 ~TemplateURL();
380 // is just a property and does not indicate whether this TemplateURL has
389 // Returns true if show_in_default_list() is true and this TemplateURL has a
394 // code that imports data from other browsers) to replace the TemplateURL.
408 // favicon. A TemplateURL need not have an ImageRef for a favicon. In such
428 // True if this TemplateURL was automatically created by the administrator via
465 // Returns the unique identifier of this TemplateURL. The unique ID is set
466 // by the TemplateURLModel when the TemplateURL is added to it.
469 // If this TemplateURL comes from prepopulated data the prepopulate_id is > 0.
480 std::vector<TemplateURL*>* template_urls,
481 const TemplateURL** default_search_provider);