Home | History | Annotate | Download | only in http

Lines Matching refs:is_https

322     DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
770 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
1262 (proxy_info_.is_https() || proxy_info_.is_http());
1312 const char* scheme = proxy_info_.is_https() ? "https://" : "http://";