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

  /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",
proxy_config_service_linux_unittest.cc     [all...]
proxy_config_service_linux.cc 674 } else if (key == "httpProxy") {
    [all...]
  /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/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.
http_stream_factory_impl_job.cc 656 // puts the in progress HttpProxy socket into |connection_| in order to
    [all...]
  /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")
client_socket_pool_manager.cc 293 http_proxy_pool_histograms_("HTTPProxy"),
  /external/webkit/Source/WebCore/platform/network/qt/
ProxyServerQt.cpp 55 case QNetworkProxy::HttpProxy:
  /external/webkit/Source/WebKit2/WebProcess/qt/
WebProcessMainQt.cpp 88 m_httpProxy << QNetworkProxy(QNetworkProxy::HttpProxy, proxyUrl.host(), proxyPort);
96 m_httpsProxy << QNetworkProxy(QNetworkProxy::HttpProxy, proxyUrl.host(), proxyPort);
  /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/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/webkit/Tools/QtTestBrowser/
webpage.cpp 63 networkAccessManager()->setProxy(QNetworkProxy(QNetworkProxy::HttpProxy, proxyUrl.host(), proxyPort));
  /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 = {
  /frameworks/base/core/java/android/net/
LinkProperties.java 168 String proxy = (mHttpProxy == null ? "" : "HttpProxy: " + mHttpProxy.toString() + " ");
221 * Compares this {@code LinkProperties} HttpProxy against the target
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 329 * Request setting the connections LinkProperties.HttpProxy.
338 * Set the connections LinkProperties.HttpProxy
  /external/chromium/chrome/common/extensions/docs/
experimental.proxy.html 558 httpProxy: {
601 <code>get()</code>. The latter will contain a <code>rules.httpProxy.port</code>
    [all...]

Completed in 926 milliseconds