Home | History | Annotate | Download | only in instant

Lines Matching defs:template_url

15 #include "chrome/browser/search_engines/template_url.h"
58 TemplateURL* template_url = new TemplateURL();
65 template_url->SetURL(url, 0, 0);
66 template_url->SetInstantURL(url, 0, 0);
67 template_url->set_keyword(ASCIIToUTF16("foo"));
68 template_url->set_short_name(ASCIIToUTF16("foo"));
70 model->Add(template_url);
71 model->SetDefaultSearchProvider(template_url);