HomeSort by relevance Sort by last modified time
    Searched defs:template_url_id (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/instant/
instant_loader.h 14 #include "chrome/browser/search_engines/template_url_id.h"
100 TemplateURLID template_url_id() const { return template_url_id_; } function in class:InstantLoader
instant_controller.cc 173 TemplateURLID template_url_id = template_url ? template_url->id() : 0; local
175 bool real_verbatim = template_url_id ? verbatim : false;
177 if (ShouldUpdateNow(template_url_id, match.destination_url)) {
454 DCHECK(loader->template_url_id());
459 BlacklistFromInstant(loader->template_url_id());
604 TemplateURLID template_url_id = template_url ? template_url->id() : 0; local
606 loader_manager_->UpdateLoader(template_url_id, &owned_loader);

Completed in 29 milliseconds