HomeSort by relevance Sort by last modified time
    Searched defs:is_https (Results 1 - 13 of 13) 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_org/net/proxy/
proxy_info.h 65 bool is_https() const { function in class:net::ProxyInfo
68 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/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...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 683 bool is_https = request->url().SchemeIs("https"); local
687 (is_http || is_https)) { // Only record for HTTP or HTTPS urls.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 258 def is_https(self): member in class:_StandaloneRequest
259 """Mimic request.is_https()."""
    [all...]
mux.py 520 def is_https(self): member in class:_LogicalRequest
521 """Mimics request.is_https(). Returns False because this method is
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc 1405 bool is_https = request_->url().SchemeIs("https"); local
    [all...]

Completed in 429 milliseconds