HomeSort by relevance Sort by last modified time
    Searched defs:short_description (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 20 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 = l10n_util::GetStringUTF16
    [all...]
ssl_error_info.h 61 const string16& short_description() const { return short_description_; } function in class:SSLErrorInfo
72 const string16& short_description,

Completed in 34 milliseconds