Home | History | Annotate | Download | only in search_engines

Lines Matching refs:TemplateURL

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