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

  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h 36 explicit TemplateURLTableModel(TemplateURLModel* template_url_model);
87 TemplateURLModel* template_url_model() const { return template_url_model_; } function in class:TemplateURLTableModel
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 20 #include "chrome/browser/search_engines/template_url_model.h"
177 TemplateURLModel* template_url_model = profile_->GetTemplateURLModel(); local
178 DCHECK(template_url_model);
179 template_url_model->SetSearchEngineDialogSlot(choice->slot());
182 template_url_model->SetDefaultSearchProvider(default_search);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 30 #include "chrome/browser/search_engines/template_url_model.h"
502 TemplateURLModel* template_url_model = profile_->GetTemplateURLModel(); local
503 if (template_url_model && !keyword.empty()) {
505 template_url_model->GetTemplateURLForKeyword(keyword);
528 template_url_model->IncrementUsageCount(template_url);
    [all...]
autocomplete_edit_view_browsertest.cc 22 #include "chrome/browser/search_engines/template_url_model.h"
863 TemplateURLModel* template_url_model = local
    [all...]

Completed in 90 milliseconds