Searched refs:details_resource_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/
H A Dlocalized_error.cc70 unsigned int details_resource_id; member in struct:__anon5683::LocalizedErrorMap
541 options.details_resource_id = IDS_ERRORPAGES_DETAILS_FILE_ACCESS_DENIED;
584 if (options.details_resource_id != kErrorPagesNoDetails) {
586 "errorDetails", l10n_util::GetStringUTF16(options.details_resource_id));
833 return l10n_util::GetStringUTF16(error_map->details_resource_id);

Completed in 375 milliseconds