Searched defs:short_description (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.cc20 const string16& short_description,
24 short_description_(short_description),
32 string16 title, details, short_description; local
59 short_description = l10n_util::GetStringUTF16(
78 short_description =
91 short_description =
103 short_description = l10n_util::GetStringUTF16(
119 short_description =
132 short_description = l10n_util::GetStringUTF16(
140 short_description
18 SSLErrorInfo(const string16& title, const string16& details, const string16& short_description, const std::vector<string16>& extra_info) argument
[all...]
H A Dssl_error_info.h61 const string16& short_description() const { return short_description_; } function in class:SSLErrorInfo
72 const string16& short_description,

Completed in 79 milliseconds