OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDynamicDomainState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/http/
transport_security_state.h
139
// Updated by |GetDomainState|, |
GetDynamicDomainState
|, and
307
// |
GetDynamicDomainState
| is identical to |GetDomainState| except that it
316
bool
GetDynamicDomainState
(const std::string& host, DomainState* result);
transport_security_state.cc
151
GetDynamicDomainState
(host, &state);
612
GetDynamicDomainState
(host, &domain_state);
635
GetDynamicDomainState
(host, &domain_state);
778
bool TransportSecurityState::
GetDynamicDomainState
(const std::string& host,
http_security_headers_unittest.cc
488
EXPECT_TRUE(state.
GetDynamicDomainState
(domain, &dynamic_domain_state));
Completed in 156 milliseconds