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

  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 419 // an https resource, it needs to be canceled. If a subresource
526 const bool https = url.SchemeIs(chrome::kHttpsScheme); local
527 if (!http && !https) {
532 if (https && !prerender_manager_->config().https_allowed) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.h 103 ConnectInfo https; member in struct:cricket::NicInfo
  /external/chromium/net/url_request/
url_request_http_job.cc 168 DCHECK(scheme == "http" || scheme == "https");
191 static const char kNewScheme[] = "https";
197 // TODO(agl): implement opportunistic HTTPS upgrade.
494 const bool https = response_info_->ssl_info.is_valid(); local
496 https && !IsCertStatusError(response_info_->ssl_info.cert_status);
510 // We will only accept strict mode if we saw the header from an HTTPS
535 // If we saw an opportunistic request over HTTPS, then clearly we can make
536 // HTTPS connections to the host so we should remember this.
537 if (https) {
556 // In this case we need to probe to check that we can make HTTPS
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js 88 WebInspector.NetworkLogView.HTTPSchemas = {"http": true, "https": true, "ws": true, "wss": true};
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
121 * Checks if HTTPS connection performs initial SSL handshake with the server
123 * HTTP response. After HTTPS session if finished test checks connection
141 URL url = new URL("https://localhost:" + ss.getLocalPort());
160 * Checks if HTTPS connection performs initial SSL handshake with the server
163 * persistent. After HTTPS session if finished test checks connection state
181 URL url = new URL("https://localhost:" + ss.getLocalPort());
201 * Tests the behaviour of HTTPS connection in case of unavailability of
219 URL url = new URL("https://localhost:" + ss.getLocalPort());
264 URL url = new URL("https://localhost:" + ss.getLocalPort())
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
134 URL url = new URL("https://localhost:" + ss.getLocalPort());
149 * Tests the behaviour of HTTPS connection in case of unavailability
165 URL url = new URL("https://localhost:" + ss.getLocalPort());
204 URL url = new URL("https://localhost:" + ss.getLocalPort());
242 URL url = new URL("https://localhost:" + ss.getLocalPort());
277 URL url = new URL("https://localhost:55555");
320 URL url = new URL("https://localhost:" + ss.getLocalPort());
356 URL url = new URL("https://localhost:" + ss.getLocalPort());
370 * Tests HTTPS connection process made through the proxy server
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 351 milliseconds