Home | History | Annotate | Download | only in chromeos

Lines Matching refs:ProxyConfig

63   // net::ProxyConfig does not suffice.  So we create an augmented analog to
64 // net:ProxyConfig here to include and handle these UI requirements, e.g.
68 // This is then converted to the common net::ProxyConfig before being returned
71 struct ProxyConfig {
106 ProxyConfig() : mode(MODE_DIRECT) {}
108 // Converts |this| to net::ProxyConfig.
109 void ToNetProxyConfig(net::ProxyConfig* net_config);
158 // |init_config| specifies the ProxyConfig to use for initialization.
159 explicit ProxyConfigServiceImpl(const ProxyConfig& init_config);
168 net::ProxyConfig* config);
171 void UIGetProxyConfig(ProxyConfig* config);
215 const ProxyConfig& new_config,
240 // Cached proxy configuration, to be converted to net::ProxyConfig and
244 ProxyConfig cached_config_;
249 ProxyConfig reference_config_;