Home
last modified time | relevance | path

Searched refs:LossyDisplayName (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_file_util.cc168 image_path.LossyDisplayName()); in ValidateExtension()
210 plugin.path.LossyDisplayName()); in ValidateExtension()
259 page_path.LossyDisplayName()); in ValidateExtension()
274 options_path.LossyDisplayName()); in ValidateExtension()
289 page_path.LossyDisplayName()); in ValidateExtension()
325 extension_id = UTF16ToASCII(basename.LossyDisplayName()); in GarbageCollectExtensions()
348 << extension_path.LossyDisplayName() << "."; in GarbageCollectExtensions()
363 << version_dir.LossyDisplayName() << "."; in GarbageCollectExtensions()
443 UTF16ToUTF8(messages_path.LossyDisplayName()).c_str()); in ValidateLocaleInfo()
469 relative_path.LossyDisplayName()); in IsScriptValid()
[all …]
Dextension_unpacker.cc293 string16 messages_file = message_path.LossyDisplayName(); in ReadMessageCatalog()
Dextension.cc1625 LOG(ERROR) << "Could not read icon file: " << icon_path.LossyDisplayName(); in DecodeIconFromPath()
1637 << icon_path.LossyDisplayName(); in DecodeIconFromPath()
/external/chromium/chrome/browser/extensions/
Dpack_extension_job.cc86 string16 crx_file_string = crx_file.LossyDisplayName(); in StandardSuccessMessage()
87 string16 key_file_string = key_file.LossyDisplayName(); in StandardSuccessMessage()
Dextension_service.cc1939 std::string path_str = UTF16ToUTF8(extension_path.LossyDisplayName()); in ReportExtensionLoadError()
/external/chromium/chrome/browser/diagnostics/
Drecon_diagnostics.cc237 dir_or_file.LossyDisplayName()); in ExecuteImpl()
249 dir_or_file.LossyDisplayName()); in ExecuteImpl()
260 dir_or_file.LossyDisplayName()); in ExecuteImpl()
270 dir_or_file.LossyDisplayName()); in ExecuteImpl()
/external/chromium/net/tools/testserver/
Drun_testserver.cc68 UTF16ToUTF8(test_server.document_root().LossyDisplayName()).c_str()); in main()
/external/chromium/chrome/browser/ui/views/
Duser_data_dir_dialog.cc31 user_data_dir.LossyDisplayName())); in UserDataDirDialog()
/external/chromium/base/
Dfile_path.h287 string16 LossyDisplayName() const;
Dfile_path.cc520 string16 FilePath::LossyDisplayName() const { in LossyDisplayName() function in FilePath
538 string16 FilePath::LossyDisplayName() const { in LossyDisplayName() function in FilePath
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc222 UTF16ToWide(download_->GetFileNameToReportUser().LossyDisplayName()); in DownloadItemView()
1032 UTF16ToWide(download_->GetFileNameToReportUser().LossyDisplayName()); in ClearDangerousMode()
1146 download_->GetFileNameToReportUser().LossyDisplayName(); in UpdateAccessibleName()
/external/chromium/chrome/browser/
Dplugin_observer.cc340 string16 plugin_name = plugin_path.LossyDisplayName(); in OnCrashedPlugin()
/external/chromium/chrome/browser/download/
Ddownload_util.cc578 download->GetFileNameToReportUser().LossyDisplayName()); in DragDownload()
623 string16 file_name = download->GetFileNameToReportUser().LossyDisplayName(); in CreateDownloadItemValue()
Ddownload_browsertest.cc594 ASCIIToUTF16(partial_indication) + filename.LossyDisplayName()); in RunSizeTest()
596 ASCIIToUTF16(total_indication) + filename.LossyDisplayName()); in RunSizeTest()
Ddownload_item.cc553 string16 path(l10n_util::ToLower(full_path().LossyDisplayName())); in MatchesQuery()
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc1258 string16 search_term = param.LossyDisplayName().substr(2); in GetURLsFromCommandLine()