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

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 322 net::SSLConfigService* OffTheRecordProfileImpl::GetSSLConfigService() {
323 return profile_->GetSSLConfigService();
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 520 globals_->ssl_config_service = GetSSLConfigService();
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 675 net::SSLConfigService* TestingProfile::GetSSLConfigService() {
  /external/chromium/android/autofill/
profile_android.h 186 virtual net::SSLConfigService* GetSSLConfigService() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.cc 441 virtual net::SSLConfigService* GetSSLConfigService() {
442 return profile_->GetSSLConfigService();
profile_impl.cc     [all...]

Completed in 142 milliseconds