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

12

/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_org/net/cookies/
H A Dcookie_util.h41 NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https);
H A Dcookie_util.cc203 GURL CookieOriginToURL(const std::string& domain, bool is_https) { argument
207 const std::string scheme = is_https ? "https" : "http";
/external/chromium_org/net/proxy/
H A Dproxy_info.h65 bool is_https() const { function in class:net::ProxyInfo
68 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_org/net/quic/
H A Dquic_stream_factory.h50 // For http, |is_https| is false and |cert_verifier| can be null.
52 bool is_https,
96 // owned by |request|. |is_https| specifies if the protocol is https or not.
103 bool is_https,
171 bool is_https,
H A Dquic_stream_factory.cc48 bool is_https,
98 bool is_https,
104 is_https_(is_https),
186 bool is_https,
192 int rv = factory_->Create(host_port_proxy_pair, is_https, cert_verifier,
196 is_https_ = is_https;
287 bool is_https,
304 is_https, cert_verifier, net_log));
455 bool is_https,
522 if (is_https) {
94 Job( QuicStreamFactory* factory, HostResolver* host_resolver, const HostPortProxyPair& host_port_proxy_pair, bool is_https, CertVerifier* cert_verifier, const BoundNetLog& net_log) argument
184 Request( const HostPortProxyPair& host_port_proxy_pair, bool is_https, CertVerifier* cert_verifier, const BoundNetLog& net_log, const CompletionCallback& callback) argument
286 Create(const HostPortProxyPair& host_port_proxy_pair, bool is_https, CertVerifier* cert_verifier, const BoundNetLog& net_log, QuicStreamRequest* request) argument
453 CreateSession( const HostPortProxyPair& host_port_proxy_pair, bool is_https, CertVerifier* cert_verifier, const AddressList& address_list, const BoundNetLog& net_log, QuicClientSession** session) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A D_base.py111 return fields[0], get_default_port(request.is_https())
H A Dhybi00.py101 if request.is_https():
112 if (port != get_default_port(request.is_https())):
/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_org/net/socket/
H A Dclient_socket_pool_manager.cc173 if (proxy_info.is_http() || proxy_info.is_https()) {
178 if (proxy_info.is_https()) {
255 if (proxy_info.is_http() || proxy_info.is_https()) {
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc296 proxy_info_.proxy_server().is_https() ||
816 if (proxy_info_.is_http() || proxy_info_.is_https())
821 if (proxy_info_.is_https()) {
950 } else if (proxy_info_.is_https() && connection_->socket() &&
1055 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
1214 if (!proxy_info_.is_https())
1231 if (proxy_info_.is_https() && ssl_config->send_client_cert) {
1339 if (proxy_info_.is_https() && proxy_ssl_config_.send_client_cert) {
H A Dhttp_network_transaction.cc382 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
886 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
1507 (proxy_info_.is_https() || proxy_info_.is_http());
1559 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_org/chrome/browser/net/
H A Dchrome_network_delegate.cc529 bool is_https = request->url().SchemeIs("https"); local
533 (is_http || is_https)) { // Only record for HTTP or HTTPS urls.
/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket.cc267 if (proxy_info_.is_https() && ssl_config_.send_client_cert) {
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc143 else if (proxy_info_.is_http() || proxy_info_.is_https())
H A Durl_request_http_job.cc1430 bool is_https = request_->url().SchemeIs("https"); local
1431 if (!is_http && !is_https)
1452 if (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_org/net/socket_stream/
H A Dsocket_stream.cc760 if (proxy_info_.is_https())
782 const char* scheme = proxy_info_.is_https() ? "https://" : "http://";
/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()."""

Completed in 2532 milliseconds

12