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

  /external/webkit/Source/WebCore/platform/network/
ProxyServer.h 43 HTTPS,
  /external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc 39 HTTPS,
120 // for the HTTP or HTTPS proxy.
126 GURL(tunnel ? "https://www.google.com/" : "http://www.google.com"),
218 // All tests are run with three different proxy types: HTTP, HTTPS (non-SPDY)
222 ::testing::Values(HTTP, HTTPS, SPDY));
516 // HTTPS or SPDY Proxy CONNECT responses are trustworthy
  /frameworks/base/core/java/android/webkit/
CookieManager.java 57 private static final String HTTPS = "https";
405 // secure cookies can't be overwritten by non-HTTPS url
406 if (!cookieEntry.secure || HTTPS.equals(uri.getScheme())) {
521 boolean secure = HTTPS.equals(uri.getScheme());
    [all...]

Completed in 490 milliseconds