Home | History | Annotate | Download | only in search_engines

Lines Matching refs:TemplateURL

15 class TemplateURL;
22 // indicates a new TemplateURL should be created rather than modifying an
23 // existing TemplateURL.
24 virtual void OnEditedKeyword(const TemplateURL* template_url,
39 const TemplateURL* template_url,
63 // Deletes an unused TemplateURL, if its add was cancelled and it's not
68 const TemplateURL* template_url() const { return template_url_; }
73 // suitable for use by TemplateURL.
76 // The TemplateURL we're displaying information for. It may be NULL. If we
77 // have a keyword_editor_view, we assume that this TemplateURL is already in
79 const TemplateURL* template_url_;