Home | History | Annotate | Download | only in http

Lines Matching refs:is_https

345     DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
826 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
1390 (proxy_info_.is_https() || proxy_info_.is_http());
1442 const char* scheme = proxy_info_.is_https() ? "https://" : "http://";