Searched refs:provider_type (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/search_engines/ |
D | template_url_fetcher.cc | 33 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 …]
|
D | template_url_fetcher_unittest.cc | 82 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()
|
D | template_url_fetcher.h | 41 ProviderType provider_type);
|
/external/chromium/chrome/browser/ui/search_engines/ |
D | search_engine_tab_helper.cc | 67 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/ |
D | symmetric_key_win.cc | 366 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/ |
D | network_library.h | 440 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()
|
D | network_library.cc | 1321 << " Type: " << ProviderTypeToString(provider_type()); in ParseInfo()
|
/external/chromium/chrome/browser/chromeos/options/ |
D | vpn_config_view.cc | 299 vpn->provider_type() : in Init()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 992 const ViewHostMsg_PageHasOSDD_Type& provider_type);
|