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

  /external/chromium/chrome/browser/ssl/
ssl_policy_backend.cc 12 : ssl_host_state_(controller->profile()->GetSSLHostState()) {
17 ssl_host_state_->HostRanInsecureContent(host, id);
23 return ssl_host_state_->DidHostRunInsecureContent(host, pid);
28 ssl_host_state_->DenyCertForHost(cert, host);
33 ssl_host_state_->AllowCertForHost(cert, host);
38 return ssl_host_state_->QueryPolicy(cert, host);
ssl_policy_backend.h 41 SSLHostState* ssl_host_state_; member in class:SSLPolicyBackend
  /external/chromium_org/content/browser/ssl/
ssl_policy_backend.cc 14 : ssl_host_state_(SSLHostState::GetFor(controller->GetBrowserContext())),
20 ssl_host_state_->HostRanInsecureContent(host, id);
26 return ssl_host_state_->DidHostRunInsecureContent(host, pid);
32 ssl_host_state_->DenyCertForHost(cert, host, error);
38 ssl_host_state_->AllowCertForHost(cert, host, error);
45 return ssl_host_state_->QueryPolicy(cert, host, error);
ssl_policy_backend.h 49 SSLHostState* ssl_host_state_; member in class:content::SSLPolicyBackend
  /external/chromium/chrome/browser/profiles/
profile.cc 303 if (!ssl_host_state_.get())
304 ssl_host_state_.reset(new SSLHostState());
306 DCHECK(ssl_host_state_->CalledOnValidThread());
307 return ssl_host_state_.get();
710 scoped_ptr<SSLHostState> ssl_host_state_; member in class:OffTheRecordProfileImpl
profile_impl.h 212 scoped_ptr<SSLHostState> ssl_host_state_; member in class:ProfileImpl
profile_impl.cc 776 if (!ssl_host_state_.get())
777 ssl_host_state_.reset(new SSLHostState());
779 DCHECK(ssl_host_state_->CalledOnValidThread());
780 return ssl_host_state_.get();
    [all...]

Completed in 70 milliseconds