HomeSort by relevance Sort by last modified time
    Searched full:config_type_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.h 48 ProxyConfig config_type() const { return config_type_; }
86 ProxyConfig config_type_; member in class:FirefoxProxySettings
firefox_proxy_settings.cc 70 config_type_ = NO_PROXY;
172 settings->config_type_ = IntToProxyConfig(proxy_type);
173 if (settings->config_type_ == AUTO_FROM_URL) {
181 if (settings->config_type_ == MANUAL) {
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.h 49 ProxyConfig config_type() const { return config_type_; }
87 ProxyConfig config_type_; member in class:FirefoxProxySettings
firefox_proxy_settings.cc 150 config_type_ = NO_PROXY;
256 settings->config_type_ = IntToProxyConfig(proxy_type);
257 if (settings->config_type_ == AUTO_FROM_URL) {
265 if (settings->config_type_ == MANUAL) {

Completed in 2082 milliseconds