Searched refs:config_type_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dfirefox_proxy_settings.h49 ProxyConfig config_type() const { return config_type_; }
85 ProxyConfig config_type_; member in class:FirefoxProxySettings
H A Dfirefox_proxy_settings.cc151 config_type_ = NO_PROXY;
257 settings->config_type_ = IntToProxyConfig(proxy_type);
258 if (settings->config_type_ == AUTO_FROM_URL) {
266 if (settings->config_type_ == MANUAL) {

Completed in 1616 milliseconds