OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ssl
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.h
87
virtual void OnLoadStart(bool
is_ssl
);
104
virtual void OnRedirect(bool
is_ssl
);
captive_portal_tab_reloader.cc
62
void CaptivePortalTabReloader::OnLoadStart(bool
is_ssl
) {
64
ssl_url_in_redirect_chain_ =
is_ssl
;
72
if (
is_ssl
)
117
void CaptivePortalTabReloader::OnRedirect(bool
is_ssl
) {
119
if (!
is_ssl
)
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.h
30
// and |
is_ssl
| note whether the given proxy is a fallback, an alternative,
38
bool
is_ssl
;
member in struct:data_reduction_proxy::DataReductionProxyTypeInfo
data_reduction_proxy_params.cc
92
is_ssl
(false) {
360
proxy_info->
is_ssl
= true;
data_reduction_proxy_protocol.cc
57
if (data_reduction_proxy_type_info.
is_ssl
)
data_reduction_proxy_usage_stats.cc
268
if (data_reduction_proxy_info.
is_ssl
)
data_reduction_proxy_params_unittest.cc
723
EXPECT_EQ(tests[i].expected_is_ssl, proxy_type_info.
is_ssl
) << i;
Completed in 226 milliseconds