Home | History | Annotate | Download | only in http

Lines Matching refs:TransportSecurityState

86 TransportSecurityState::TransportSecurityState()
91 TransportSecurityState::Iterator::Iterator(const TransportSecurityState& state)
96 TransportSecurityState::Iterator::~Iterator() {}
98 bool TransportSecurityState::ShouldSSLErrorsBeFatal(const std::string& host,
106 bool TransportSecurityState::ShouldUpgradeToSSL(const std::string& host,
121 bool TransportSecurityState::CheckPublicKeyPins(const std::string& host,
138 bool TransportSecurityState::HasPublicKeyPins(const std::string& host,
153 void TransportSecurityState::SetDelegate(
154 TransportSecurityState::Delegate* delegate) {
159 void TransportSecurityState::EnableHost(const std::string& host,
176 bool TransportSecurityState::DeleteDynamicDataForHost(const std::string& host) {
193 void TransportSecurityState::ClearDynamicData() {
198 void TransportSecurityState::DeleteAllDynamicDataSince(const base::Time& time) {
226 TransportSecurityState::~TransportSecurityState() {
230 void TransportSecurityState::DirtyNotify() {
238 std::string TransportSecurityState::CanonicalizeHost(const std::string& host) {
552 TransportSecurityState::DomainState* out, bool* ret) {
566 TransportSecurityState::DomainState::MODE_FORCE_HTTPS;
569 TransportSecurityState::DomainState::MODE_DEFAULT;
620 bool TransportSecurityState::AddHSTSHeader(const std::string& host,
626 TransportSecurityState::DomainState domain_state;
642 bool TransportSecurityState::AddHPKPHeader(const std::string& host,
649 TransportSecurityState::DomainState domain_state;
667 bool TransportSecurityState::AddHSTS(const std::string& host,
673 TransportSecurityState::DomainState domain_state;
689 bool TransportSecurityState::AddHPKP(const std::string& host,
696 TransportSecurityState::DomainState domain_state;
713 bool TransportSecurityState::IsGooglePinnedProperty(const std::string& host,
733 void TransportSecurityState::ReportUMAOnPinFailure(const std::string& host) {
758 bool TransportSecurityState::IsBuildTimely() {
764 bool TransportSecurityState::GetStaticDomainState(const std::string& host,
798 bool TransportSecurityState::GetDynamicDomainState(const std::string& host,
841 void TransportSecurityState::AddOrUpdateEnabledHosts(
847 TransportSecurityState::DomainState::DomainState() {
853 TransportSecurityState::DomainState::~DomainState() {
856 bool TransportSecurityState::DomainState::CheckPublicKeyPins(
890 bool TransportSecurityState::DomainState::ShouldUpgradeToSSL() const {
894 bool TransportSecurityState::DomainState::ShouldSSLErrorsBeFatal() const {
898 bool TransportSecurityState::DomainState::HasPublicKeyPins() const {
902 TransportSecurityState::DomainState::PKPState::PKPState() {
905 TransportSecurityState::DomainState::PKPState::~PKPState() {