HomeSort by relevance Sort by last modified time
    Searched refs:IsGooglePinnedProperty (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/http/
transport_security_state_unittest.cc 630 EXPECT_FALSE(TransportSecurityState::IsGooglePinnedProperty(
632 EXPECT_FALSE(TransportSecurityState::IsGooglePinnedProperty(
634 EXPECT_FALSE(TransportSecurityState::IsGooglePinnedProperty(
636 EXPECT_FALSE(TransportSecurityState::IsGooglePinnedProperty(
638 EXPECT_FALSE(TransportSecurityState::IsGooglePinnedProperty(
644 EXPECT_FALSE(TransportSecurityState::IsGooglePinnedProperty(
647 EXPECT_TRUE(TransportSecurityState::IsGooglePinnedProperty(
649 EXPECT_TRUE(TransportSecurityState::IsGooglePinnedProperty(
651 EXPECT_TRUE(TransportSecurityState::IsGooglePinnedProperty(
653 EXPECT_TRUE(TransportSecurityState::IsGooglePinnedProperty(
    [all...]
transport_security_state.h 242 static bool IsGooglePinnedProperty(const std::string& host,
transport_security_state.cc 694 bool TransportSecurityState::IsGooglePinnedProperty(const std::string& host,
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 88 EXPECT_TRUE(net::TransportSecurityState::IsGooglePinnedProperty(
113 EXPECT_FALSE(net::TransportSecurityState::IsGooglePinnedProperty(
chrome_fraudulent_certificate_reporter.cc 75 if (!net::TransportSecurityState::IsGooglePinnedProperty(hostname,

Completed in 63 milliseconds