HomeSort by relevance Sort by last modified time
    Searched defs:template_url_id (Results 1 - 3 of 3) 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);
  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 12 #include "chrome/browser/search_engines/template_url_id.h"
246 TemplateURLID template_url_id() const { function in class:history::SearchRow
249 void set_template_url_id(TemplateURLID template_url_id) {
251 template_url_id_ = template_url_id;

Completed in 219 milliseconds