Home
last modified time | relevance | path

Searched defs:template_url (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium/chrome/browser/ui/search_engines/
Dtemplate_url_table_model.cc38 const TemplateURL& template_url) in ModelEntry()
48 const TemplateURL& template_url() { in template_url() function in ModelEntry
146 const TemplateURL& template_url = *(*i); in Reload() local
158 const TemplateURL* template_url = *i; in Reload() local
241 const TemplateURL* template_url = &GetTemplateURL(index); in Remove() local
256 void TemplateURLTableModel::Add(int index, TemplateURL* template_url) { in Add()
272 const TemplateURL* template_url = &GetTemplateURL(index); in ModifyTemplateURL() local
299 const TemplateURL* template_url) { in IndexOfTemplateURL()
Dtemplate_url_fetcher_ui_callbacks.cc30 TemplateURL* template_url, in ConfirmSetDefaultSearchProvider()
43 TemplateURL* template_url, in ConfirmAddSearchProvider()
Dkeyword_editor_controller.cc39 TemplateURL* template_url = new TemplateURL(); in AddTemplateURL() local
55 void KeywordEditorController::ModifyTemplateURL(const TemplateURL* template_url, in ModifyTemplateURL()
Dedit_search_engine_controller.h68 const TemplateURL* template_url() const { return template_url_; } in template_url() function
Dedit_search_engine_controller.cc17 const TemplateURL* template_url, in EditSearchEngineController()
/external/chromium/chrome/browser/search_engines/
Dsearch_host_to_urls_map.cc31 void SearchHostToURLsMap::Add(const TemplateURL* template_url, in Add()
44 void SearchHostToURLsMap::Remove(const TemplateURL* template_url) { in Remove()
128 const TemplateURL* template_url) { in RemoveByPointer()
Dtemplate_url_model.cc62 TemplateURL* template_url = *i; in RemoveProvidersCreatedByPolicy() local
289 void TemplateURLModel::Add(TemplateURL* template_url) { in Add()
294 void TemplateURLModel::Remove(const TemplateURL* template_url) { in Remove()
335 scoped_ptr<TemplateURL> template_url(new TemplateURL); in RegisterExtensionKeyword() local
553 const TemplateURL* template_url = GetTemplateURLForKeyword(keyword); in GetKeywordShortName() local
659 TemplateURL* template_url = new TemplateURL(); in Init() local
684 void TemplateURLModel::RemoveFromMaps(const TemplateURL* template_url) { in RemoveFromMaps()
692 const TemplateURL* template_url) { in RemoveFromKeywordMapByPointer()
705 void TemplateURLModel::AddToMaps(const TemplateURL* template_url) { in AddToMaps()
1218 void TemplateURLModel::AddNoNotify(TemplateURL* template_url) { in AddNoNotify()
[all …]
Dsearch_provider_install_data.cc152 const TemplateURL* template_url, in IsSameOrigin()
223 const TemplateURL* template_url = *i; in GetInstallState() local
270 void SearchProviderInstallData::SetDefault(const TemplateURL* template_url) { in SetDefault()
Dtemplate_url_fetcher_unittest.cc116 TemplateURL* template_url, in ConfirmSetDefaultSearchProvider()
122 TemplateURL* template_url, in ConfirmAddSearchProvider()
144 TemplateURL* template_url, in ConfirmSetDefaultSearchProvider()
151 TemplateURL* template_url, in ConfirmAddSearchProvider()
Dutil.cc136 const TemplateURL* template_url = i->second; in MergeEnginesFromPrepopulateData() local
Dtemplate_url_fetcher.cc295 const TemplateURL* template_url = in ScheduleDownload() local
/external/chromium/chrome/browser/webdata/
Dkeyword_table_unittest.cc64 TemplateURL template_url; in TEST_F() local
157 TemplateURL template_url; in TEST_F() local
227 TemplateURL template_url; in TEST_F() local
Dkeyword_table.cc142 TemplateURL* template_url = new TemplateURL(); in GetKeywords() local
/external/chromium/chrome/browser/ui/views/
Dedit_search_engine_dialog.cc42 const TemplateURL* template_url, in EditSearchEngine()
51 const TemplateURL* template_url, in EditSearchEngineDialog()
62 const TemplateURL* template_url, in Show()
Ddialog_stubs_gtk.cc33 const TemplateURL* template_url, in EditSearchEngine()
Ddefault_search_view.cc114 scoped_ptr<TemplateURL> template_url(default_url); in Show() local
/external/chromium/chrome/browser/autocomplete/
Dkeyword_provider.cc124 const TemplateURL* template_url = model->GetTemplateURLForKeyword(keyword); in GetSubstitutingTemplateURLForInput() local
186 const TemplateURL* template_url(model->GetTemplateURLForKeyword(*i)); in Start() local
212 const TemplateURL* template_url(model->GetTemplateURLForKeyword(keyword)); in Start() local
469 const TemplateURL* template_url( in Observe() local
Dautocomplete_popup_model.cc158 const TemplateURL* const template_url = in GetKeywordForText() local
Dkeyword_provider_unittest.cc204 TemplateURL* template_url = new TemplateURL(); in TEST_F() local
/external/chromium/chrome/browser/ui/omnibox/
Dlocation_bar_util.cc20 const TemplateURL* template_url = in GetKeywordName() local
/external/chromium/chrome/browser/instant/
Dinstant_controller.cc152 const TemplateURL* template_url = NULL; in Update() local
595 void InstantController::UpdateLoader(const TemplateURL* template_url, in UpdateLoader()
622 const TemplateURL** template_url) { in ShouldShowPreviewFor()
677 const TemplateURL* template_url = match.template_url; in GetTemplateURL() local
/external/chromium/chrome/browser/ui/webui/options/
Dsearch_engine_manager_handler.cc147 const TemplateURL* template_url = list_controller_->GetTemplateURL(index); in CreateDictionaryForEngine() local
215 const TemplateURL* template_url, in OnEditedKeyword()
/external/chromium/chrome/browser/ui/
Dbrowser_window.h199 TemplateURL* template_url, in ConfirmSetDefaultSearchProvider()
/external/chromium/chrome/browser/ui/panels/
Dpanel.cc198 TemplateURL* template_url, in ConfirmSetDefaultSearchProvider()
203 void Panel::ConfirmAddSearchProvider(const TemplateURL* template_url, in ConfirmAddSearchProvider()
/external/chromium/chrome/browser/ui/gtk/
Dedit_search_engine_dialog.cc71 const TemplateURL* template_url, in EditSearchEngineDialog()

12