HomeSort by relevance Sort by last modified time
    Searched refs:TemplateURL (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.h 24 class TemplateURL;
169 const TemplateURL* keyword,
  /external/chromium_org/chrome/browser/search/
instant_unittest_base.cc 63 TemplateURL* template_url = new TemplateURL(data);
search.cc 161 TemplateURL* GetDefaultSearchProviderTemplateURL(Profile* profile) {
185 TemplateURL* template_url,
212 bool IsSuitableURLForInstant(const GURL& url, const TemplateURL* template_url) {
231 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
318 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
418 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
427 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
535 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
575 TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
instant_service_unittest.cc 134 TemplateURL* template_url = new TemplateURL(data);
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_android.h 13 class TemplateURL;
58 bool IsPrepopulatedTemplate(TemplateURL* url);
search_provider_install_data_unittest.cc 126 TemplateURL* AddNewTemplateURL(const std::string& url,
174 TemplateURL* SearchProviderInstallDataTest::AddNewTemplateURL(
181 TemplateURL* t_url = new TemplateURL(data);
217 TemplateURL* default_url =
264 TemplateURL* default_url =
template_url_fetcher_unittest.cc 35 virtual void ConfirmAddSearchProvider(TemplateURL* template_url,
69 void ConfirmAddSearchProvider(TemplateURL* template_url, Profile* profile);
84 // The last TemplateURL to come from a callback.
85 scoped_ptr<TemplateURL> last_callback_template_url_;
106 TemplateURL* template_url,
129 TemplateURL* template_url,
181 const TemplateURL* t_url = test_util_.model()->GetTemplateURLForKeyword(
299 test_util_.model()->Add(new TemplateURL(data));
template_url_fetcher.cc 40 // If data contains a valid OSDD, a TemplateURL is created and added to
59 scoped_ptr<TemplateURL> template_url_;
175 TemplateURL* existing_url = NULL;
199 model->Add(new TemplateURL(data));
209 callbacks_->ConfirmAddSearchProvider(new TemplateURL(data), profile);
258 const TemplateURL* template_url =
template_url_parser.cc 138 // Returns a heap-allocated TemplateURL representing the result of parsing.
142 TemplateURL* GetTemplateURL(Profile* profile, bool show_in_default_list);
160 // Data that gets updated as we parse, and is converted to a TemplateURL by
285 TemplateURL* TemplateURLParsingContext::GetTemplateURL(
299 data_.favicon_url = TemplateURL::GenerateFaviconURL(search_url);
301 data_.SetKeyword(TemplateURL::GenerateKeyword(search_url));
305 scoped_ptr<TemplateURL> template_url(new TemplateURL(data_));
472 TemplateURL* TemplateURLParser::Parse(
template_url_prepopulate_data_unittest.cc 29 return TemplateURLPrepopulateData::GetEngineType(TemplateURL(data),
34 return TemplateURL(data).url_ref().GetHost(SearchTermsData());
252 TemplateURL(*t_urls[default_index]),
291 TemplateURL(*t_urls[default_index]),
  /external/chromium_org/chrome/browser/autocomplete/
base_search_provider.h 29 class TemplateURL;
67 const TemplateURL* template_url,
357 const TemplateURL* template_url,
382 const TemplateURL* template_url,
405 const TemplateURL* template_url,
453 // Returns the TemplateURL corresponding to the keyword or default
455 virtual const TemplateURL* GetTemplateURL(bool is_keyword) const = 0;
history_url_provider.h 102 TemplateURL* default_search_provider,
171 // to the history thread. We use a scoped_ptr<TemplateURL> for the DSP since
175 scoped_ptr<TemplateURL> default_search_provider;
keyword_extensions_delegate_impl.h 39 const TemplateURL* template_url,
search_provider.cc 105 const TemplateURL* SearchProvider::Providers::GetDefaultProviderURL() const {
110 const TemplateURL* SearchProvider::Providers::GetKeywordProviderURL() const {
201 const TemplateURL* keyword_provider =
209 const TemplateURL* default_provider = model->GetDefaultSearchProvider();
290 const TemplateURL* SearchProvider::GetTemplateURL(bool is_keyword) const {
345 const TemplateURL* default_url = providers_.GetDefaultProviderURL();
409 const TemplateURL* keyword_url = providers_.GetKeywordProviderURL();
478 const TemplateURL* default_url = providers_.GetDefaultProviderURL();
487 const TemplateURL* keyword_url = providers_.GetKeywordProviderURL();
543 const TemplateURL* default_url = providers_.GetDefaultProviderURL()
    [all...]
autocomplete_provider_unittest.cc 167 // Registers a test TemplateURL under the given keyword.
222 TemplateURL* default_t_url = new TemplateURL(data);
295 // Reset the default TemplateURL.
298 TemplateURL* default_t_url = new TemplateURL(data);
306 // Create another TemplateURL for KeywordProvider.
311 TemplateURL* keyword_t_url = new TemplateURL(data2);
327 // Create a TemplateURL for KeywordProvider
    [all...]
autocomplete_match.h 20 class TemplateURL;
208 // Returns the TemplateURL associated with this match. This may be NULL if
210 // TemplateURL. See comments on |keyword| below.
212 // not map to a valid TemplateURL, we'll then check for a TemplateURL that
214 TemplateURL* GetTemplateURL(Profile* profile,
322 // The keyword of the TemplateURL the match originated from. This is nonempty
329 // CAUTION: The TemplateURL associated with this keyword may be deleted or
zero_suggest_provider.h 80 virtual const TemplateURL* GetTemplateURL(bool is_keyword) const OVERRIDE;
keyword_extensions_delegate_impl.cc 64 const TemplateURL* template_url,
143 const TemplateURL* template_url(
162 const TemplateURL* template_url =
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 112 TemplateURL* template_url = new TemplateURL(data);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 67 TemplateURL* template_url,
70 if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION)
  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_api.h 16 class TemplateURL;
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 40 virtual void OnEditedKeyword(TemplateURL* template_url,
search_engine_manager_handler.cc 120 const TemplateURL* default_engine =
173 const TemplateURL* template_url = list_controller_->GetTemplateURL(index);
196 if (template_url->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) {
259 TemplateURL* template_url,
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 233 typedef std::map<std::string, TemplateURL*> HostPathMap;
241 // Builds the key to use in HostPathMap for the specified TemplateURL. Returns
242 // an empty string if a host+path can't be generated for the TemplateURL.
243 // If an empty string is returned, the TemplateURL should not be added to
247 // from the raw TemplateURL string. Use a value of true for |try_url_if_invalid|
253 // the TemplateURL is invalid.
254 static std::string BuildHostPathKey(const TemplateURL* t_url,
269 // Builds a set that contains an entry of the host+path for each TemplateURL in
279 const TemplateURL* existing_turl = (*host_path_map)[host_path];
289 } // else case, TemplateURL doesn't have a search url, doesn't suppor
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_window.h 31 class TemplateURL;
211 virtual void ConfirmAddSearchProvider(TemplateURL* template_url,

Completed in 2772 milliseconds

1 23 4 5 6