Searched refs:short_description (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ssl/ |
D | ssl_error_info.cc | 20 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 …]
|
D | ssl_error_info.h | 61 const string16& short_description() const { return short_description_; } in short_description() function 72 const string16& short_description,
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | changelog_unittest.py | 146 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)
|
D | changelog.py | 175 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/ |
D | page_info_model.cc | 145 description += errors[i].short_description(); in PageInfoModel()
|