Searched refs:is_https (Results 26 - 36 of 36) sorted by relevance

12

/external/chromium_org/net/http/
H A Dhttp_network_transaction.cc357 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
916 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
1486 (proxy_info_.is_https() || proxy_info_.is_http());
1538 const char* scheme = proxy_info_.is_https() ? "https://" : "http://";
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc145 else if (proxy_info_.is_http() || proxy_info_.is_https())
H A Durl_request_http_job.cc1418 bool is_https = request_->url().SchemeIs("https"); local
1419 if (!is_http && !is_https)
1440 if (is_https) {
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.cc504 if (proxy_info_.is_https() && ssl_config.send_client_cert) {
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc768 if (proxy_info_.is_https())
790 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()."""
/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_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py289 def is_https(self): member in class:_StandaloneRequest
290 """Mimic request.is_https()."""
H A Dmux.py520 def is_https(self): member in class:_LogicalRequest
521 """Mimics request.is_https(). Returns False because this method is
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc186 bool is_https,
189 if (is_https) {
185 CreateTestCreditCardFormData(FormData* form, bool is_https, bool use_month_type) argument

Completed in 2830 milliseconds

12