OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEnabledForHost
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
transport_security_state_unittest.cc
138
EXPECT_FALSE(state->
IsEnabledForHost
(&domain_state, "google.com"));
141
EXPECT_TRUE(state->
IsEnabledForHost
(&domain_state, "google.com"));
151
EXPECT_FALSE(state->
IsEnabledForHost
(&domain_state, "google.com"));
154
EXPECT_TRUE(state->
IsEnabledForHost
(&domain_state, "google.com"));
164
EXPECT_FALSE(state->
IsEnabledForHost
(&domain_state, "GOOgle.coM"));
167
EXPECT_TRUE(state->
IsEnabledForHost
(&domain_state, "GOOgle.coM"));
177
EXPECT_FALSE(state->
IsEnabledForHost
(&domain_state, "google.com"));
181
EXPECT_TRUE(state->
IsEnabledForHost
(&domain_state, "google.com"));
182
EXPECT_TRUE(state->
IsEnabledForHost
(&domain_state, "foo.google.com"));
183
EXPECT_TRUE(state->
IsEnabledForHost
(&domain_state, "foo.bar.google.com"))
[
all
...]
transport_security_state.h
62
bool
IsEnabledForHost
(DomainState* result, const std::string& host);
transport_security_state.cc
39
bool TransportSecurityState::
IsEnabledForHost
(DomainState* result,
/external/chromium/net/url_request/
url_request_http_job.cc
55
request->context()->transport_security_state()->
IsEnabledForHost
(
522
const bool r = context_->transport_security_state()->
IsEnabledForHost
(
Completed in 92 milliseconds