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

  /external/chromium/net/proxy/
proxy_info.h 54 bool is_https() const { function in class:net::ProxyInfo
57 return proxy_server().is_https();
proxy_server.h 55 bool is_https() const { return scheme_ == SCHEME_HTTPS; } function in class:net::ProxyServer
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 563 if (proxy_info_.is_http() || proxy_info_.is_https())
569 if (proxy_info_.is_https()) {
637 } else if (proxy_info_.is_https() && connection_->socket() &&
731 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
848 if (!proxy_info_.is_https())
871 if (proxy_info_.is_https() && ssl_config->send_client_cert) {
933 if (proxy_info_.is_https() && ssl_config_.send_client_cert) {
    [all...]
http_network_transaction.cc 322 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
770 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
    [all...]
  /external/chromium/net/socket/
client_socket_pool_manager.cc 126 if (proxy_info.is_http() || proxy_info.is_https()) {
131 if (proxy_info.is_https()) {
203 if (proxy_info.is_http() || proxy_info.is_https()) {
  /external/chromium/net/url_request/
url_request_http_job.cc 1331 bool is_https = request_->url().SchemeIs("https"); local
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 200 bool is_https,
204 if (is_https) {
    [all...]

Completed in 173 milliseconds