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

/external/chromium_org/content/child/
H A Dwebfileutilities_impl.cc35 if (!base::GetFileInfo(base::FilePath::FromUTF16Unsafe(path),
45 return base::FilePath::FromUTF16Unsafe(path).DirName().AsUTF16Unsafe();
49 return base::FilePath::FromUTF16Unsafe(path).BaseName().AsUTF16Unsafe();
53 return net::FilePathToFileURL(base::FilePath::FromUTF16Unsafe(path));
H A Dsimple_webmimeregistry_impl.cc90 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
98 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
105 net::GetMimeTypeFromFile(base::FilePath::FromUTF16Unsafe(file_path),
H A Dwebblobregistry_impl.cc61 base::FilePath::FromUTF16Unsafe(data_item.filePath),
H A Dweb_url_loader_impl.cc425 base::FilePath::FromUTF16Unsafe(element.filePath),
429 base::FilePath::FromUTF16Unsafe(element.filePath),
/external/chromium_org/content/renderer/
H A Ddrop_data_builder.cc59 base::FilePath::FromUTF16Unsafe(item.filenameData),
60 base::FilePath::FromUTF16Unsafe(item.displayNameData)));
H A Drenderer_webkitplatformsupport_impl.cc490 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
503 base::FilePath::FromUTF16Unsafe(file_path),
516 base::FilePath::FromUTF16Unsafe(path), &file_info, &status)) ||
H A Drender_view_impl.cc1761 base::FilePath::FromUTF16Unsafe(path)));
1830 base::FilePath::FromUTF16Unsafe(params.initialValue);
/external/chromium_org/chrome/browser/
H A Dload_library_perf_test.cc50 MeasureSizeAndTimeToLoadNativeLibrary(base::FilePath::FromUTF16Unsafe(
/external/chromium_org/content/renderer/pepper/
H A Durl_response_info_util.cc90 base::FilePath external_path = base::FilePath::FromUTF16Unsafe(file_path);
/external/chromium_org/base/files/
H A Dfile_path.h368 static FilePath FromUTF16Unsafe(const string16& utf16);
H A Dfile_path.cc621 FilePath FilePath::FromUTF16Unsafe(const string16& utf16) { function in class:base::FilePath
654 FilePath FilePath::FromUTF16Unsafe(const string16& utf16) { function in class:base::FilePath
/external/chromium_org/content/public/common/
H A Dpage_state.cc19 return base::FilePath::FromUTF16Unsafe(s.string());
/external/chromium_org/content/browser/
H A Ddatabase_tracker_unittest.cc230 tracker->DatabaseDirectory().Append(base::FilePath::FromUTF16Unsafe(
233 tracker->DatabaseDirectory().Append(base::FilePath::FromUTF16Unsafe(
265 tracker->DatabaseDirectory().Append(base::FilePath::FromUTF16Unsafe(
358 tracker->DatabaseDirectory().Append(base::FilePath::FromUTF16Unsafe(
361 tracker->DatabaseDirectory().Append(base::FilePath::FromUTF16Unsafe(
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.cc297 base::FilePath file_path = base::FilePath::FromUTF16Unsafe(path);
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc39 base::FilePath path = base::FilePath::FromUTF16Unsafe(path16);
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc262 files.push_back(base::FilePath::FromUTF16Unsafe(absolute_filenames[i]));
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc660 base::FilePath path = base::FilePath::FromUTF16Unsafe(info.file_path);
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc296 return db_dir_.Append(base::FilePath::FromUTF16Unsafe(
/external/chromium_org/content/browser/download/
H A Dsave_package.cc1208 base::FilePath name_with_proper_ext = base::FilePath::FromUTF16Unsafe(title_);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc225 base::FilePath::FromUTF16Unsafe(drop_data.file_description_filename);

Completed in 698 milliseconds