Searched refs:HasAllowException (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.h57 virtual bool HasAllowException(const std::string& host) const;
H A Dchrome_ssl_host_state_delegate_test.cc132 // HasAllowException before and after calling RevokeUserAllowExceptions on the
150 // Verify that HasAllowException correctly acknowledges that a user decision
151 // has been made about kWWWGoogleHost. Then verify that HasAllowException
153 EXPECT_TRUE(state->HasAllowException(kWWWGoogleHost));
155 EXPECT_FALSE(state->HasAllowException(kWWWGoogleHost));
164 EXPECT_TRUE(state->HasAllowException(kExampleHost));
169 EXPECT_FALSE(state->HasAllowException(kGoogleHost));
171 EXPECT_FALSE(state->HasAllowException(kGoogleHost));
194 EXPECT_FALSE(state->HasAllowException(kWWWGoogleHost));
200 EXPECT_FALSE(state->HasAllowException(kExampleHos
[all...]
H A Dchrome_ssl_host_state_delegate.cc401 bool ChromeSSLHostStateDelegate::HasAllowException( function in class:ChromeSSLHostStateDelegate
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc608 show_ssl_decision_revoke_button_ = delegate->HasAllowException(url.host()) &&

Completed in 2916 milliseconds