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

  /external/chromium_org/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 11 #include "chrome/browser/search_engines/template_url_service.h"
87 TemplateURLService* template_url_service = local
90 template_url_service->GetTemplateURLForKeyword(keyword_input);
107 template_url_service->AddWithOverrides(template_url_, title_input,
template_url_table_model.h 39 explicit TemplateURLTableModel(TemplateURLService* template_url_service);
94 TemplateURLService* template_url_service() const { function in class:TemplateURLTableModel
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 9 #include "chrome/browser/search_engines/template_url_service.h"
105 TemplateURLService* template_url_service = local
107 ui_test_utils::WaitForTemplateURLServiceToLoad(template_url_service);
114 template_url_service->Add(template_url);
115 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 32 #include "chrome/browser/search_engines/template_url_service.h"
200 // |template_url_service| or |template_url| can be NULL in unit tests.
201 TemplateURLService* template_url_service = local
203 TemplateURL* template_url = template_url_service ?
204 template_url_service->GetDefaultSearchProvider() : NULL;
218 template_url_service->search_terms_data())) {
search_provider.h 84 explicit Providers(TemplateURLService* template_url_service);
101 TemplateURLService* template_url_service() { return template_url_service_; } function in class:SearchProvider::Providers
shortcuts_backend_unittest.cc 14 #include "chrome/browser/search_engines/template_url_service.h"
100 TemplateURLService* template_url_service = local
108 template_url_service->Add(template_url);
109 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
122 TemplateURLService* template_url_service = local
124 ui_test_utils::WaitForTemplateURLServiceToLoad(template_url_service);
autocomplete_match.cc 16 #include "chrome/browser/search_engines/template_url_service.h"
423 TemplateURLService* template_url_service = local
425 if (template_url_service == NULL)
428 template_url_service->GetTemplateURLForKeyword(keyword);
430 template_url = template_url_service->GetTemplateURLForHost(
history_quick_provider_unittest.cc 33 #include "chrome/browser/search_engines/template_url_service.h"
651 TemplateURLService* template_url_service = local
654 template_url_service->Add(template_url);
655 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
656 template_url_service->Load();
    [all...]
history_url_provider_unittest.cc 23 #include "chrome/browser/search_engines/template_url_service.h"
795 TemplateURLService* template_url_service = local
798 template_url_service->Add(template_url);
799 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
800 template_url_service->Load();
    [all...]
  /external/chromium_org/chrome/browser/android/
logo_service.cc 11 #include "chrome/browser/search_engines/template_url_service.h"
124 TemplateURLService* template_url_service = local
126 if (!template_url_service)
129 TemplateURL* template_url = template_url_service->GetDefaultSearchProvider();
131 template_url_service->search_terms_data()))
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 16 #include "chrome/browser/search_engines/template_url_service.h"
130 TemplateURLService* template_url_service = local
132 if (template_url_service) {
134 template_url_service->GetDefaultSearchProvider();
omnibox_view_browsertest.cc 22 #include "chrome/browser/search_engines/template_url_service.h"
590 TemplateURLService* template_url_service = local
600 template_url_service->Add(new TemplateURL(data));
1014 TemplateURLService* template_url_service = local
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 17 #include "chrome/browser/search_engines/template_url_service.h"
102 TemplateURLService* template_url_service = local
104 ui_test_utils::WaitForTemplateURLServiceToLoad(template_url_service);
116 template_url_service->Add(template_url);
117 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
    [all...]
search_tab_helper_unittest.cc 11 #include "chrome/browser/search_engines/template_url_service.h"
318 TemplateURLService* template_url_service = variable
320 ui_test_utils::WaitForTemplateURLServiceToLoad(template_url_service);
332 template_url_service->Add(template_url);
333 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
instant_extended_interactive_uitest.cc 37 #include "chrome/browser/search_engines/template_url_service.h"
197 TemplateURLService* template_url_service = local
199 if (template_url_service)
200 return template_url_service->GetDefaultSearchProvider();
    [all...]
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc 16 #include "chrome/browser/search_engines/template_url_service.h"
212 TemplateURLService* template_url_service = local
214 if (!template_url_service)
217 template_url_service->GetDefaultSearchProvider();
239 search_args, template_url_service->search_terms_data(), &post_content));
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate_unittest.cc 30 #include "chrome/browser/search_engines/template_url_service.h"
347 TemplateURLService* template_url_service = local
356 template_url_service->Add(owned_custom_dsp.release());
357 template_url_service->SetUserSelectedDefaultSearchProvider(custom_dsp);
406 TemplateURLService* template_url_service = local
418 template_url_service->GetTemplateURLs();
429 template_url_service->GetTemplateURLForKeyword(
432 template_url_service->SetUserSelectedDefaultSearchProvider(
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 26 #include "chrome/browser/search_engines/template_url_service.h"
234 TemplateURLService* template_url_service = local
236 if (template_url_service) {
238 template_url_service->GetDefaultSearchProvider();
241 template_url_service->search_terms_data());
  /external/chromium_org/chrome/browser/search/
search_unittest.cc 15 #include "chrome/browser/search_engines/template_url_service.h"
165 TemplateURLService* template_url_service = variable
167 ui_test_utils::WaitForTemplateURLServiceToLoad(template_url_service);
172 TemplateURLService* template_url_service = local
188 template_url_service->Add(template_url);
189 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
196 TemplateURLService* template_url_service = local
212 template_url_service->Add(template_url);
213 template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
629 TemplateURLService* template_url_service local
939 TemplateURLService* template_url_service = variable
    [all...]
search.cc 19 #include "chrome/browser/search_engines/template_url_service.h"
163 TemplateURLService* template_url_service = local
165 if (template_url_service)
166 return template_url_service->GetDefaultSearchProvider();

Completed in 338 milliseconds