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

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.cc 33 ProviderType provider_type);
57 ProviderType provider_type() const { return provider_type_; } function in class:TemplateURLFetcher::RequestDelegate
83 ProviderType provider_type)
90 provider_type_(provider_type),
275 ProviderType provider_type) {
281 if (provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER &&
290 if (provider_type != TemplateURLFetcher::EXPLICIT_DEFAULT_PROVIDER) {
311 (*i)->provider_type() == provider_type ||
312 ((*i)->provider_type() != EXPLICIT_DEFAULT_PROVIDER &
    [all...]
template_url_fetcher_unittest.cc 82 TemplateURLFetcher::ProviderType provider_type,
160 TemplateURLFetcher::ProviderType provider_type,
176 provider_type);
229 TemplateURLFetcher::ProviderType provider_type; member in struct:__anon4829
244 test_cases[i].provider_type, false);
  /external/chromium/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/search_engines/
template_url_fetcher.cc 42 ProviderType provider_type);
61 ProviderType provider_type() const { return provider_type_; } function in class:TemplateURLFetcher::RequestDelegate
88 ProviderType provider_type)
95 provider_type_(provider_type),
249 ProviderType provider_type) {
261 if (provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER) {
281 ((provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER) &&
288 owned_callbacks.release(), provider_type));
template_url_fetcher_unittest.cc 74 TemplateURLFetcher::ProviderType provider_type,
140 TemplateURLFetcher::ProviderType provider_type,
157 new TemplateURLFetcherTestCallbacks(this), provider_type);
207 TemplateURLFetcher::ProviderType provider_type; member in struct:__anon8098
220 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/chromeos/network/
cros_network_functions_unittest.cc 599 const std::string provider_type = "provider type"; local
621 new base::StringValue(provider_type));
635 service_name, server_hostname, provider_type,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 67 int ProviderTypeToIndex(const std::string& provider_type,
69 if (provider_type == flimflam::kProviderL2tpIpsec) {
75 DCHECK(provider_type == flimflam::kProviderOpenVpn);
702 std::string provider_type, server_hostname, username, group_name; local
708 flimflam::kTypeProperty, &provider_type);
712 if (provider_type == flimflam::kProviderL2tpIpsec) {
723 } else if (provider_type == flimflam::kProviderOpenVpn) {
735 provider_type_index_ = ProviderTypeToIndex(provider_type, client_cert_id_);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 116 chromeos::ProviderType provider_type) {
117 switch (provider_type) {
878 std::string hostname, service_name, provider_type, key, cert_id, username, local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_cros.cc 268 ProviderType provider_type) {
272 ProviderTypeToString(provider_type),
1065 std::string provider_type = ProviderTypeToString(vpn->provider_type()); local
    [all...]
network_library.h 609 ProviderType provider_type() const { return provider_type_; } function in class:chromeos::VirtualNetwork
669 void set_provider_type(ProviderType provider_type) {
670 provider_type_ = provider_type;
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 440 ProviderType provider_type() const { return provider_type_; } function in class:chromeos::VirtualNetwork
471 void set_provider_type(ProviderType provider_type) {
472 provider_type_ = provider_type;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 399 const std::string& provider_type,
402 if (provider_type == flimflam::kProviderL2tpIpsec) {
410 } else if (provider_type == flimflam::kProviderOpenVpn) {
664 std::string provider_type; local
666 flimflam::kTypeProperty, &provider_type);
668 ProviderTypeString(provider_type,
672 if (provider_type == flimflam::kProviderOpenVpn) {
    [all...]

Completed in 293 milliseconds