Home | History | Annotate | Download | only in net

Lines Matching refs:use_ssl

148     bool use_ssl) const {
149 string connection_url = (use_ssl ? "https://" : "http://");
179 bool use_ssl,
183 use_ssl_(use_ssl),
310 bool* use_ssl) const {
315 if (use_ssl != NULL)
316 *use_ssl = use_ssl_;
322 bool use_ssl;
323 GetServerParameters(&server_url, &port, &use_ssl);
327 // We just want the hostname, so we don't need to switch on use_ssl.