Home
last modified time | relevance | path

Searched refs:error_info (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_blocking_page.cc67 SSLErrorInfo error_info = delegate_->GetSSLErrorInfo(handler_); in GetHTMLContents() local
68 strings.SetString("headLine", error_info.title()); in GetHTMLContents()
69 strings.SetString("description", error_info.details()); in GetHTMLContents()
73 SetExtraInfo(&strings, error_info.extra_information()); in GetHTMLContents()
/external/kernel-headers/original/linux/
Dmsm_audio.h292 struct msm_audio_bitstream_error_info error_info; member