Searched refs:provider_type (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/search_engines/
H A Dtemplate_url_fetcher.cc30 ProviderType provider_type);
44 ProviderType provider_type() const { return provider_type_; } function in class:TemplateURLFetcher::RequestDelegate
71 ProviderType provider_type)
78 provider_type_(provider_type),
223 ProviderType provider_type) {
229 if (provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER) {
249 ((provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER) &&
256 confirm_add_callback, provider_type));
64 RequestDelegate( TemplateURLFetcher* fetcher, const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, const URLFetcherCustomizeCallback& url_fetcher_customize_callback, const ConfirmAddSearchProviderCallback& confirm_add_callback, ProviderType provider_type) argument
217 ScheduleDownload( const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, const URLFetcherCustomizeCallback& url_fetcher_customize_callback, const ConfirmAddSearchProviderCallback& confirm_add_callback, ProviderType provider_type) argument
H A Dtemplate_url_fetcher.h49 // If |provider_type| is AUTODETECTED_PROVIDER, |keyword| must be non-empty,
52 // download is started. If |provider_type| is EXPLICIT_PROVIDER, |keyword| is
64 ProviderType provider_type);
H A Dtemplate_url_fetcher_unittest.cc54 TemplateURLFetcher::ProviderType provider_type,
120 TemplateURLFetcher::ProviderType provider_type,
145 provider_type);
196 TemplateURLFetcher::ProviderType provider_type; member in struct:__anon6799
209 test_cases[i].provider_type, false);
117 StartDownload( const base::string16& keyword, const std::string& osdd_file_name, TemplateURLFetcher::ProviderType provider_type, bool check_that_file_exists) argument
/external/chromium_org/crypto/
H A Dsymmetric_key_win.cc366 DWORD provider_type = 0; local
370 provider_type = PROV_RSA_AES;
374 provider_type = PROV_RSA_FULL;
381 if (provider_type == 0 || alg == 0)
385 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
466 DWORD provider_type = 0; local
470 provider_type = PROV_RSA_AES;
474 provider_type = PROV_RSA_FULL;
481 if (provider_type == 0 || alg == 0)
485 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
[all...]
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper.cc121 TemplateURLFetcher::ProviderType provider_type =
140 if (provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER) {
153 provider_type);
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc62 int ProviderTypeToIndex(const std::string& provider_type, argument
64 if (provider_type == shill::kProviderL2tpIpsec) {
70 DCHECK(provider_type == shill::kProviderOpenVpn);
714 std::string provider_type, server_hostname, username, group_name; local
721 shill::kTypeProperty, &provider_type);
724 if (provider_type == shill::kProviderL2tpIpsec) {
735 } else if (provider_type == shill::kProviderOpenVpn) {
750 provider_type_index_ = ProviderTypeToIndex(provider_type, client_cert_id_);
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map.h312 ProviderType provider_type,
H A Dhost_content_settings_map.cc641 ProviderType provider_type,
667 kProviderNames[provider_type],
639 AddSettingsForOneType( const content_settings::ProviderInterface* provider, ProviderType provider_type, ContentSettingsType content_type, const std::string& resource_identifier, ContentSettingsForOneType* settings, bool incognito) const argument
/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler.cc52 const std::string& provider_type,
54 if (provider_type == shill::kProviderOpenVpn) {
51 VPNRequiresCredentials(const std::string& service_path, const std::string& provider_type, const base::DictionaryValue& provider_properties) argument

Completed in 294 milliseconds