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

  /external/chromium_org/webkit/glue/
webfileutilities_impl.cc 35 if (!file_util::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));
66 base::FilePath::FromUTF16Unsafe(path),
simple_webmimeregistry_impl.cc 77 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
85 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
92 net::GetMimeTypeFromFile(base::FilePath::FromUTF16Unsafe(file_path),
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 70 base::FilePath::FromUTF16Unsafe(file_path),
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 67 base::FilePath::FromUTF16Unsafe(path), &file_info, &status)) ||
263 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
271 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
280 base::FilePath::FromUTF16Unsafe(file_path),
  /external/chromium_org/base/files/
file_path.h 364 static FilePath FromUTF16Unsafe(const string16& utf16);
file_path.cc 606 FilePath FilePath::FromUTF16Unsafe(const string16& utf16) {
644 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/child/
webblobregistry_impl.cc 91 base::FilePath::FromUTF16Unsafe(data_item.filePath),
  /external/chromium_org/webkit/support/
test_webkit_platform_support.cc 314 base::FilePath file_path = base::FilePath::FromUTF16Unsafe(path);
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 469 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
482 base::FilePath::FromUTF16Unsafe(file_path),
510 base::FilePath::FromUTF16Unsafe(path), &file_info, &status)) ||
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 525 base::FilePath::FromUTF16Unsafe(element.filePath),
529 base::FilePath::FromUTF16Unsafe(element.filePath),
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 239 files.push_back(base::FilePath::FromUTF16Unsafe(absolute_filenames[i]));

Completed in 2168 milliseconds