Searched defs:is_socks (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_info.h68 bool is_socks() const { function in class:net::ProxyInfo
71 return proxy_server().is_socks();
H A Dproxy_server.h58 bool is_socks() const { function in class:net::ProxyServer
H A Dproxy_config_service_linux.cc914 const char* key_prefix, bool is_socks, ProxyServer* result_server) {
930 is_socks ? ProxyServer::SCHEME_SOCKS5 : ProxyServer::SCHEME_HTTP,
913 GetProxyFromGConf( const char* key_prefix, bool is_socks, ProxyServer* result_server) argument

Completed in 88 milliseconds