Searched refs:short_description (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.cc23 const base::string16& short_description)
25 short_description_(short_description) {
32 base::string16 details, short_description; local
56 short_description = l10n_util::GetStringUTF16(
68 short_description =
76 short_description =
86 short_description =
94 short_description = l10n_util::GetStringUTF16(
101 short_description =
107 short_description
22 SSLErrorInfo(const base::string16& details, const base::string16& short_description) argument
[all...]
H A Dssl_error_info.h64 const base::string16& short_description() const { return short_description_; } function in class:SSLErrorInfo
68 const base::string16& short_description);
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc482 site_identity_details_ += errors[i].short_description();

Completed in 159 milliseconds