Home
last modified time | relevance | path

Searched refs:template_url_model (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Ddefault_search_view.cc113 TemplateURLModel* template_url_model) { in Show() argument
115 if (!template_url_model->CanMakeDefault(default_url) || in Show()
121 template_url_model); in Show()
176 TemplateURLModel* template_url_model) in DefaultSearchView() argument
181 template_url_model_(template_url_model) { in DefaultSearchView()
Ddefault_search_view.h45 TemplateURLModel* template_url_model);
68 TemplateURLModel* template_url_model);
Dfirst_run_search_engine_view.cc177 TemplateURLModel* template_url_model = profile_->GetTemplateURLModel(); in ButtonPressed() local
178 DCHECK(template_url_model); in ButtonPressed()
179 template_url_model->SetSearchEngineDialogSlot(choice->slot()); in ButtonPressed()
182 template_url_model->SetDefaultSearchProvider(default_search); in ButtonPressed()
/external/chromium/chrome/browser/ui/search_engines/
Dtemplate_url_fetcher_ui_callbacks.cc31 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
39 template_url_model); in ConfirmSetDefaultSearchProvider()
Dtemplate_url_table_model.h36 explicit TemplateURLTableModel(TemplateURLModel* template_url_model);
87 TemplateURLModel* template_url_model() const { return template_url_model_; } in template_url_model() function
Dtemplate_url_table_model.cc78 model_->template_url_model()->profile()->GetFaviconService( in LoadFavicon()
122 TemplateURLModel* template_url_model) in TemplateURLTableModel() argument
124 template_url_model_(template_url_model) { in TemplateURLTableModel()
125 DCHECK(template_url_model); in TemplateURLTableModel()
Dsearch_engine_tab_helper_delegate.h23 TemplateURLModel* template_url_model) = 0;
Dtemplate_url_fetcher_ui_callbacks.h28 TemplateURLModel* template_url_model);
Dkeyword_editor_controller.cc113 return table_model_->template_url_model(); in url_model()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_fetcher_unittest.cc34 TemplateURLModel* template_url_model);
73 TemplateURLModel* template_url_model);
117 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
118 test_->ConfirmSetDefaultSearchProvider(template_url, template_url_model); in ConfirmSetDefaultSearchProvider()
145 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
Dtemplate_url_fetcher_callbacks.h23 TemplateURLModel* template_url_model) = 0;
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc502 TemplateURLModel* template_url_model = profile_->GetTemplateURLModel(); in OpenURL() local
503 if (template_url_model && !keyword.empty()) { in OpenURL()
505 template_url_model->GetTemplateURLForKeyword(keyword); in OpenURL()
528 template_url_model->IncrementUsageCount(template_url); in OpenURL()
Dautocomplete_edit_view_browsertest.cc863 TemplateURLModel* template_url_model = in NonSubstitutingKeywordTest() local
871 template_url_model->Add(template_url); in NonSubstitutingKeywordTest()
891 template_url_model->Remove(template_url); in NonSubstitutingKeywordTest()
896 template_url_model->Add(template_url); in NonSubstitutingKeywordTest()
/external/chromium/chrome/browser/ui/panels/
Dpanel.h83 TemplateURLModel* template_url_model);
Dpanel.cc199 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
/external/chromium/chrome/browser/ui/
Dbrowser_window.h200 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
Dbrowser.h833 TemplateURLModel* template_url_model) OVERRIDE;
Dbrowser.cc3326 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
3328 template_url_model); in ConfirmSetDefaultSearchProvider()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h265 TemplateURLModel* template_url_model) OVERRIDE;
Dbrowser_view.cc918 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
920 DefaultSearchView::Show(tab_contents, template_url, template_url_model); in ConfirmSetDefaultSearchProvider()
/external/chromium/chrome/browser/ui/cocoa/
Dsearch_engine_dialog_controller.mm14 #include "chrome/browser/search_engines/template_url_model.h"
Dfirst_run_dialog.mm17 #include "chrome/browser/search_engines/template_url_model.h"
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm26 #include "chrome/browser/search_engines/template_url_model.h"
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.mm21 #include "chrome/browser/search_engines/template_url_model.h"