HomeSort by relevance Sort by last modified time
    Searched refs:template_url (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/chromium/chrome/browser/instant/
instant_controller.cc 19 #include "chrome/browser/search_engines/template_url.h"
152 const TemplateURL* template_url = NULL; local
160 if (!ShouldShowPreviewFor(match, &template_url)) {
173 TemplateURLID template_url_id = template_url ? template_url->id() : 0;
178 UpdateLoader(template_url, match.destination_url, match.transition,
595 void InstantController::UpdateLoader(const TemplateURL* template_url,
604 TemplateURLID template_url_id = template_url ? template_url->id() : 0;
609 if (new_loader->Update(tab_contents_, template_url, url, transition_type
677 const TemplateURL* template_url = match.template_url; local
    [all...]
instant_controller.h 219 void UpdateLoader(const TemplateURL* template_url,
227 // a TemplateURL that supports the instant API it is set in |template_url|.
229 const TemplateURL** template_url);
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 16 #include "chrome/browser/search_engines/template_url.h"
128 TemplateURL* template_url = new TemplateURL(); local
129 template_url->SetURL(url, 0, 0);
130 template_url->SetSuggestionsURL(suggest_url, 0, 0);
131 template_url->SetFaviconURL(GURL(favicon_url));
132 template_url->set_keyword(UTF8ToUTF16(keyword));
133 template_url->set_autogenerate_keyword(autogenerate_keyword);
134 template_url->set_short_name(UTF8ToUTF16(short_name));
137 template_url->set_input_encodings(encodings_vector);
138 template_url->set_date_created(created_date)
702 TemplateURL* template_url = new TemplateURL(); local
    [all...]