Home
last modified time | relevance | path

Searched refs:instant_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_loader_manager.cc36 TemplateURLID instant_id, in UpdateLoader() argument
43 if (instant_id) { in UpdateLoader()
44 loader = GetInstantLoader(instant_id); in UpdateLoader()
90 TemplateURLID instant_id) { in WillUpateChangeActiveLoader() argument
91 return !active_loader() || active_loader()->template_url_id() != instant_id; in WillUpateChangeActiveLoader()
Dinstant_loader_manager.h43 InstantLoader* UpdateLoader(TemplateURLID instant_id,
48 bool WillUpateChangeActiveLoader(TemplateURLID instant_id);
Dinstant_controller.cc525 bool InstantController::ShouldUpdateNow(TemplateURLID instant_id, in ShouldUpdateNow() argument
529 if (instant_id) { in ShouldUpdateNow()
538 if (loader_manager_->WillUpateChangeActiveLoader(instant_id)) { in ShouldUpdateNow()
Dinstant_controller.h201 bool ShouldUpdateNow(TemplateURLID instant_id, const GURL& url);