Home
last modified time | relevance | path

Searched refs:GetSSLHostState (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_policy_backend.cc12 : ssl_host_state_(controller->profile()->GetSSLHostState()) { in SSLPolicyBackend()
/external/chromium/chrome/browser/profiles/
Dprofile.h264 virtual SSLHostState* GetSSLHostState() = 0;
Dprofile_impl.h60 virtual SSLHostState* GetSSLHostState();
Dprofile.cc302 virtual SSLHostState* GetSSLHostState() { in GetSSLHostState() function in OffTheRecordProfileImpl
Dprofile_impl.cc775 SSLHostState* ProfileImpl::GetSSLHostState() { in GetSSLHostState() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h149 virtual SSLHostState* GetSSLHostState() { NOTREACHED(); return NULL; } in GetSSLHostState() function