HomeSort by relevance Sort by last modified time
    Searched refs:provider_type (Results 1 - 9 of 9) 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.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...]
  /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...]
network_library.cc     [all...]
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 299 vpn->provider_type() :
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h     [all...]

Completed in 242 milliseconds