HomeSort by relevance Sort by last modified time
    Searched refs:ProxyServer (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /external/chromium_org/net/proxy/
proxy_config_unittest.cc 55 ProxyServer::FromURI("myproxy:80", ProxyServer::SCHEME_HTTP));
62 ProxyServer::FromURI("myproxy:100", ProxyServer::SCHEME_HTTP));
68 ProxyServer::FromURI("myproxy", ProxyServer::SCHEME_HTTP));
proxy_config_service_linux.cc 53 std::string FixupProxyHostScheme(ProxyServer::Scheme scheme,
55 if (scheme == ProxyServer::SCHEME_SOCKS5 &&
59 scheme = ProxyServer::SCHEME_SOCKS4;
76 // ProxyServer. This also allows ProxyServer to choose the right
78 if (scheme == ProxyServer::SCHEME_SOCKS4)
80 else if (scheme == ProxyServer::SCHEME_SOCKS5)
95 const char* variable, ProxyServer::Scheme scheme,
96 ProxyServer* result_server) {
101 ProxyServer proxy_server
    [all...]
proxy_service.h 158 const ProxyServer& another_bad_proxy,
294 const ProxyServer& proxy_server,
proxy_config_service_common_unittest.cc 48 ProxyServer actual_proxy = actual_proxies.Get();
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 47 std::string FixupProxyHostScheme(ProxyServer::Scheme scheme,
49 if (scheme == ProxyServer::SCHEME_SOCKS5 &&
53 scheme = ProxyServer::SCHEME_SOCKS4;
70 // ProxyServer. This also allows ProxyServer to choose the right
72 if (scheme == ProxyServer::SCHEME_SOCKS4)
74 else if (scheme == ProxyServer::SCHEME_SOCKS5)
89 const char* variable, ProxyServer::Scheme scheme,
90 ProxyServer* result_server) {
95 ProxyServer proxy_server
    [all...]
proxy_config_service_common_unittest.cc 23 const ProxyServer& actual_proxy,
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 42 net::ProxyServer ConvertOncProxyLocationToHostPort(
43 net::ProxyServer::Scheme default_proxy_scheme,
48 net::ProxyServer proxy_server =
49 net::ProxyServer::FromURI(host, default_proxy_scheme);
54 return net::ProxyServer(
70 net::ProxyServer::Scheme default_proxy_scheme = net::ProxyServer::SCHEME_HTTP;
79 default_proxy_scheme = net::ProxyServer::SCHEME_SOCKS4;
85 net::ProxyServer proxy_server = ConvertOncProxyLocationToHostPort(
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.cc 29 void UIProxyConfig::SetSingleProxy(const net::ProxyServer& server) {
35 const net::ProxyServer& server) {
154 const net::ProxyServer& server,
  /external/chromium/net/spdy/
spdy_http_stream_unittest.cc 28 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
69 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
125 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
183 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
spdy_session_unittest.cc 130 HostPortProxyPair pair(test_host_port_pair, ProxyServer::Direct());
201 HostPortProxyPair pair(test_host_port_pair, ProxyServer::Direct());
329 HostPortProxyPair pair(test_host_port_pair, ProxyServer::Direct());
413 HostPortProxyPair pair(test_host_port_pair, ProxyServer::Direct());
518 HostPortProxyPair pair(test_host_port_pair, ProxyServer::Direct());
579 HostPortPair(test_hosts[i].name, kTestPort), ProxyServer::Direct());
630 ProxyServer::FromPacString("HTTP http://proxy.foo.com/"));
  /external/chromium_org/net/spdy/
spdy_session_key.cc 15 const ProxyServer& proxy_server,
spdy_http_stream_unittest.cc 144 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
167 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
242 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
331 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
407 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
501 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
560 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
spdy_session_pool_unittest.cc 98 test_host_port_pair, ProxyServer::Direct(),
159 SpdySessionKey key1(test_host_port_pair1, ProxyServer::Direct(),
173 SpdySessionKey key2(test_host_port_pair2, ProxyServer::Direct(),
187 SpdySessionKey key3(test_host_port_pair3, ProxyServer::Direct(),
261 test_host_port_pair, ProxyServer::Direct(),
350 HostPortPair(test_hosts[i].name, kTestPort), ProxyServer::Direct(),
384 ProxyServer::FromPacString("HTTP http://proxy.foo.com/"),
  /external/chromium_org/jingle/glue/
proxy_resolving_client_socket.cc 167 net::ProxyServer::SCHEME_DIRECT |
168 net::ProxyServer::SCHEME_HTTP | net::ProxyServer::SCHEME_HTTPS |
169 net::ProxyServer::SCHEME_SOCKS4 | net::ProxyServer::SCHEME_SOCKS5);
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 43 #define MK_SCHM(scheme) net::ProxyServer::SCHEME_##scheme
272 net::ProxyServer::Scheme scheme,
279 manual_proxy->server = net::ProxyServer::FromURI(server_uri, scheme);
362 net::ProxyServer::Scheme net_scheme = MK_SCHM(HTTP);
468 net::ProxyServer::FromURI(input.single_uri, MK_SCHM(HTTP)));
477 net::ProxyServer::FromURI(input.http_uri, MK_SCHM(HTTP)));
481 net::ProxyServer::FromURI(input.https_uri, MK_SCHM(HTTPS)));
485 net::ProxyServer::FromURI(input.ftp_uri, MK_SCHM(HTTP)));
489 net::ProxyServer::FromURI(input.socks_uri, MK_SCHM(SOCKS5)));
proxy_config_service_impl.cc 299 const net::ProxyServer& server,
386 const net::ProxyServer& server) {
396 const std::string& scheme, const net::ProxyServer& server) {
  /external/chromium/net/socket/
ssl_client_socket_pool.h 48 ProxyServer::Scheme proxy,
64 ProxyServer::Scheme proxy() const { return proxy_; }
84 const ProxyServer::Scheme proxy_;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 188 * @return {?ProxyServer} An object containing the proxy server host, port,
199 * @param {?ProxyServer} data An object containing the proxy server host,
216 * @return {?ProxyServer} An object containing the proxy server host, port
225 * @param {?ProxyServer} data An object containing the proxy server host,
234 * @return {?ProxyServer} An object containing the proxy server host, port
243 * @param {?ProxyServer} data An object containing the proxy server host,
252 * @return {?ProxyServer} An object containing the proxy server host, port
261 * @param {?ProxyServer} data An object containing the proxy server host,
270 * @return {?ProxyServer} An object containing the proxy server host, port
279 * @param {?ProxyServer} data An object containing the proxy server host
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 190 * @return {?ProxyServer} An object containing the proxy server host, port,
201 * @param {?ProxyServer} data An object containing the proxy server host,
218 * @return {?ProxyServer} An object containing the proxy server host, port
227 * @param {?ProxyServer} data An object containing the proxy server host,
236 * @return {?ProxyServer} An object containing the proxy server host, port
245 * @param {?ProxyServer} data An object containing the proxy server host,
254 * @return {?ProxyServer} An object containing the proxy server host, port
263 * @param {?ProxyServer} data An object containing the proxy server host,
272 * @return {?ProxyServer} An object containing the proxy server host, port
281 * @param {?ProxyServer} data An object containing the proxy server host
    [all...]
  /external/chromium_org/net/url_request/
url_request_ftp_job.cc 136 ProxyServer::SCHEME_DIRECT |
137 ProxyServer::SCHEME_HTTP |
138 ProxyServer::SCHEME_HTTPS);
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 476 ProxyServer::SCHEME_DIRECT |
477 ProxyServer::SCHEME_HTTP | ProxyServer::SCHEME_HTTPS |
478 ProxyServer::SCHEME_SOCKS4 | ProxyServer::SCHEME_SOCKS5);
538 ProxyServer::Direct());
728 const ProxyServer& proxy_server = proxy_info_.proxy_server();
753 ProxyServer::Direct());
    [all...]
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 44 public class ProxyServer extends Thread {
49 private static final String TAG = "ProxyServer";
186 public ProxyServer() {
  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 279 ProxyServer::Direct(),
677 ProxyServer::SCHEME_DIRECT |
678 ProxyServer::SCHEME_HTTP | ProxyServer::SCHEME_HTTPS |
679 ProxyServer::SCHEME_SOCKS4 | ProxyServer::SCHEME_SOCKS5);
753 const ProxyServer& proxy_server = proxy_info_.proxy_server();
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers_unittest.cc 24 // Helper function to create a ProxyServer dictionary as defined in the
32 // Helper function to create a ProxyServer dictionary as defined in the
234 net::ProxyServer created;
240 GetProxyServer(&proxy_server_dict, net::ProxyServer::SCHEME_HTTP,
248 GetProxyServer(&proxy_server_dict, net::ProxyServer::SCHEME_HTTP,
  /external/chromium_org/net/quic/
quic_stream_factory_test.cc 74 ProxyServer::Direct()),
595 ProxyServer::Direct());
612 ProxyServer::Direct());
636 ProxyServer::Direct());
653 ProxyServer::Direct());

Completed in 1410 milliseconds

1 23 4 5