/external/chromium_org/content/child/ |
D | webfileutilities_impl.cc | 45 return base::FilePath::FromUTF16Unsafe(path).DirName().AsUTF16Unsafe(); in directoryName() 49 return base::FilePath::FromUTF16Unsafe(path).BaseName().AsUTF16Unsafe(); in baseName()
|
D | web_url_loader_impl.cc | 742 response->setDownloadFilePath(info.download_file_path.AsUTF16Unsafe()); in PopulateURLResponse()
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
D | install_extension_handler.cc | 83 ? file_info.path.AsUTF16Unsafe() in HandleStartDragMessage() 84 : file_info.display_name.AsUTF16Unsafe(); in HandleStartDragMessage()
|
/external/chromium_org/chrome/browser/component_updater/test/ |
D | cld_component_installer_unittest.cc | 105 ASSERT_TRUE(StartsWith(result.AsUTF16Unsafe(), in TEST_F() 106 install_dir.AsUTF16Unsafe(), in TEST_F()
|
/external/chromium_org/content/child/fileapi/ |
D | webfilesystem_impl.cc | 200 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/ |
D | file_path.h | 355 string16 AsUTF16Unsafe() const;
|
D | file_path.cc | 603 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/ |
D | url_request_info_util.cc | 85 http_body->appendFileRange(platform_path.AsUTF16Unsafe(), in AppendFileRefToBody()
|
/external/chromium_org/extensions/browser/ |
D | extension_error.cc | 93 base::FilePath(kManifestFilename).AsUTF16Unsafe(), in ManifestError()
|
/external/chromium_org/chrome/browser/plugins/ |
D | plugin_finder.cc | 52 return plugin.path.BaseName().RemoveExtension().AsUTF16Unsafe(); in GetGroupName()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.cc | 578 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()
|
D | dom_serializer_browsertest.cc | 279 base::FilePath(FILE_PATH_LITERAL("c:\\dummy.htm")).AsUTF16Unsafe(); in SerializeDomForURL() 288 local_directory_name_.AsUTF16Unsafe()); in SerializeDomForURL()
|
D | renderer_webkitplatformsupport_impl.cc | 815 plugin.path.BaseName().AsUTF16Unsafe()); in getPluginList()
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.cc | 273 return path.AsUTF16Unsafe(); in getAbsoluteWebStringFromUTF8Path()
|
/external/chromium_org/chrome/browser/component_updater/ |
D | background_downloader_win.cc | 704 tempdir.Append(filename).AsUTF16Unsafe().c_str()); in InitializeNewJob()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_install_prompt.cc | 438 return retained_files_[index].AsUTF16Unsafe(); in GetRetainedFile()
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_callbacks.cc | 279 info.file_path = iter->file_path().AsUTF16Unsafe(); in FillInBlobData()
|