Home
last modified time | relevance | path

Searched refs:short_description (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_error_info.cc20 const string16& short_description, in SSLErrorInfo() argument
24 short_description_(short_description), in SSLErrorInfo()
32 string16 title, details, short_description; in CreateError() local
59 short_description = l10n_util::GetStringUTF16( in CreateError()
78 short_description = in CreateError()
91 short_description = in CreateError()
103 short_description = l10n_util::GetStringUTF16( in CreateError()
119 short_description = in CreateError()
132 short_description = l10n_util::GetStringUTF16( in CreateError()
140 short_description = l10n_util::GetStringUTF16( in CreateError()
[all …]
Dssl_error_info.h61 const string16& short_description() const { return short_description_; } in short_description() function
72 const string16& short_description,
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dchangelog_unittest.py146 short_description = "A short description"
148 ChangeLog(changelog_path).set_short_description_and_bug_url(short_description, bug_url)
150 expected_message = "%s\n %s" % (short_description, bug_url)
Dchangelog.py175 def set_short_description_and_bug_url(self, short_description, bug_url): argument
176 message = "%s\n %s" % (short_description, bug_url)
/external/chromium/chrome/browser/
Dpage_info_model.cc145 description += errors[i].short_description(); in PageInfoModel()