Searched refs:using_ssl (Results 1 – 2 of 2) sorted by relevance
92 bool using_ssl = request_url.SchemeIs("https") || in InitSocketPoolHelper() local99 if (!using_ssl && session->params().testing_fixed_http_port != 0) { in InitSocketPoolHelper()101 } else if (using_ssl && session->params().testing_fixed_https_port != 0) { in InitSocketPoolHelper()121 DCHECK(!using_ssl); in InitSocketPoolHelper()124 if (using_ssl) { in InitSocketPoolHelper()200 force_tunnel || using_ssl); in InitSocketPoolHelper()222 if (using_ssl) { in InitSocketPoolHelper()
350 bool using_ssl = ssl_ != NULL; in SetupProtocolInterfaces() local352 if (using_ssl) in SetupProtocolInterfaces()