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

  /external/chromium_org/content/child/
webfileutilities_impl.cc 35 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));
simple_webmimeregistry_impl.cc 90 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),
webblobregistry_impl.cc 61 base::FilePath::FromUTF16Unsafe(data_item.filePath),
web_url_loader_impl.cc 425 base::FilePath::FromUTF16Unsafe(element.filePath),
429 base::FilePath::FromUTF16Unsafe(element.filePath),
    [all...]
  /external/chromium_org/content/renderer/
drop_data_builder.cc 59 base::FilePath::FromUTF16Unsafe(item.filenameData),
60 base::FilePath::FromUTF16Unsafe(item.displayNameData)));
renderer_webkitplatformsupport_impl.cc 490 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
503 base::FilePath::FromUTF16Unsafe(file_path),
516 base::FilePath::FromUTF16Unsafe(path), &file_info, &status)) ||
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/chrome/browser/
load_library_perf_test.cc 50 MeasureSizeAndTimeToLoadNativeLibrary(base::FilePath::FromUTF16Unsafe(
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 90 base::FilePath external_path = base::FilePath::FromUTF16Unsafe(file_path);
  /external/chromium_org/base/files/
file_path.h 368 static FilePath FromUTF16Unsafe(const string16& utf16);
file_path.cc 621 FilePath FilePath::FromUTF16Unsafe(const string16& utf16) {
654 FilePath FilePath::FromUTF16Unsafe(const string16& utf16) {
    [all...]
  /external/chromium_org/content/public/common/
page_state.cc 19 return base::FilePath::FromUTF16Unsafe(s.string());
  /external/chromium_org/content/browser/
database_tracker_unittest.cc 230 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(
    [all...]
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 297 base::FilePath file_path = base::FilePath::FromUTF16Unsafe(path);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 39 base::FilePath path = base::FilePath::FromUTF16Unsafe(path16);
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 262 files.push_back(base::FilePath::FromUTF16Unsafe(absolute_filenames[i]));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc 660 base::FilePath path = base::FilePath::FromUTF16Unsafe(info.file_path);
    [all...]
  /external/chromium_org/storage/browser/database/
database_tracker.cc 296 return db_dir_.Append(base::FilePath::FromUTF16Unsafe(
  /external/chromium_org/content/browser/download/
save_package.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 225 base::FilePath::FromUTF16Unsafe(drop_data.file_description_filename);
    [all...]

Completed in 422 milliseconds