HomeSort by relevance Sort by last modified time
    Searched defs:is_https (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/proxy/
proxy_info.h 54 bool is_https() const { function in class:net::ProxyInfo
57 return proxy_server().is_https();
proxy_server.h 55 bool is_https() const { return scheme_ == SCHEME_HTTPS; } function in class:net::ProxyServer
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mock.py 176 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-trace/trace-viewer/examples/stream_server/
standalone.py 232 def is_https(self): member in class:_StandaloneRequest
233 """Mimic request.is_https()."""
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 228 def is_https(self): member in class:_StandaloneRequest
229 """Mimic request.is_https()."""
    [all...]
mux.py 483 def is_https(self): member in class:_LogicalRequest
484 """Mimics request.is_https(). Returns False because this method is
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 1331 bool is_https = request_->url().SchemeIs("https"); local
    [all...]

Completed in 124 milliseconds