HomeSort by relevance Sort by last modified time
    Searched full:details_resource_id (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/common/
localized_error.cc 72 unsigned int details_resource_id; member in struct:__anon9154::LocalizedErrorMap
519 options.details_resource_id = IDS_ERRORPAGES_DETAILS_FILE_ACCESS_DENIED;
558 if (options.details_resource_id != kErrorPagesNoDetails) {
560 "errorDetails", l10n_util::GetStringUTF16(options.details_resource_id));
768 return l10n_util::GetStringUTF16(error_map->details_resource_id);

Completed in 301 milliseconds