HomeSort by relevance Sort by last modified time
    Searched full:httpproxy (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/net/android/javatests/src/org/chromium/net/
AndroidProxySelectorTest.java 95 System.setProperty("http.proxyHost", "httpproxy.com");
98 checkMapping("http://example.com/", "PROXY httpproxy.com:8080");
110 System.setProperty("http.proxyHost", "httpproxy.com");
112 checkMapping("http://example.com/", "PROXY httpproxy.com:80");
139 System.setProperty("http.proxyHost", "httpproxy.com");
141 checkMapping("http://example.com/", "PROXY httpproxy.com:8080");
154 System.setProperty("http.proxyHost", "httpproxy.com");
156 checkMapping("http://example.com/", "PROXY httpproxy.com:8080");
170 System.setProperty("http.proxyHost", "httpproxy.com");
173 checkMapping("http://slashdot.org/", "PROXY httpproxy.com:8080")
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_android_unittest.cc 125 initial_configuration["http.proxyHost"] = "httpproxy.com";
148 TestMapping("http://example.com/", "PROXY httpproxy.com:8080");
152 AddProperty("http.proxyHost", "httpproxy.com");
154 TestMapping("http://example.com/", "PROXY httpproxy.com:80");
173 AddProperty("http.proxyHost", "httpproxy.com");
177 TestMapping("http://example.com/", "PROXY httpproxy.com:8080");
183 AddProperty("http.proxyHost", "httpproxy.com");
186 TestMapping("http://example.com/", "PROXY httpproxy.com:80");
202 AddProperty("http.proxyHost", "httpproxy.com");
205 TestMapping("http://example.com/", "PROXY httpproxy.com:8080")
    [all...]
proxy_config_unittest.cc 248 "http=httpproxy ; https=httpsproxy ; ftp=ftpproxy ; socks=foopy ",
252 "PROXY httpproxy:80",
261 "http=httpproxy ; https=httpsproxy ; socks=socks5://foopy ",
265 "PROXY httpproxy:80",
333 rules.ParseFromString("http=httpproxy:80");
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 36 "http.proxyHost" : "httpproxy.com",
40 "http://example.com/" : "PROXY httpproxy.com:8080",
49 "http.proxyHost" : "httpproxy.com",
52 "http://example.com/" : "PROXY httpproxy.com:80",
75 "http.proxyHost" : "httpproxy.com",
79 "http://example.com/" : "PROXY httpproxy.com:8080",
88 "http.proxyHost" : "httpproxy.com",
92 "http://example.com/" : "PROXY httpproxy.com:8080",
102 "http.proxyHost" : "httpproxy.com",
108 "http://slashdot.org/" : "PROXY httpproxy.com:8080"
    [all...]
  /external/chromium_org/chromeos/test/data/network/
toplevel_wifi_wep_proxy.onc 15 "HTTPProxy" : {
valid_wifi_psk.onc 10 "HTTPProxy": {
toplevel_wifi_wpa_psk.onc 16 "HTTPProxy": {
  /external/chromium/net/proxy/
proxy_config_unittest.cc 199 "http=httpproxy ; https=httpsproxy ; ftp=ftpproxy ; socks=foopy ",
203 "httpproxy:80",
212 "http=httpproxy ; https=httpsproxy ; socks=socks5://foopy ",
216 "httpproxy:80",
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
proxy_handler.cc 43 { "httpProxy", IDS_PROXY_HTTP_PROXY },
  /external/chromium/chrome/browser/resources/options/chromeos/
proxy.html 30 i18n-content="httpProxy"></span>
43 i18n-content="httpProxy"></span></td><td>
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
proxy_handler.cc 46 localized_strings->SetString("httpProxy",
  /external/chromium_org/chrome/test/webdriver/
webdriver_capabilities_parser_unittest.cc 154 options->SetString("httpProxy", "http://localhost:8001");
192 options->SetString("httpProxy", "localhost:8001");
225 options->SetString("httpProxy", "localhost:8001");
252 options->SetString("httpProxy", "localhost:8001");
  /external/chromium/net/http/
http_proxy_client_socket_pool.cc 201 // Reset the timer to just the length of time allowed for HttpProxy handshake
202 // so that a fast TCP connection plus a slow HttpProxy failure doesn't take
253 // Reset the timer to just the length of time allowed for HttpProxy handshake
254 // so that a fast SSL connection plus a slow HttpProxy failure doesn't take
279 // Add a HttpProxy connection on top of the tcp socket.
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 395 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
402 "httpproxy:8888", // http
411 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
420 "httpproxy:8888", // http
  /external/chromium/net/socket/
client_socket_pool_histograms.cc 45 if (pool_name == "HTTPProxy")
  /external/chromium_org/net/http/
proxy_client_socket.cc 68 "Net.BlockedTunnelResponse.HttpProxy",
http_proxy_client_socket_pool.cc 192 // Reset the timer to just the length of time allowed for HttpProxy handshake
193 // so that a fast TCP connection plus a slow HttpProxy failure doesn't take
249 // Reset the timer to just the length of time allowed for HttpProxy handshake
250 // so that a fast SSL connection plus a slow HttpProxy failure doesn't take
273 // Add a HttpProxy connection on top of the tcp socket.
  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 53 if (pool_name == "HTTPProxy")
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 193 return checkbox.checked ? this.httpProxy : null;
207 this.httpProxy = data;
219 get httpProxy() {
228 set httpProxy(data) {
604 proxyForHttp: this.httpProxy,
714 this.httpProxy = rules.proxyForHttp;
722 this.httpProxy = null;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 195 return checkbox.checked ? this.httpProxy : null;
209 this.httpProxy = data;
221 get httpProxy() {
230 set httpProxy(data) {
617 proxyForHttp: this.httpProxy,
727 this.httpProxy = rules.proxyForHttp;
735 this.httpProxy = null;
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 423 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
430 "httpproxy:8888", // http
439 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
448 "httpproxy:8888", // http
  /external/chromium/chrome/common/extensions/docs/static/
experimental.proxy.html 213 httpProxy: {
258 <code>get()</code>. The latter will contain a <code>rules.httpProxy.port</code>
  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 223 proxy.SetString("httpProxy", "http://localhost:8001");
249 proxy.SetString("httpProxy", "localhost:8001");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 284 * Request setting the connections LinkProperties.HttpProxy.
293 * Set the connections LinkProperties.HttpProxy
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 352 server = this.controller_.httpProxy;
480 this.controller_.httpProxy = {

Completed in 2475 milliseconds

1 2