HomeSort by relevance Sort by last modified time
    Searched refs:LossyDisplayName (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 86 string16 crx_file_string = crx_file.LossyDisplayName();
87 string16 key_file_string = key_file.LossyDisplayName();
extension_service.cc     [all...]
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 168 image_path.LossyDisplayName());
210 plugin.path.LossyDisplayName());
259 page_path.LossyDisplayName());
274 options_path.LossyDisplayName());
289 page_path.LossyDisplayName());
325 extension_id = UTF16ToASCII(basename.LossyDisplayName());
348 << extension_path.LossyDisplayName() << ".";
363 << version_dir.LossyDisplayName() << ".";
443 UTF16ToUTF8(messages_path.LossyDisplayName()).c_str());
469 relative_path.LossyDisplayName());
    [all...]
extension_unpacker.cc 293 string16 messages_file = message_path.LossyDisplayName();
extension.cc     [all...]
  /external/chromium/net/tools/testserver/
run_testserver.cc 68 UTF16ToUTF8(test_server.document_root().LossyDisplayName()).c_str());
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 237 dir_or_file.LossyDisplayName());
249 dir_or_file.LossyDisplayName());
260 dir_or_file.LossyDisplayName());
270 dir_or_file.LossyDisplayName());
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.cc 31 user_data_dir.LossyDisplayName()));
  /external/chromium/base/
file_path.h 287 string16 LossyDisplayName() const;
308 // LossyDisplayName() function, but keep in mind that you can't
file_path.cc 520 string16 FilePath::LossyDisplayName() const {
538 string16 FilePath::LossyDisplayName() const {
    [all...]
  /external/chromium/chrome/browser/
plugin_observer.cc 340 string16 plugin_name = plugin_path.LossyDisplayName();
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 222 UTF16ToWide(download_->GetFileNameToReportUser().LossyDisplayName());
    [all...]
  /external/chromium/chrome/browser/download/
download_item.cc 553 string16 path(l10n_util::ToLower(full_path().LossyDisplayName()));
download_browsertest.cc 594 ASCIIToUTF16(partial_indication) + filename.LossyDisplayName());
596 ASCIIToUTF16(total_indication) + filename.LossyDisplayName());
    [all...]
download_util.cc 578 download->GetFileNameToReportUser().LossyDisplayName());
623 string16 file_name = download->GetFileNameToReportUser().LossyDisplayName();
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc     [all...]

Completed in 664 milliseconds