/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.h | 41 ProviderType provider_type);
|
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:__anon4366 244 test_cases[i].provider_type, false);
|
/external/chromium/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 67 TemplateURLFetcher::ProviderType provider_type; 70 provider_type = TemplateURLFetcher::AUTODETECTED_PROVIDER; 74 provider_type = TemplateURLFetcher::EXPLICIT_DEFAULT_PROVIDER; 78 provider_type = TemplateURLFetcher::EXPLICIT_PROVIDER; 114 provider_type == TemplateURLFetcher::AUTODETECTED_PROVIDER); 123 provider_type);
|
/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...] |