HomeSort by relevance Sort by last modified time
    Searched defs:MODE_PROXY_PER_SCHEME (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.h 45 MODE_PROXY_PER_SCHEME,
68 // Only valid for MODE_SINGLE_PROXY or MODE_PROXY_PER_SCHEME.
101 // Set if mode is MODE_PROXY_PER_SCHEME and has http proxy.
103 // Set if mode is MODE_PROXY_PER_SCHEME and has https proxy.
105 // Set if mode is MODE_PROXY_PER_SCHEME and has ftp proxy.
107 // Set if mode is MODE_PROXY_PER_SCHEME and has socks proxy.
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 79 MODE_PROXY_PER_SCHEME,
112 // If mode is MODE_PROXY_PER_SCHEME, |scheme| is one of "http", "https",
136 // Set if mode is MODE_PROXY_PER_SCHEME and has http proxy.
138 // Set if mode is MODE_PROXY_PER_SCHEME and has https proxy.
140 // Set if mode is MODE_PROXY_PER_SCHEME and has ftp proxy.
142 // Set if mode is MODE_PROXY_PER_SCHEME and has socks proxy.
194 // Only valid for MODE_SINGLE_PROXY or MODE_PROXY_PER_SCHEME.

Completed in 985 milliseconds