/external/chromium/chrome/browser/ui/views/ |
D | default_search_view.cc | 113 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()
|
D | default_search_view.h | 45 TemplateURLModel* template_url_model); 68 TemplateURLModel* template_url_model);
|
D | first_run_search_engine_view.cc | 177 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/ |
D | template_url_fetcher_ui_callbacks.cc | 31 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument 39 template_url_model); in ConfirmSetDefaultSearchProvider()
|
D | template_url_table_model.h | 36 explicit TemplateURLTableModel(TemplateURLModel* template_url_model); 87 TemplateURLModel* template_url_model() const { return template_url_model_; } in template_url_model() function
|
D | template_url_table_model.cc | 78 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()
|
D | search_engine_tab_helper_delegate.h | 23 TemplateURLModel* template_url_model) = 0;
|
D | template_url_fetcher_ui_callbacks.h | 28 TemplateURLModel* template_url_model);
|
D | keyword_editor_controller.cc | 113 return table_model_->template_url_model(); in url_model()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_fetcher_unittest.cc | 34 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
|
D | template_url_fetcher_callbacks.h | 23 TemplateURLModel* template_url_model) = 0;
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit.cc | 502 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()
|
D | autocomplete_edit_view_browsertest.cc | 863 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/ |
D | panel.h | 83 TemplateURLModel* template_url_model);
|
D | panel.cc | 199 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
|
/external/chromium/chrome/browser/ui/ |
D | browser_window.h | 200 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument
|
D | browser.h | 833 TemplateURLModel* template_url_model) OVERRIDE;
|
D | browser.cc | 3326 TemplateURLModel* template_url_model) { in ConfirmSetDefaultSearchProvider() argument 3328 template_url_model); in ConfirmSetDefaultSearchProvider()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.h | 265 TemplateURLModel* template_url_model) OVERRIDE;
|
D | browser_view.cc | 918 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/ |
D | search_engine_dialog_controller.mm | 14 #include "chrome/browser/search_engines/template_url_model.h"
|
D | first_run_dialog.mm | 17 #include "chrome/browser/search_engines/template_url_model.h"
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | location_bar_view_mac.mm | 26 #include "chrome/browser/search_engines/template_url_model.h"
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_controller.mm | 21 #include "chrome/browser/search_engines/template_url_model.h"
|