OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_https
(Results
26 - 36
of
36
) sorted by null
1
2
/external/chromium_org/net/http/
http_network_transaction.cc
357
DCHECK(proxy_info_.is_http() || proxy_info_.
is_https
());
916
bool using_proxy = (proxy_info_.is_http() || proxy_info_.
is_https
()) &&
[
all
...]
/external/chromium_org/net/url_request/
url_request_ftp_job.cc
145
else if (proxy_info_.is_http() || proxy_info_.
is_https
())
url_request_http_job.cc
1418
bool
is_https
= request_->url().SchemeIs("https");
local
[
all
...]
/external/chromium_org/google_apis/gcm/engine/
connection_factory_impl.cc
504
if (proxy_info_.
is_https
() && ssl_config.send_client_cert) {
/external/chromium_org/net/socket_stream/
socket_stream.cc
768
if (proxy_info_.
is_https
())
790
const char* scheme = proxy_info_.
is_https
() ? "https://" : "http://";
[
all
...]
/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_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py
289
def
is_https
(self):
member in class:_StandaloneRequest
290
"""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/components/autofill/core/browser/
autofill_manager_unittest.cc
186
bool
is_https
,
189
if (
is_https
) {
[
all
...]
Completed in 967 milliseconds
1
2