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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_message_filter.h 90 net::TransportSecurityState* GetTransportSecurityState();
213 // This is lazily created. Users should use GetTransportSecurityState to
pepper_message_filter.cc 144 net::TransportSecurityState* PepperMessageFilter::GetTransportSecurityState() {
pepper_tcp_socket.cc 151 ssl_context.transport_security_state = manager_->GetTransportSecurityState();
  /external/chromium/android/autofill/
profile_android.h 150 virtual net::TransportSecurityState* GetTransportSecurityState() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 269 virtual net::TransportSecurityState* GetTransportSecurityState() = 0;
profile_impl.h 61 virtual net::TransportSecurityState* GetTransportSecurityState();
profile_io_data.cc 167 params->transport_security_state = profile->GetTransportSecurityState();
profile.cc 310 virtual net::TransportSecurityState* GetTransportSecurityState() {
profile_impl.cc 784 ProfileImpl::GetTransportSecurityState() {
    [all...]
  /external/chromium/chrome/browser/
browsing_data_remover.cc 208 profile_->GetTransportSecurityState(),

Completed in 85 milliseconds