Home
last modified time | relevance | path

Searched refs:AsUTF16Unsafe (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/child/
Dwebfileutilities_impl.cc45 return base::FilePath::FromUTF16Unsafe(path).DirName().AsUTF16Unsafe(); in directoryName()
49 return base::FilePath::FromUTF16Unsafe(path).BaseName().AsUTF16Unsafe(); in baseName()
Dweb_url_loader_impl.cc742 response->setDownloadFilePath(info.download_file_path.AsUTF16Unsafe()); in PopulateURLResponse()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dinstall_extension_handler.cc83 ? file_info.path.AsUTF16Unsafe() in HandleStartDragMessage()
84 : file_info.display_name.AsUTF16Unsafe(); in HandleStartDragMessage()
/external/chromium_org/chrome/browser/component_updater/test/
Dcld_component_installer_unittest.cc105 ASSERT_TRUE(StartsWith(result.AsUTF16Unsafe(), in TEST_F()
106 install_dir.AsUTF16Unsafe(), in TEST_F()
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.cc200 normalized_path.AsUTF16Unsafe(), is_directory), in ResolveURLCallbackAdapter()
240 base::FilePath(entries[i].name).AsUTF16Unsafe(); in ReadDirectoryCallbackAdapter()
305 web_file_info.platformPath = platform_path.AsUTF16Unsafe(); in DidCreateSnapshotFile()
/external/chromium_org/base/files/
Dfile_path.h355 string16 AsUTF16Unsafe() const;
Dfile_path.cc603 string16 FilePath::AsUTF16Unsafe() const { in AsUTF16Unsafe() function in base::FilePath
644 string16 FilePath::AsUTF16Unsafe() const { in AsUTF16Unsafe() function in base::FilePath
/external/chromium_org/content/renderer/pepper/
Durl_request_info_util.cc85 http_body->appendFileRange(platform_path.AsUTF16Unsafe(), in AppendFileRefToBody()
/external/chromium_org/extensions/browser/
Dextension_error.cc93 base::FilePath(kManifestFilename).AsUTF16Unsafe(), in ManifestError()
/external/chromium_org/chrome/browser/plugins/
Dplugin_finder.cc52 return plugin.path.BaseName().RemoveExtension().AsUTF16Unsafe(); in GetGroupName()
/external/chromium_org/content/renderer/
Drender_view_impl.cc578 item.filenameData = it->path.AsUTF16Unsafe(); in DropDataToWebDragData()
579 item.displayNameData = it->display_name.AsUTF16Unsafe(); in DropDataToWebDragData()
2746 ws_file_names[i] = paths[i].AsUTF16Unsafe(); in OnEnumerateDirectoryResponse()
2764 selected_file.path = files[i].local_path.AsUTF16Unsafe(); in OnFileChooserResponse()
2766 base::FilePath(files[i].display_name).AsUTF16Unsafe(); in OnFileChooserResponse()
2942 webstring_paths[i] = local_paths[i].AsUTF16Unsafe(); in OnGetSerializedHtmlDataForCurrentPageWithLocalLinks()
2949 local_directory_name.AsUTF16Unsafe()); in OnGetSerializedHtmlDataForCurrentPageWithLocalLinks()
Ddom_serializer_browsertest.cc279 base::FilePath(FILE_PATH_LITERAL("c:\\dummy.htm")).AsUTF16Unsafe(); in SerializeDomForURL()
288 local_directory_name_.AsUTF16Unsafe()); in SerializeDomForURL()
Drenderer_webkitplatformsupport_impl.cc815 plugin.path.BaseName().AsUTF16Unsafe()); in getPluginList()
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc273 return path.AsUTF16Unsafe(); in getAbsoluteWebStringFromUTF8Path()
/external/chromium_org/chrome/browser/component_updater/
Dbackground_downloader_win.cc704 tempdir.Append(filename).AsUTF16Unsafe().c_str()); in InitializeNewJob()
/external/chromium_org/chrome/browser/extensions/
Dextension_install_prompt.cc438 return retained_files_[index].AsUTF16Unsafe(); in GetRetainedFile()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_callbacks.cc279 info.file_path = iter->file_path().AsUTF16Unsafe(); in FillInBlobData()