Searched refs:is_https (Results 1 - 12 of 12) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_info.h54 bool is_https() const { function in class:net::ProxyInfo
57 return proxy_server().is_https();
H A Dproxy_server.h55 bool is_https() const { return scheme_ == SCHEME_HTTPS; } function in class:net::ProxyServer
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A D_base.py121 return fields[0], get_default_port(request.is_https())
135 if request.is_https():
146 if (port != get_default_port(request.is_https())):
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmock.py176 is_https=False):
184 is_https: Whether this request is over SSL.
193 # conflict with self.is_https(), it is named as such.
194 self.is_https_ = is_https
203 def is_https(self): member in class:MockRequest
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_job.cc563 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) {
H A Dhttp_network_transaction.cc322 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://";
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc126 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/
H A Durl_request_http_job.cc1331 bool is_https = request_->url().SchemeIs("https"); local
1332 if (!is_http && !is_https)
1353 if (is_https) {
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py232 def is_https(self): member in class:_StandaloneRequest
233 """Mimic request.is_https()."""
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py228 def is_https(self): member in class:_StandaloneRequest
229 """Mimic request.is_https()."""
H A Dmux.py483 def is_https(self): member in class:_LogicalRequest
484 """Mimics request.is_https(). Returns False because this method is
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager_unittest.cc200 bool is_https,
204 if (is_https) {
199 CreateTestCreditCardFormData(FormData* form, bool is_https, bool use_month_type) argument

Completed in 174 milliseconds