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

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_callbacks.h 23 TemplateURLModel* template_url_model) = 0;
template_url_fetcher_unittest.cc 13 #include "chrome/browser/search_engines/template_url_model.h"
34 TemplateURLModel* template_url_model);
73 TemplateURLModel* template_url_model);
117 TemplateURLModel* template_url_model) {
118 test_->ConfirmSetDefaultSearchProvider(template_url, template_url_model);
145 TemplateURLModel* template_url_model) {
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 23 TemplateURLModel* template_url_model) = 0;
template_url_fetcher_ui_callbacks.cc 31 TemplateURLModel* template_url_model) {
39 template_url_model);
template_url_fetcher_ui_callbacks.h 28 TemplateURLModel* template_url_model);
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
keyword_editor_controller.cc 12 #include "chrome/browser/search_engines/template_url_model.h"
113 return table_model_->template_url_model();
template_url_table_model.cc 14 #include "chrome/browser/search_engines/template_url_model.h"
78 model_->template_url_model()->profile()->GetFaviconService(
122 TemplateURLModel* template_url_model)
124 template_url_model_(template_url_model) {
125 DCHECK(template_url_model);
  /external/chromium/chrome/browser/ui/views/
default_search_view.h 45 TemplateURLModel* template_url_model);
68 TemplateURLModel* template_url_model);
default_search_view.cc 12 #include "chrome/browser/search_engines/template_url_model.h"
113 TemplateURLModel* template_url_model) {
115 if (!template_url_model->CanMakeDefault(default_url) ||
121 template_url_model);
176 TemplateURLModel* template_url_model)
181 template_url_model_(template_url_model) {
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/ui/
browser_window.h 200 TemplateURLModel* template_url_model) {
browser.h     [all...]
browser.cc     [all...]
  /external/chromium/chrome/browser/ui/panels/
panel.h 83 TemplateURLModel* template_url_model);
panel.cc 199 TemplateURLModel* template_url_model) {
  /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...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 265 TemplateURLModel* template_url_model) OVERRIDE;
browser_view.cc     [all...]

Completed in 460 milliseconds