template_url 381 chrome/browser/autocomplete/autocomplete_controller.cc TemplateURL* template_url = match->GetTemplateURL(profile_, false); template_url 382 chrome/browser/autocomplete/autocomplete_controller.cc if (!template_url || !match->search_terms_args.get() || template_url 399 chrome/browser/autocomplete/autocomplete_controller.cc GURL(template_url->url_ref().ReplaceSearchTerms(search_terms_args)); template_url 521 chrome/browser/autocomplete/autocomplete_controller.cc const TemplateURL* template_url = i->GetTemplateURL(profile_, false); template_url 522 chrome/browser/autocomplete/autocomplete_controller.cc if (template_url) { template_url 526 chrome/browser/autocomplete/autocomplete_controller.cc i->description = template_url->AdjustedShortNameForLocaleDirection(); template_url 527 chrome/browser/autocomplete/autocomplete_controller.cc if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) { template_url 573 chrome/browser/autocomplete/autocomplete_controller.cc const TemplateURL* template_url = match->GetTemplateURL(profile_, false); template_url 574 chrome/browser/autocomplete/autocomplete_controller.cc if (!template_url || !match->search_terms_args.get()) template_url 584 chrome/browser/autocomplete/autocomplete_controller.cc match->destination_url = GURL(template_url->url_ref().ReplaceSearchTerms( template_url 363 chrome/browser/autocomplete/autocomplete_match.cc TemplateURL* template_url = GetTemplateURL(profile, true); template_url 364 chrome/browser/autocomplete/autocomplete_match.cc if (template_url != NULL && template_url->SupportsReplacement()) { template_url 366 chrome/browser/autocomplete/autocomplete_match.cc if (template_url->ExtractSearchTermsFromURL(stripped_destination_url, template_url 369 chrome/browser/autocomplete/autocomplete_match.cc GURL(template_url->url_ref().ReplaceSearchTerms( template_url 427 chrome/browser/autocomplete/autocomplete_match.cc TemplateURL* template_url = keyword.empty() ? NULL : template_url 429 chrome/browser/autocomplete/autocomplete_match.cc if (template_url == NULL && allow_fallback_to_destination_host) { template_url 430 chrome/browser/autocomplete/autocomplete_match.cc template_url = template_url_service->GetTemplateURLForHost( template_url 433 chrome/browser/autocomplete/autocomplete_match.cc return template_url; template_url 168 chrome/browser/autocomplete/autocomplete_provider_unittest.cc const std::string& template_url); template_url 215 chrome/browser/autocomplete/autocomplete_provider_unittest.cc const std::string& template_url) { template_url 219 chrome/browser/autocomplete/autocomplete_provider_unittest.cc data.SetURL(template_url); template_url 132 chrome/browser/autocomplete/base_search_provider.cc const TemplateURL* template_url) { template_url 138 chrome/browser/autocomplete/base_search_provider.cc template_url, 0, 0, false); template_url 162 chrome/browser/autocomplete/base_search_provider.cc TemplateURL* template_url = match.GetTemplateURL(profile_, false); template_url 165 chrome/browser/autocomplete/base_search_provider.cc if (template_url != NULL) { template_url 166 chrome/browser/autocomplete/base_search_provider.cc history_service->DeleteMatchingURLsForKeyword(template_url->id(), template_url 439 chrome/browser/autocomplete/base_search_provider.cc const TemplateURL* template_url, template_url 446 chrome/browser/autocomplete/base_search_provider.cc if (!template_url) template_url 448 chrome/browser/autocomplete/base_search_provider.cc match.keyword = template_url->keyword(); template_url 486 chrome/browser/autocomplete/base_search_provider.cc const TemplateURLRef& search_url = template_url->url_ref(); template_url 534 chrome/browser/autocomplete/base_search_provider.cc const TemplateURL* template_url, template_url 565 chrome/browser/autocomplete/base_search_provider.cc if (template_url == NULL || !template_url->SupportsReplacement() || template_url 566 chrome/browser/autocomplete/base_search_provider.cc TemplateURLPrepopulateData::GetEngineType(*template_url) != template_url 577 chrome/browser/autocomplete/base_search_provider.cc const TemplateURL* template_url, template_url 580 chrome/browser/autocomplete/base_search_provider.cc if (!ZeroSuggestEnabled(suggest_url, template_url, page_classification, template_url 65 chrome/browser/autocomplete/base_search_provider.h const TemplateURL* template_url); template_url 334 chrome/browser/autocomplete/base_search_provider.h const TemplateURL* template_url, template_url 357 chrome/browser/autocomplete/base_search_provider.h const TemplateURL* template_url, template_url 380 chrome/browser/autocomplete/base_search_provider.h const TemplateURL* template_url, template_url 221 chrome/browser/autocomplete/history_quick_provider.cc TemplateURL* template_url = template_url_service ? template_url 240 chrome/browser/autocomplete/history_quick_provider.cc if (!template_url || template_url 241 chrome/browser/autocomplete/history_quick_provider.cc !template_url->IsSearchURL(history_match.url_info.url())) { template_url 592 chrome/browser/autocomplete/history_quick_provider_unittest.cc TemplateURL* template_url = new TemplateURL(profile_.get(), data); template_url 593 chrome/browser/autocomplete/history_quick_provider_unittest.cc template_url_service->Add(template_url); template_url 594 chrome/browser/autocomplete/history_quick_provider_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 801 chrome/browser/autocomplete/history_url_provider_unittest.cc TemplateURL* template_url = new TemplateURL(profile_.get(), data); template_url 802 chrome/browser/autocomplete/history_url_provider_unittest.cc template_url_service->Add(template_url); template_url 803 chrome/browser/autocomplete/history_url_provider_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 153 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* template_url = model->GetTemplateURLForKeyword(keyword); template_url 154 chrome/browser/autocomplete/keyword_provider.cc if (template_url && template_url->SupportsReplacement()) { template_url 178 chrome/browser/autocomplete/keyword_provider.cc return template_url; template_url 196 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* const template_url = template_url 198 chrome/browser/autocomplete/keyword_provider.cc if (!template_url || !template_url->SupportsReplacement()) template_url 202 chrome/browser/autocomplete/keyword_provider.cc if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) { template_url 206 chrome/browser/autocomplete/keyword_provider.cc GetExtensionById(template_url->GetExtensionId(), false); template_url 271 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* template_url = *i; template_url 276 chrome/browser/autocomplete/keyword_provider.cc (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { template_url 280 chrome/browser/autocomplete/keyword_provider.cc service->GetExtensionById(template_url->GetExtensionId(), false); template_url 292 chrome/browser/autocomplete/keyword_provider.cc if (template_url->SupportsReplacement() && remaining_input.empty() && template_url 309 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* template_url = matches.front(); template_url 311 chrome/browser/autocomplete/keyword_provider.cc template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; template_url 328 chrome/browser/autocomplete/keyword_provider.cc template_url, input, keyword.length(), remaining_input, true, -1)); template_url 332 chrome/browser/autocomplete/keyword_provider.cc if (template_url->GetExtensionId() != current_keyword_extension_id_) template_url 335 chrome/browser/autocomplete/keyword_provider.cc EnterExtensionKeywordMode(template_url->GetExtensionId()); template_url 340 chrome/browser/autocomplete/keyword_provider.cc profile_, template_url, template_url 359 chrome/browser/autocomplete/keyword_provider.cc profile_, template_url->GetExtensionId(), template_url 423 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* template_url, template_url 429 chrome/browser/autocomplete/keyword_provider.cc DCHECK(template_url); template_url 431 chrome/browser/autocomplete/keyword_provider.cc template_url->url_ref().SupportsReplacement(); template_url 436 chrome/browser/autocomplete/keyword_provider.cc const base::string16& keyword = template_url->keyword(); template_url 463 chrome/browser/autocomplete/keyword_provider.cc FillInURLAndContents(remaining_input, template_url, &match); template_url 547 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* template_url( template_url 550 chrome/browser/autocomplete/keyword_provider.cc profile_, template_url, template_url 567 chrome/browser/autocomplete/keyword_provider.cc const TemplateURL* template_url = template_url 587 chrome/browser/autocomplete/keyword_provider.cc template_url, input, keyword.length(), template_url 128 chrome/browser/autocomplete/keyword_provider.h const TemplateURL* template_url, template_url 262 chrome/browser/autocomplete/keyword_provider_unittest.cc TemplateURL* template_url = new TemplateURL(NULL, data); template_url 263 chrome/browser/autocomplete/keyword_provider_unittest.cc model_->Add(template_url); template_url 264 chrome/browser/autocomplete/keyword_provider_unittest.cc ASSERT_TRUE(template_url == model_->GetTemplateURLForKeyword(keyword)); template_url 767 chrome/browser/autocomplete/search_provider.cc const TemplateURL* template_url, template_url 769 chrome/browser/autocomplete/search_provider.cc if (!template_url || template_url->suggestions_url().empty()) template_url 776 chrome/browser/autocomplete/search_provider.cc GURL suggest_url(template_url->suggestions_url_ref().ReplaceSearchTerms( template_url 782 chrome/browser/autocomplete/search_provider.cc if (CanSendURL(current_page_url_, suggest_url, template_url, template_url 787 chrome/browser/autocomplete/search_provider.cc suggest_url = GURL(template_url->suggestions_url_ref().ReplaceSearchTerms( template_url 191 chrome/browser/autocomplete/search_provider.h const TemplateURL* template_url, template_url 106 chrome/browser/autocomplete/shortcuts_backend_unittest.cc TemplateURL* template_url = new TemplateURL(&profile_, data); template_url 108 chrome/browser/autocomplete/shortcuts_backend_unittest.cc template_url_service->Add(template_url); template_url 109 chrome/browser/autocomplete/shortcuts_backend_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 112 chrome/browser/chrome_content_browser_client_unittest.cc TemplateURL* template_url = new TemplateURL(browser()->profile(), data); template_url 114 chrome/browser/chrome_content_browser_client_unittest.cc template_url_service->Add(template_url); template_url 115 chrome/browser/chrome_content_browser_client_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 789 chrome/browser/first_run/first_run.cc TemplateURLService* template_url = template_url 791 chrome/browser/first_run/first_run.cc if (template_url && template_url->GetDefaultSearchProvider()) template_url 342 chrome/browser/importer/ie_importer_browsertest_win.cc virtual void AddKeyword(std::vector<TemplateURL*> template_url, template_url 347 chrome/browser/importer/ie_importer_browsertest_win.cc STLDeleteContainerPointers(template_url.begin(), template_url.end()); template_url 426 chrome/browser/importer/ie_importer_browsertest_win.cc virtual void AddKeyword(std::vector<TemplateURL*> template_url, template_url 128 chrome/browser/importer/in_process_importer_bridge.cc TemplateURL* template_url = TemplateURLParser::Parse(NULL, true, template_url 130 chrome/browser/importer/in_process_importer_bridge.cc if (template_url) { template_url 132 chrome/browser/importer/in_process_importer_bridge.cc search_engine_for_url.find(template_url->url()); template_url 135 chrome/browser/importer/in_process_importer_bridge.cc std::make_pair(template_url->url(), template_url)).first; template_url 142 chrome/browser/importer/in_process_importer_bridge.cc iter->second = template_url; template_url 43 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc const TemplateURL* template_url) { template_url 45 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("search_url", template_url->url()); template_url 47 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc template_url->search_terms_replacement_key()); template_url 48 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("suggest_url", template_url->suggestions_url()); template_url 49 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("instant_url", template_url->instant_url()); template_url 50 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("image_url", template_url->image_url()); template_url 51 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("new_tab_url", template_url->new_tab_url()); template_url 53 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc template_url->search_url_post_params()); template_url 55 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc template_url->suggestions_url_post_params()); template_url 57 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc template_url->instant_url_post_params()); template_url 59 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc template_url->image_url_post_params()); template_url 60 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("icon_url", template_url->favicon_url().spec()); template_url 61 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("name", template_url->short_name()); template_url 62 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("keyword", template_url->keyword()); template_url 64 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc input_encodings->AppendStrings(template_url->input_encodings()); template_url 66 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc tree->SetString("id", base::Int64ToString(template_url->id())); template_url 68 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc base::IntToString(template_url->prepopulate_id())); template_url 70 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc alternate_urls->AppendStrings(template_url->alternate_urls()); template_url 430 chrome/browser/search/instant_service.cc const TemplateURL* template_url = TemplateURLServiceFactory::GetForProfile( template_url 432 chrome/browser/search/instant_service.cc if (!template_url) { template_url 115 chrome/browser/search/instant_service_unittest.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 117 chrome/browser/search/instant_service_unittest.cc template_url_service_->Add(template_url); template_url 118 chrome/browser/search/instant_service_unittest.cc template_url_service_->SetDefaultSearchProvider(template_url); template_url 63 chrome/browser/search/instant_unittest_base.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 65 chrome/browser/search/instant_unittest_base.cc template_url_service_->Add(template_url); template_url 66 chrome/browser/search/instant_unittest_base.cc template_url_service_->SetDefaultSearchProvider(template_url); template_url 170 chrome/browser/search/search.cc bool MatchesAnySearchURL(const GURL& url, TemplateURL* template_url) { template_url 172 chrome/browser/search/search.cc TemplateURLRefToGURL(template_url->url_ref(), kDisableStartMargin, false, template_url 179 chrome/browser/search/search.cc for (size_t i = 0; i < template_url->URLCount() - 1; ++i) { template_url 180 chrome/browser/search/search.cc TemplateURLRef ref(template_url, i); template_url 210 chrome/browser/search/search.cc bool IsSuitableURLForInstant(const GURL& url, const TemplateURL* template_url) { template_url 211 chrome/browser/search/search.cc return template_url->HasSearchTermsReplacementKey(url) && template_url 229 chrome/browser/search/search.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile); template_url 230 chrome/browser/search/search.cc if (!template_url) template_url 233 chrome/browser/search/search.cc if (!IsSuitableURLForInstant(url, template_url)) template_url 236 chrome/browser/search/search.cc const TemplateURLRef& instant_url_ref = template_url->instant_url_ref(); template_url 245 chrome/browser/search/search.cc return IsQueryExtractionEnabled() && MatchesAnySearchURL(url, template_url); template_url 316 chrome/browser/search/search.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile); template_url 317 chrome/browser/search/search.cc if (!profile || !template_url) template_url 321 chrome/browser/search/search.cc template_url->new_tab_url_ref(), kDisableStartMargin, false, false); template_url 404 chrome/browser/search/search.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile); template_url 406 chrome/browser/search/search.cc if (template_url) template_url 407 chrome/browser/search/search.cc template_url->ExtractSearchTermsFromURL(url, &search_terms); template_url 412 chrome/browser/search/search.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile); template_url 413 chrome/browser/search/search.cc return template_url && IsSuitableURLForInstant(url, template_url); template_url 506 chrome/browser/search/search.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile); template_url 507 chrome/browser/search/search.cc if (!template_url) template_url 511 chrome/browser/search/search.cc TemplateURLRefToGURL(template_url->instant_url_ref(), start_margin, true, template_url 514 chrome/browser/search/search.cc !template_url->HasSearchTermsReplacementKey(instant_url)) template_url 537 chrome/browser/search/search.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile); template_url 538 chrome/browser/search/search.cc if (!template_url) template_url 540 chrome/browser/search/search.cc for (size_t i = 0; i < template_url->URLCount(); ++i) { template_url 541 chrome/browser/search/search.cc TemplateURLRef ref(template_url, i); template_url 87 chrome/browser/search/search_terms_tracker.cc TemplateURL* template_url = template_url 94 chrome/browser/search/search_terms_tracker.cc if (template_url->IsSearchURL(entry->GetURL())) { template_url 100 chrome/browser/search/search_terms_tracker.cc template_url->ExtractSearchTermsFromURL(entry->GetURL(), template_url 185 chrome/browser/search/search_unittest.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 187 chrome/browser/search/search_unittest.cc template_url_service->Add(template_url); template_url 188 chrome/browser/search/search_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 209 chrome/browser/search/search_unittest.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 211 chrome/browser/search/search_unittest.cc template_url_service->Add(template_url); template_url 212 chrome/browser/search/search_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 627 chrome/browser/search/search_unittest.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 629 chrome/browser/search/search_unittest.cc template_url_service->Add(template_url); template_url 630 chrome/browser/search/search_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 26 chrome/browser/search_engines/search_host_to_urls_map.cc void SearchHostToURLsMap::Add(TemplateURL* template_url, template_url 29 chrome/browser/search_engines/search_host_to_urls_map.cc DCHECK(template_url); template_url 32 chrome/browser/search_engines/search_host_to_urls_map.cc template_url, search_terms_data)); template_url 36 chrome/browser/search_engines/search_host_to_urls_map.cc host_to_urls_map_[url.host()].insert(template_url); template_url 39 chrome/browser/search_engines/search_host_to_urls_map.cc void SearchHostToURLsMap::Remove(TemplateURL* template_url, template_url 42 chrome/browser/search_engines/search_host_to_urls_map.cc DCHECK(template_url); template_url 45 chrome/browser/search_engines/search_host_to_urls_map.cc template_url, search_terms_data)); template_url 53 chrome/browser/search_engines/search_host_to_urls_map.cc DCHECK(urls.find(template_url) != urls.end()); template_url 55 chrome/browser/search_engines/search_host_to_urls_map.cc urls.erase(urls.find(template_url)); template_url 88 chrome/browser/search_engines/search_host_to_urls_map.cc void SearchHostToURLsMap::RemoveByPointer(TemplateURL* template_url) { template_url 91 chrome/browser/search_engines/search_host_to_urls_map.cc TemplateURLSet::iterator url_set_iterator = i->second.find(template_url); template_url 31 chrome/browser/search_engines/search_host_to_urls_map.h void Add(TemplateURL* template_url, template_url 35 chrome/browser/search_engines/search_host_to_urls_map.h void Remove(TemplateURL* template_url, template_url 58 chrome/browser/search_engines/search_host_to_urls_map.h void RemoveByPointer(TemplateURL* template_url); template_url 156 chrome/browser/search_engines/search_provider_install_data.cc TemplateURL* template_url, template_url 159 chrome/browser/search_engines/search_provider_install_data.cc DCHECK(template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION); template_url 161 chrome/browser/search_engines/search_provider_install_data.cc TemplateURLService::GenerateSearchURLUsingTermsData(template_url, template_url 268 chrome/browser/search_engines/search_provider_install_data.cc void SearchProviderInstallData::SetDefault(const TemplateURL* template_url) { template_url 271 chrome/browser/search_engines/search_provider_install_data.cc if (!template_url) { template_url 276 chrome/browser/search_engines/search_provider_install_data.cc DCHECK(template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION); template_url 280 chrome/browser/search_engines/search_provider_install_data.cc template_url, search_terms_data)); template_url 73 chrome/browser/search_engines/search_provider_install_data.h void SetDefault(const TemplateURL* template_url); template_url 256 chrome/browser/search_engines/template_url_fetcher.cc const TemplateURL* template_url = template_url 258 chrome/browser/search_engines/template_url_fetcher.cc if (template_url && (!template_url->safe_for_autoreplace() || template_url 259 chrome/browser/search_engines/template_url_fetcher.cc template_url->originating_url() == osdd_url)) template_url 19 chrome/browser/search_engines/template_url_fetcher_callbacks.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 35 chrome/browser/search_engines/template_url_fetcher_unittest.cc virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 69 chrome/browser/search_engines/template_url_fetcher_unittest.cc void ConfirmAddSearchProvider(TemplateURL* template_url, Profile* profile); template_url 106 chrome/browser/search_engines/template_url_fetcher_unittest.cc TemplateURL* template_url, template_url 108 chrome/browser/search_engines/template_url_fetcher_unittest.cc test_->ConfirmAddSearchProvider(template_url, profile); template_url 129 chrome/browser/search_engines/template_url_fetcher_unittest.cc TemplateURL* template_url, template_url 131 chrome/browser/search_engines/template_url_fetcher_unittest.cc last_callback_template_url_.reset(template_url); template_url 306 chrome/browser/search_engines/template_url_parser.cc scoped_ptr<TemplateURL> template_url(new TemplateURL(profile, data_)); template_url 309 chrome/browser/search_engines/template_url_parser.cc if (template_url->url().empty() || template_url 310 chrome/browser/search_engines/template_url_parser.cc !template_url->url_ref().IsValidUsingTermsData(*search_terms_data) || template_url 311 chrome/browser/search_engines/template_url_parser.cc (!template_url->suggestions_url().empty() && template_url 312 chrome/browser/search_engines/template_url_parser.cc !template_url->suggestions_url_ref(). template_url 317 chrome/browser/search_engines/template_url_parser.cc return template_url.release(); template_url 338 chrome/browser/search_engines/template_url_parser.cc std::string template_url; template_url 350 chrome/browser/search_engines/template_url_parser.cc template_url = XMLCharToString(value); template_url 356 chrome/browser/search_engines/template_url_parser.cc if (is_html_url && !template_url.empty()) { template_url 357 chrome/browser/search_engines/template_url_parser.cc data_.SetURL(template_url); template_url 362 chrome/browser/search_engines/template_url_parser.cc data_.suggestions_url = template_url; template_url 1328 chrome/browser/search_engines/template_url_prepopulate_data.cc GURL GetLogoURL(const TemplateURL& template_url, LogoSize size) { template_url 1329 chrome/browser/search_engines/template_url_prepopulate_data.cc if (GetEngineType(template_url) != SEARCH_ENGINE_GOOGLE) template_url 70 chrome/browser/search_engines/template_url_prepopulate_data.h SearchEngineType GetEngineType(const TemplateURL& template_url); template_url 80 chrome/browser/search_engines/template_url_prepopulate_data.h GURL GetLogoURL(const TemplateURL& template_url, LogoSize size); template_url 492 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::Add(TemplateURL* template_url) { template_url 494 chrome/browser/search_engines/template_url_service.cc if (AddNoNotify(template_url, true)) template_url 498 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::AddAndSetProfile(TemplateURL* template_url, template_url 500 chrome/browser/search_engines/template_url_service.cc template_url->profile_ = profile; template_url 501 chrome/browser/search_engines/template_url_service.cc Add(template_url); template_url 504 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::AddWithOverrides(TemplateURL* template_url, template_url 510 chrome/browser/search_engines/template_url_service.cc template_url->data_.short_name = short_name; template_url 511 chrome/browser/search_engines/template_url_service.cc template_url->data_.SetKeyword(keyword); template_url 512 chrome/browser/search_engines/template_url_service.cc template_url->SetURL(url); template_url 513 chrome/browser/search_engines/template_url_service.cc Add(template_url); template_url 517 chrome/browser/search_engines/template_url_service.cc TemplateURL* template_url, template_url 520 chrome/browser/search_engines/template_url_service.cc DCHECK(template_url); template_url 521 chrome/browser/search_engines/template_url_service.cc DCHECK_EQ(kInvalidTemplateURLID, template_url->id()); template_url 523 chrome/browser/search_engines/template_url_service.cc template_url->extension_info_.swap(info); template_url 525 chrome/browser/search_engines/template_url_service.cc template_url->GetExtensionId(), template_url 529 chrome/browser/search_engines/template_url_service.cc if (AddNoNotify(template_url, true)) { template_url 533 chrome/browser/search_engines/template_url_service.cc if (template_url->extension_info_->wants_to_be_default_engine && template_url 536 chrome/browser/search_engines/template_url_service.cc if (default_candidate == template_url) { template_url 539 chrome/browser/search_engines/template_url_service.cc SetDefaultSearchProviderNoNotify(template_url); template_url 546 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::Remove(TemplateURL* template_url) { template_url 547 chrome/browser/search_engines/template_url_service.cc RemoveNoNotify(template_url); template_url 872 chrome/browser/search_engines/template_url_service.cc const TemplateURL* template_url = GetTemplateURLForKeyword(keyword); template_url 876 chrome/browser/search_engines/template_url_service.cc if (template_url) { template_url 878 chrome/browser/search_engines/template_url_service.cc template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; template_url 879 chrome/browser/search_engines/template_url_service.cc return template_url->AdjustedShortNameForLocaleDirection(); template_url 1483 chrome/browser/search_engines/template_url_service.cc TemplateURL* template_url = new TemplateURL(profile_, data); template_url 1484 chrome/browser/search_engines/template_url_service.cc AddNoNotify(template_url, true); template_url 1488 chrome/browser/search_engines/template_url_service.cc SetDefaultSearchProviderNoNotify(template_url); template_url 1505 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::RemoveFromMaps(TemplateURL* template_url) { template_url 1506 chrome/browser/search_engines/template_url_service.cc const base::string16& keyword = template_url->keyword(); template_url 1508 chrome/browser/search_engines/template_url_service.cc if (keyword_to_template_map_[keyword] == template_url) { template_url 1521 chrome/browser/search_engines/template_url_service.cc if ((turl != template_url) && (turl->keyword() == keyword) && template_url 1534 chrome/browser/search_engines/template_url_service.cc if (!template_url->sync_guid().empty()) template_url 1535 chrome/browser/search_engines/template_url_service.cc guid_to_template_map_.erase(template_url->sync_guid()); template_url 1537 chrome/browser/search_engines/template_url_service.cc UIThreadSearchTermsData search_terms_data(template_url->profile()); template_url 1538 chrome/browser/search_engines/template_url_service.cc provider_map_->Remove(template_url, search_terms_data); template_url 1542 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::AddToMaps(TemplateURL* template_url) { template_url 1544 chrome/browser/search_engines/template_url_service.cc template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; template_url 1545 chrome/browser/search_engines/template_url_service.cc const base::string16& keyword = template_url->keyword(); template_url 1549 chrome/browser/search_engines/template_url_service.cc keyword_to_template_map_[keyword] = template_url; template_url 1560 chrome/browser/search_engines/template_url_service.cc !CanReplace(template_url) : CanReplace(existing_url)) template_url 1561 chrome/browser/search_engines/template_url_service.cc keyword_to_template_map_[keyword] = template_url; template_url 1564 chrome/browser/search_engines/template_url_service.cc if (!template_url->sync_guid().empty()) template_url 1565 chrome/browser/search_engines/template_url_service.cc guid_to_template_map_[template_url->sync_guid()] = template_url; template_url 1568 chrome/browser/search_engines/template_url_service.cc provider_map_->Add(template_url, search_terms_data); template_url 1905 chrome/browser/search_engines/template_url_service.cc TemplateURL* template_url, template_url 1907 chrome/browser/search_engines/template_url_service.cc int prepopulate_id = template_url->prepopulate_id(); template_url 1908 chrome/browser/search_engines/template_url_service.cc if (template_url->prepopulate_id() == 0) template_url 1919 chrome/browser/search_engines/template_url_service.cc template_url); template_url 1920 chrome/browser/search_engines/template_url_service.cc template_url->CopyFrom(*prepopulated_urls[i]); template_url 2208 chrome/browser/search_engines/template_url_service.cc bool TemplateURLService::AddNoNotify(TemplateURL* template_url, template_url 2210 chrome/browser/search_engines/template_url_service.cc DCHECK(template_url); template_url 2213 chrome/browser/search_engines/template_url_service.cc DCHECK_EQ(kInvalidTemplateURLID, template_url->id()); template_url 2215 chrome/browser/search_engines/template_url_service.cc template_url) == template_urls_.end()); template_url 2216 chrome/browser/search_engines/template_url_service.cc template_url->data_.id = ++next_id_; template_url 2219 chrome/browser/search_engines/template_url_service.cc template_url->ResetKeywordIfNecessary(false); template_url 2223 chrome/browser/search_engines/template_url_service.cc GetTemplateURLForKeyword(template_url->keyword()); template_url 2225 chrome/browser/search_engines/template_url_service.cc DCHECK_NE(existing_keyword_turl, template_url); template_url 2229 chrome/browser/search_engines/template_url_service.cc template_url->GetType(); template_url 2232 chrome/browser/search_engines/template_url_service.cc } else if (CanReplace(template_url) && are_same_type) { template_url 2233 chrome/browser/search_engines/template_url_service.cc delete template_url; template_url 2243 chrome/browser/search_engines/template_url_service.cc template_urls_.push_back(template_url); template_url 2244 chrome/browser/search_engines/template_url_service.cc AddToMaps(template_url); template_url 2247 chrome/browser/search_engines/template_url_service.cc (template_url->GetType() != template_url 2250 chrome/browser/search_engines/template_url_service.cc service_->AddKeyword(template_url->data()); template_url 2255 chrome/browser/search_engines/template_url_service.cc template_url, template_url 2262 chrome/browser/search_engines/template_url_service.cc void TemplateURLService::RemoveNoNotify(TemplateURL* template_url) { template_url 2263 chrome/browser/search_engines/template_url_service.cc DCHECK(template_url != default_search_provider_); template_url 2266 chrome/browser/search_engines/template_url_service.cc std::find(template_urls_.begin(), template_urls_.end(), template_url); template_url 2270 chrome/browser/search_engines/template_url_service.cc RemoveFromMaps(template_url); template_url 2275 chrome/browser/search_engines/template_url_service.cc if (template_url->GetType() != TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) { template_url 2277 chrome/browser/search_engines/template_url_service.cc service_->RemoveKeyword(template_url->id()); template_url 2281 chrome/browser/search_engines/template_url_service.cc template_url, template_url 2290 chrome/browser/search_engines/template_url_service.cc TemplateURLID id = template_url->id(); template_url 2298 chrome/browser/search_engines/template_url_service.cc delete template_url; template_url 2325 chrome/browser/search_engines/template_url_service.cc TemplateURL* template_url = *i; template_url 2326 chrome/browser/search_engines/template_url_service.cc if (template_url->created_by_policy()) { template_url 2327 chrome/browser/search_engines/template_url_service.cc if (template_url == *default_search_provider && template_url 2329 chrome/browser/search_engines/template_url_service.cc TemplateURLsHaveSamePrefs(template_url, template_url 2343 chrome/browser/search_engines/template_url_service.cc (*default_search_provider)->id() == template_url->id()) template_url 2348 chrome/browser/search_engines/template_url_service.cc service_->RemoveKeyword(template_url->id()); template_url 2349 chrome/browser/search_engines/template_url_service.cc delete template_url; template_url 2565 chrome/browser/search_engines/template_url_service.cc TemplateURL* template_url = *i; template_url 2566 chrome/browser/search_engines/template_url_service.cc DCHECK(template_url); template_url 2567 chrome/browser/search_engines/template_url_service.cc if (template_url->sync_guid().empty() && template_url 2568 chrome/browser/search_engines/template_url_service.cc (template_url->GetType() != template_url 2570 chrome/browser/search_engines/template_url_service.cc template_url->data_.sync_guid = base::GenerateGUID(); template_url 2572 chrome/browser/search_engines/template_url_service.cc service_->UpdateKeyword(template_url->data()); template_url 159 chrome/browser/search_engines/template_url_service.h void Add(TemplateURL* template_url); template_url 163 chrome/browser/search_engines/template_url_service.h void AddAndSetProfile(TemplateURL* template_url, Profile* profile); template_url 164 chrome/browser/search_engines/template_url_service.h void AddWithOverrides(TemplateURL* template_url, template_url 170 chrome/browser/search_engines/template_url_service.h void AddExtensionControlledTURL(TemplateURL* template_url, template_url 175 chrome/browser/search_engines/template_url_service.h void Remove(TemplateURL* template_url); template_url 445 chrome/browser/search_engines/template_url_service.h void RemoveFromMaps(TemplateURL* template_url); template_url 447 chrome/browser/search_engines/template_url_service.h void AddToMaps(TemplateURL* template_url); template_url 554 chrome/browser/search_engines/template_url_service.h bool AddNoNotify(TemplateURL* template_url, bool newly_adding); template_url 559 chrome/browser/search_engines/template_url_service.h void RemoveNoNotify(TemplateURL* template_url); template_url 63 chrome/browser/search_engines/template_url_service_android.cc TemplateURL* template_url = template_urls[selected_index_size_t]; template_url 64 chrome/browser/search_engines/template_url_service_android.cc DCHECK_GT(template_url->prepopulate_id(), 0) << template_url 66 chrome/browser/search_engines/template_url_service_android.cc template_url_service_->SetDefaultSearchProvider(template_url); template_url 116 chrome/browser/search_engines/template_url_service_android.cc TemplateURL* template_url = template_url_service_->GetTemplateURLs()[index]; template_url 117 chrome/browser/search_engines/template_url_service_android.cc if (!IsPrepopulatedTemplate(template_url) && template_url 118 chrome/browser/search_engines/template_url_service_android.cc !template_url->created_by_policy()) template_url 124 chrome/browser/search_engines/template_url_service_android.cc ConvertUTF16ToJavaString(env, template_url->short_name()).obj(), template_url 125 chrome/browser/search_engines/template_url_service_android.cc ConvertUTF16ToJavaString(env, template_url->keyword()).obj()); template_url 207 chrome/browser/search_engines/util.cc scoped_ptr<TemplateURL> template_url(*i); template_url 209 chrome/browser/search_engines/util.cc std::find(template_urls->begin(), template_urls->end(), template_url); template_url 214 chrome/browser/search_engines/util.cc service->RemoveKeyword(template_url->id()); template_url 216 chrome/browser/search_engines/util.cc removed_keyword_guids->insert(template_url->sync_guid()); template_url 300 chrome/browser/search_engines/util.cc TemplateURL* template_url = i->second; template_url 301 chrome/browser/search_engines/util.cc if ((template_url->safe_for_autoreplace()) && template_url 302 chrome/browser/search_engines/util.cc (template_url != default_search_provider)) template_url 303 chrome/browser/search_engines/util.cc actions.removed_engines.push_back(template_url); template_url 1751 chrome/browser/ui/browser.cc void Browser::ConfirmAddSearchProvider(TemplateURL* template_url, template_url 1753 chrome/browser/ui/browser.cc window()->ConfirmAddSearchProvider(template_url, profile); template_url 662 chrome/browser/ui/browser.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 210 chrome/browser/ui/browser_window.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 100 chrome/browser/ui/cocoa/browser_window_cocoa.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 1017 chrome/browser/ui/gtk/browser_window_gtk.cc void BrowserWindowGtk::ConfirmAddSearchProvider(TemplateURL* template_url, template_url 1019 chrome/browser/ui/gtk/browser_window_gtk.cc new EditSearchEngineDialog(window_, template_url, NULL, profile); template_url 135 chrome/browser/ui/gtk/browser_window_gtk.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 69 chrome/browser/ui/gtk/edit_search_engine_dialog.cc TemplateURL* template_url, template_url 72 chrome/browser/ui/gtk/edit_search_engine_dialog.cc : controller_(new EditSearchEngineController(template_url, delegate, template_url 81 chrome/browser/ui/gtk/edit_search_engine_dialog.cc controller_->template_url() ? template_url 94 chrome/browser/ui/gtk/edit_search_engine_dialog.cc controller_->template_url() ? template_url 142 chrome/browser/ui/gtk/edit_search_engine_dialog.cc if (controller_->template_url()) { template_url 145 chrome/browser/ui/gtk/edit_search_engine_dialog.cc base::UTF16ToUTF8(controller_->template_url()->short_name()).c_str()); template_url 148 chrome/browser/ui/gtk/edit_search_engine_dialog.cc base::UTF16ToUTF8(controller_->template_url()->keyword()).c_str()); template_url 151 chrome/browser/ui/gtk/edit_search_engine_dialog.cc base::UTF16ToUTF8(controller_->template_url()->url_ref().DisplayURL()). template_url 156 chrome/browser/ui/gtk/edit_search_engine_dialog.cc controller_->template_url()->prepopulate_id() == 0); template_url 158 chrome/browser/ui/gtk/edit_search_engine_dialog.cc if (controller_->template_url()->prepopulate_id() != 0) { template_url 161 chrome/browser/ui/gtk/edit_search_engine_dialog.cc controller_->template_url()->prepopulate_id() == 0); template_url 24 chrome/browser/ui/gtk/edit_search_engine_dialog.h TemplateURL* template_url, template_url 1307 chrome/browser/ui/gtk/location_bar_view_gtk.cc const TemplateURL* template_url = template_url 1310 chrome/browser/ui/gtk/location_bar_view_gtk.cc GetOmniboxIcon(template_url->GetExtensionId()); template_url 55 chrome/browser/ui/omnibox/omnibox_current_page_delegate.h virtual bool ProcessExtensionKeyword(TemplateURL* template_url, template_url 68 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc TemplateURL* template_url, template_url 71 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) template_url 78 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc template_url->GetExtensionId(), template_url 30 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.h TemplateURL* template_url, template_url 673 chrome/browser/ui/omnibox/omnibox_edit_model.cc const TemplateURL* template_url = match.GetTemplateURL(profile_, false); template_url 674 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (template_url && template_url->url_ref().HasGoogleBaseURLs()) template_url 762 chrome/browser/ui/omnibox/omnibox_edit_model.cc TemplateURL* template_url = match.GetTemplateURL(profile_, false); template_url 763 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (template_url) { template_url 769 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (delegate_->ProcessExtensionKeyword(template_url, match, template_url 779 chrome/browser/ui/omnibox/omnibox_edit_model.cc template_url); template_url 788 chrome/browser/ui/omnibox/omnibox_edit_model.cc TemplateURLPrepopulateData::GetEngineType(*template_url), template_url 245 chrome/browser/ui/omnibox/omnibox_popup_model.cc const TemplateURL* template_url = match.GetTemplateURL(profile, false); template_url 246 chrome/browser/ui/omnibox/omnibox_popup_model.cc if (template_url && template_url 247 chrome/browser/ui/omnibox/omnibox_popup_model.cc (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { template_url 249 chrome/browser/ui/omnibox/omnibox_popup_model.cc template_url->GetExtensionId()); template_url 138 chrome/browser/ui/omnibox/omnibox_view.cc TemplateURL* template_url = template_url 140 chrome/browser/ui/omnibox/omnibox_view.cc if (template_url) template_url 143 chrome/browser/ui/omnibox/omnibox_view.cc template_url->AdjustedShortNameForLocaleDirection()); template_url 274 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc TemplateURL* template_url = new TemplateURL(profile, data); template_url 275 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc model->Add(template_url); template_url 276 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc model->SetDefaultSearchProvider(template_url); template_url 1035 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc TemplateURL* template_url = new TemplateURL(profile, data); template_url 1036 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc template_url_service->Add(template_url); template_url 1056 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc template_url_service->Remove(template_url); template_url 206 chrome/browser/ui/search/instant_extended_interactive_uitest.cc TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(); template_url 207 chrome/browser/ui/search/instant_extended_interactive_uitest.cc if (!template_url) template_url 212 chrome/browser/ui/search/instant_extended_interactive_uitest.cc GURL search(template_url->url_ref().ReplaceSearchTerms( template_url 218 chrome/browser/ui/search/instant_extended_interactive_uitest.cc search, template_url->id(), term); template_url 68 chrome/browser/ui/search/instant_test_utils.cc TemplateURL* template_url = new TemplateURL(browser_->profile(), data); template_url 69 chrome/browser/ui/search/instant_test_utils.cc service->Add(template_url); // Takes ownership of |template_url|. template_url 70 chrome/browser/ui/search/instant_test_utils.cc service->SetDefaultSearchProvider(template_url); template_url 83 chrome/browser/ui/search/instant_test_utils.cc TemplateURL* template_url = new TemplateURL(browser_->profile(), data); template_url 84 chrome/browser/ui/search/instant_test_utils.cc service->Add(template_url); // Takes ownership of |template_url|. template_url 85 chrome/browser/ui/search/instant_test_utils.cc service->SetDefaultSearchProvider(template_url); template_url 114 chrome/browser/ui/search/search_ipc_router_unittest.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 116 chrome/browser/ui/search/search_ipc_router_unittest.cc template_url_service->Add(template_url); template_url 117 chrome/browser/ui/search/search_ipc_router_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 285 chrome/browser/ui/search/search_tab_helper_unittest.cc TemplateURL* template_url = new TemplateURL(profile(), data); template_url 286 chrome/browser/ui/search/search_tab_helper_unittest.cc template_url_service->Add(template_url); template_url 287 chrome/browser/ui/search/search_tab_helper_unittest.cc template_url_service->SetDefaultSearchProvider(template_url); template_url 20 chrome/browser/ui/search_engines/edit_search_engine_controller.cc TemplateURL* template_url, template_url 23 chrome/browser/ui/search_engines/edit_search_engine_controller.cc : template_url_(template_url), template_url 23 chrome/browser/ui/search_engines/edit_search_engine_controller.h virtual void OnEditedKeyword(TemplateURL* template_url, template_url 38 chrome/browser/ui/search_engines/edit_search_engine_controller.h TemplateURL* template_url, template_url 67 chrome/browser/ui/search_engines/edit_search_engine_controller.h const TemplateURL* template_url() const { return template_url_; } template_url 48 chrome/browser/ui/search_engines/keyword_editor_controller.cc void KeywordEditorController::ModifyTemplateURL(TemplateURL* template_url, template_url 53 chrome/browser/ui/search_engines/keyword_editor_controller.cc const int index = table_model_->IndexOfTemplateURL(template_url); template_url 61 chrome/browser/ui/search_engines/keyword_editor_controller.cc if ((template_url->short_name() == title) && template_url 62 chrome/browser/ui/search_engines/keyword_editor_controller.cc (template_url->keyword() == keyword) && (template_url->url() == url)) template_url 36 chrome/browser/ui/search_engines/keyword_editor_controller.h void ModifyTemplateURL(TemplateURL* template_url, template_url 21 chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 32 chrome/browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc TemplateURL* template_url, template_url 34 chrome/browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc scoped_ptr<TemplateURL> owned_template_url(template_url); template_url 29 chrome/browser/ui/search_engines/template_url_fetcher_ui_callbacks.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 43 chrome/browser/ui/search_engines/template_url_table_model.cc ModelEntry(TemplateURLTableModel* model, TemplateURL* template_url) template_url 44 chrome/browser/ui/search_engines/template_url_table_model.cc : template_url_(template_url), template_url 86 chrome/browser/ui/search_engines/template_url_table_model.cc GURL favicon_url = template_url()->favicon_url(); template_url 151 chrome/browser/ui/search_engines/template_url_table_model.cc TemplateURL* template_url = *i; template_url 154 chrome/browser/ui/search_engines/template_url_table_model.cc if (template_url->show_in_default_list()) template_url 155 chrome/browser/ui/search_engines/template_url_table_model.cc default_entries.push_back(new ModelEntry(this, template_url)); template_url 156 chrome/browser/ui/search_engines/template_url_table_model.cc else if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) template_url 157 chrome/browser/ui/search_engines/template_url_table_model.cc extension_entries.push_back(new ModelEntry(this, template_url)); template_url 159 chrome/browser/ui/search_engines/template_url_table_model.cc other_entries.push_back(new ModelEntry(this, template_url)); template_url 188 chrome/browser/ui/search_engines/template_url_table_model.cc const TemplateURL* url = entries_[row]->template_url(); template_url 253 chrome/browser/ui/search_engines/template_url_table_model.cc TemplateURL* template_url = GetTemplateURL(index); template_url 259 chrome/browser/ui/search_engines/template_url_table_model.cc template_url_service_->Remove(template_url); template_url 287 chrome/browser/ui/search_engines/template_url_table_model.cc TemplateURL* template_url = GetTemplateURL(index); template_url 289 chrome/browser/ui/search_engines/template_url_table_model.cc DCHECK(template_url_service_->GetDefaultSearchProvider() != template_url || template_url 290 chrome/browser/ui/search_engines/template_url_table_model.cc template_url->SupportsReplacement()); template_url 292 chrome/browser/ui/search_engines/template_url_table_model.cc template_url_service_->ResetTemplateURL(template_url, title, keyword, url); template_url 306 chrome/browser/ui/search_engines/template_url_table_model.cc return entries_[index]->template_url(); template_url 310 chrome/browser/ui/search_engines/template_url_table_model.cc const TemplateURL* template_url) { template_url 314 chrome/browser/ui/search_engines/template_url_table_model.cc if (entry->template_url() == template_url) template_url 80 chrome/browser/ui/search_engines/template_url_table_model.h int IndexOfTemplateURL(const TemplateURL* template_url); template_url 35 chrome/browser/ui/views/browser_dialogs.h TemplateURL* template_url, template_url 35 chrome/browser/ui/views/edit_search_engine_dialog.cc TemplateURL* template_url, template_url 38 chrome/browser/ui/views/edit_search_engine_dialog.cc EditSearchEngineDialog::Show(parent, template_url, delegate, profile); template_url 44 chrome/browser/ui/views/edit_search_engine_dialog.cc TemplateURL* template_url, template_url 47 chrome/browser/ui/views/edit_search_engine_dialog.cc : controller_(new EditSearchEngineController(template_url, template_url 58 chrome/browser/ui/views/edit_search_engine_dialog.cc TemplateURL* template_url, template_url 62 chrome/browser/ui/views/edit_search_engine_dialog.cc new EditSearchEngineDialog(template_url, delegate, profile); template_url 77 chrome/browser/ui/views/edit_search_engine_dialog.cc return l10n_util::GetStringUTF16(controller_->template_url() ? template_url 126 chrome/browser/ui/views/edit_search_engine_dialog.cc if (controller_->template_url()) { template_url 127 chrome/browser/ui/views/edit_search_engine_dialog.cc title_tf_ = CreateTextfield(controller_->template_url()->short_name()); template_url 128 chrome/browser/ui/views/edit_search_engine_dialog.cc keyword_tf_ = CreateTextfield(controller_->template_url()->keyword()); template_url 130 chrome/browser/ui/views/edit_search_engine_dialog.cc controller_->template_url()->url_ref().DisplayURL()); template_url 133 chrome/browser/ui/views/edit_search_engine_dialog.cc url_tf_->SetReadOnly(controller_->template_url()->prepopulate_id() != 0); template_url 30 chrome/browser/ui/views/edit_search_engine_dialog.h EditSearchEngineDialog(TemplateURL* template_url, template_url 37 chrome/browser/ui/views/edit_search_engine_dialog.h TemplateURL* template_url, template_url 1180 chrome/browser/ui/views/frame/browser_view.cc void BrowserView::ConfirmAddSearchProvider(TemplateURL* template_url, template_url 1182 chrome/browser/ui/views/frame/browser_view.cc chrome::EditSearchEngine(GetWidget()->GetNativeWindow(), template_url, NULL, template_url 327 chrome/browser/ui/views/frame/browser_view.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url, template_url 801 chrome/browser/ui/views/location_bar/location_bar_view.cc const TemplateURL* template_url = template_url 804 chrome/browser/ui/views/location_bar/location_bar_view.cc if (template_url && template_url 805 chrome/browser/ui/views/location_bar/location_bar_view.cc (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { template_url 807 chrome/browser/ui/views/location_bar/location_bar_view.cc GetOmniboxIcon(template_url->GetExtensionId()); template_url 171 chrome/browser/ui/webui/options/search_engine_manager_handler.cc const TemplateURL* template_url = list_controller_->GetTemplateURL(index); template_url 174 chrome/browser/ui/webui/options/search_engine_manager_handler.cc dict->SetString("name", template_url->short_name()); template_url 179 chrome/browser/ui/webui/options/search_engine_manager_handler.cc dict->SetString("url", template_url->url_ref().DisplayURL()); template_url 180 chrome/browser/ui/webui/options/search_engine_manager_handler.cc dict->SetBoolean("urlLocked", template_url->prepopulate_id() > 0); template_url 181 chrome/browser/ui/webui/options/search_engine_manager_handler.cc GURL icon_url = template_url->favicon_url(); template_url 187 chrome/browser/ui/webui/options/search_engine_manager_handler.cc list_controller_->CanRemove(template_url) && !is_extension); template_url 189 chrome/browser/ui/webui/options/search_engine_manager_handler.cc list_controller_->CanMakeDefault(template_url) && !is_extension); template_url 191 chrome/browser/ui/webui/options/search_engine_manager_handler.cc dict->SetBoolean("canBeEdited", list_controller_->CanEdit(template_url)); template_url 193 chrome/browser/ui/webui/options/search_engine_manager_handler.cc if (template_url->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) { template_url 196 chrome/browser/ui/webui/options/search_engine_manager_handler.cc ->GetExtensionById(template_url->GetExtensionId(), template_url 250 chrome/browser/ui/webui/options/search_engine_manager_handler.cc TemplateURL* template_url, template_url 255 chrome/browser/ui/webui/options/search_engine_manager_handler.cc if (template_url) template_url 256 chrome/browser/ui/webui/options/search_engine_manager_handler.cc list_controller_->ModifyTemplateURL(template_url, title, keyword, url); template_url 40 chrome/browser/ui/webui/options/search_engine_manager_handler.h virtual void OnEditedKeyword(TemplateURL* template_url, template_url 100 chrome/test/base/test_browser_window.h virtual void ConfirmAddSearchProvider(TemplateURL* template_url,