HomeSort by relevance Sort by last modified time
    Searched refs:ProviderType (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 24 enum ProviderType {
41 ProviderType provider_type);
template_url_fetcher.cc 33 ProviderType provider_type);
57 ProviderType provider_type() const { return provider_type_; }
68 const ProviderType provider_type_;
83 ProviderType provider_type)
275 ProviderType provider_type) {
template_url_fetcher_unittest.cc 82 TemplateURLFetcher::ProviderType provider_type,
160 TemplateURLFetcher::ProviderType provider_type,
229 TemplateURLFetcher::ProviderType provider_type;
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 27 string16 ProviderTypeToString(chromeos::VirtualNetwork::ProviderType type) {
56 VirtualNetwork::ProviderType type =
57 static_cast<VirtualNetwork::ProviderType>(index);
172 provider_type_ = static_cast<VirtualNetwork::ProviderType>(new_index);
vpn_config_view.h 105 VirtualNetwork::ProviderType provider_type_;
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 67 TemplateURLFetcher::ProviderType provider_type;
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 426 enum ProviderType {
440 ProviderType provider_type() const { return provider_type_; }
471 void set_provider_type(ProviderType provider_type) {
494 ProviderType provider_type_;
    [all...]
network_library.cc 381 static const char* ProviderTypeToString(VirtualNetwork::ProviderType type) {
687 static VirtualNetwork::ProviderType ParseProviderType(const std::string& mode) {
688 static StringToEnum<VirtualNetwork::ProviderType>::Pair table[] = {
692 static StringToEnum<VirtualNetwork::ProviderType> parser(
    [all...]

Completed in 221 milliseconds