Home | History | Annotate | Download | only in search_engines

Lines Matching refs:TemplateURL

16 class TemplateURL;
34 // Invoked when the user modifies a TemplateURL. Updates the
36 void ModifyTemplateURL(TemplateURL* template_url,
42 bool CanEdit(const TemplateURL* url) const;
45 bool CanMakeDefault(const TemplateURL* url) const;
48 bool CanRemove(const TemplateURL* url) const;
50 // Remove the TemplateURL at the specified index in the TableModel.
53 // Make the TemplateURL at the specified index (into the TableModel) the
60 // Return the TemplateURL corresponding to the |index| in the model.
61 TemplateURL* GetTemplateURL(int index);