Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/search_engines/
Dtemplate_url_fetcher.cc33 ProviderType provider_type);
57 ProviderType provider_type() const { return provider_type_; } in provider_type() function in TemplateURLFetcher::RequestDelegate
83 ProviderType provider_type) in RequestDelegate() argument
90 provider_type_(provider_type), in RequestDelegate()
275 ProviderType provider_type) { in ScheduleDownload() argument
281 if (provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER && in ScheduleDownload()
290 if (provider_type != TemplateURLFetcher::EXPLICIT_DEFAULT_PROVIDER) { in ScheduleDownload()
311 (*i)->provider_type() == provider_type || in ScheduleDownload()
312 ((*i)->provider_type() != EXPLICIT_DEFAULT_PROVIDER && in ScheduleDownload()
313 provider_type != EXPLICIT_DEFAULT_PROVIDER); in ScheduleDownload()
[all …]
Dtemplate_url_fetcher_unittest.cc82 TemplateURLFetcher::ProviderType provider_type,
160 TemplateURLFetcher::ProviderType provider_type, in StartDownload() argument
176 provider_type); in StartDownload()
229 TemplateURLFetcher::ProviderType provider_type; in TEST_F() member
244 test_cases[i].provider_type, false); in TEST_F()
Dtemplate_url_fetcher.h41 ProviderType provider_type);
/external/chromium/chrome/browser/ui/search_engines/
Dsearch_engine_tab_helper.cc67 TemplateURLFetcher::ProviderType provider_type; in OnPageHasOSDD() local
70 provider_type = TemplateURLFetcher::AUTODETECTED_PROVIDER; in OnPageHasOSDD()
74 provider_type = TemplateURLFetcher::EXPLICIT_DEFAULT_PROVIDER; in OnPageHasOSDD()
78 provider_type = TemplateURLFetcher::EXPLICIT_PROVIDER; in OnPageHasOSDD()
114 provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER); in OnPageHasOSDD()
123 provider_type); in OnPageHasOSDD()
/external/chromium/crypto/
Dsymmetric_key_win.cc366 DWORD provider_type = 0; in DeriveKeyFromPassword() local
370 provider_type = PROV_RSA_AES; in DeriveKeyFromPassword()
374 provider_type = PROV_RSA_FULL; in DeriveKeyFromPassword()
381 if (provider_type == 0 || alg == 0) in DeriveKeyFromPassword()
385 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type, in DeriveKeyFromPassword()
466 DWORD provider_type = 0; in Import() local
470 provider_type = PROV_RSA_AES; in Import()
474 provider_type = PROV_RSA_FULL; in Import()
481 if (provider_type == 0 || alg == 0) in Import()
485 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type, in Import()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h440 ProviderType provider_type() const { return provider_type_; } in provider_type() function
471 void set_provider_type(ProviderType provider_type) { in set_provider_type() argument
472 provider_type_ = provider_type; in set_provider_type()
Dnetwork_library.cc1321 << " Type: " << ProviderTypeToString(provider_type()); in ParseInfo()
/external/chromium/chrome/browser/chromeos/options/
Dvpn_config_view.cc299 vpn->provider_type() : in Init()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h992 const ViewHostMsg_PageHasOSDD_Type& provider_type);