Home
last modified time | relevance | path

Searched refs:ProviderType (Results 1 – 8 of 8) 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()
68 const ProviderType provider_type_;
83 ProviderType provider_type) in RequestDelegate()
275 ProviderType provider_type) { in ScheduleDownload()
Dtemplate_url_fetcher.h24 enum ProviderType { enum
41 ProviderType provider_type);
Dtemplate_url_fetcher_unittest.cc82 TemplateURLFetcher::ProviderType provider_type,
160 TemplateURLFetcher::ProviderType provider_type, in StartDownload()
229 TemplateURLFetcher::ProviderType provider_type; in TEST_F()
/external/chromium/chrome/browser/chromeos/options/
Dvpn_config_view.cc27 string16 ProviderTypeToString(chromeos::VirtualNetwork::ProviderType type) { in ProviderTypeToString()
56 VirtualNetwork::ProviderType type = in GetItemAt()
57 static_cast<VirtualNetwork::ProviderType>(index); in GetItemAt()
172 provider_type_ = static_cast<VirtualNetwork::ProviderType>(new_index); in ItemChanged()
Dvpn_config_view.h105 VirtualNetwork::ProviderType provider_type_;
/external/chromium/chrome/browser/ui/search_engines/
Dsearch_engine_tab_helper.cc67 TemplateURLFetcher::ProviderType provider_type; in OnPageHasOSDD()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h426 enum ProviderType { enum
440 ProviderType provider_type() const { return provider_type_; } in provider_type()
471 void set_provider_type(ProviderType provider_type) { in set_provider_type()
494 ProviderType provider_type_;
Dnetwork_library.cc381 static const char* ProviderTypeToString(VirtualNetwork::ProviderType type) { in ProviderTypeToString()
687 static VirtualNetwork::ProviderType ParseProviderType(const std::string& mode) { in ParseProviderType()
688 static StringToEnum<VirtualNetwork::ProviderType>::Pair table[] = { in ParseProviderType()
692 static StringToEnum<VirtualNetwork::ProviderType> parser( in ParseProviderType()