Searched defs:template_url_model (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.h36 explicit TemplateURLTableModel(TemplateURLModel* template_url_model);
87 TemplateURLModel* template_url_model() const { return template_url_model_; } function in class:TemplateURLTableModel
H A Dtemplate_url_fetcher_ui_callbacks.cc31 TemplateURLModel* template_url_model) {
39 template_url_model);
29 ConfirmSetDefaultSearchProvider( TemplateURL* template_url, TemplateURLModel* template_url_model) argument
H A Dtemplate_url_table_model.cc14 #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);
121 TemplateURLTableModel( TemplateURLModel* template_url_model) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser_window.h200 TemplateURLModel* template_url_model) {
197 ConfirmSetDefaultSearchProvider( TabContents* tab_contents, TemplateURL* template_url, TemplateURLModel* template_url_model) argument
H A Dbrowser.cc3326 TemplateURLModel* template_url_model) {
3328 template_url_model);
3323 ConfirmSetDefaultSearchProvider( TabContents* tab_contents, TemplateURL* template_url, TemplateURLModel* template_url_model) argument
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_fetcher_unittest.cc13 #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) {
115 ConfirmSetDefaultSearchProvider( TemplateURL* template_url, TemplateURLModel* template_url_model) argument
143 ConfirmSetDefaultSearchProvider( TemplateURL* template_url, TemplateURLModel* template_url_model) argument
/external/chromium/chrome/browser/ui/views/
H A Ddefault_search_view.cc12 #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) {
111 Show(TabContents* tab_contents, TemplateURL* default_url, TemplateURLModel* template_url_model) argument
174 DefaultSearchView(TabContents* tab_contents, TemplateURL* proposed_default_turl, TemplateURLModel* template_url_model) argument
H A Dfirst_run_search_engine_view.cc20 #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/
H A Dautocomplete_edit_view_browsertest.cc22 #include "chrome/browser/search_engines/template_url_model.h"
863 TemplateURLModel* template_url_model = local
871 template_url_model->Add(template_url);
891 template_url_model->Remove(template_url);
896 template_url_model->Add(template_url);
H A Dautocomplete_edit.cc30 #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);
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc199 TemplateURLModel* template_url_model) {
196 ConfirmSetDefaultSearchProvider( TabContents* tab_contents, TemplateURL* template_url, TemplateURLModel* template_url_model) argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc918 TemplateURLModel* template_url_model) {
920 DefaultSearchView::Show(tab_contents, template_url, template_url_model);
915 ConfirmSetDefaultSearchProvider( TabContents* tab_contents, TemplateURL* template_url, TemplateURLModel* template_url_model) argument

Completed in 160 milliseconds