HomeSort by relevance Sort by last modified time
    Searched full:provider_type (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/components/search_engines/
template_url_fetcher.h 49 // 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);
template_url_fetcher.cc 30 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));
template_url_fetcher_unittest.cc 54 TemplateURLFetcher::ProviderType provider_type,
120 TemplateURLFetcher::ProviderType provider_type,
145 provider_type);
196 TemplateURLFetcher::ProviderType provider_type; member in struct:__anon11424
209 test_cases[i].provider_type, false);
  /external/chromium_org/crypto/
symmetric_key_win.cc 366 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/
search_engine_tab_helper.cc 121 TemplateURLFetcher::ProviderType provider_type =
140 if (provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER) {
153 provider_type);
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 62 int ProviderTypeToIndex(const std::string& provider_type,
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_);
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.h 312 ProviderType provider_type,
host_content_settings_map.cc 641 ProviderType provider_type,
667 kProviderNames[provider_type],
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 52 const std::string& provider_type,
54 if (provider_type == shill::kProviderOpenVpn) {

Completed in 548 milliseconds