/external/chromium_org/chrome/browser/chromeos/fileapi/ |
D | external_file_url_util.cc | 28 const storage::FileSystemURL& file_system_url) { in FileSystemURLToExternalFileURL() argument 29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal) in FileSystemURLToExternalFileURL() 32 switch (file_system_url.type()) { in FileSystemURLToExternalFileURL() 39 file_system_url.virtual_path().AsUTF8Unsafe().c_str())); in FileSystemURLToExternalFileURL() 67 const storage::FileSystemURL file_system_url = in CreateExternalFileURLFromPath() local 71 if (!file_system_url.is_valid()) in CreateExternalFileURLFromPath() 74 return FileSystemURLToExternalFileURL(file_system_url); in CreateExternalFileURLFromPath()
|
D | external_file_url_request_job.h | 39 const storage::FileSystemURL& file_system_url, 67 const storage::FileSystemURL& file_system_url,
|
D | external_file_url_util.h | 25 const storage::FileSystemURL& file_system_url);
|
D | external_file_url_request_job.cc | 198 const storage::FileSystemURL& file_system_url, in OnHelperResultObtained() argument 210 file_system_url_ = file_system_url; in OnHelperResultObtained()
|
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
D | sync_file_system_api.cc | 75 storage::FileSystemURL file_system_url( in RunAsync() local 84 file_system_url.type(), in RunAsync() 178 storage::FileSystemURL file_system_url( in RunAsync() local 182 file_system_url, in RunAsync() 229 storage::FileSystemURL file_system_url( in RunAsync() local 233 file_system_url, in RunAsync() 235 this, file_system_url)); in RunAsync() 242 const storage::FileSystemURL& file_system_url, in DidGetFileStatus() argument 249 file_sync_statuses_[file_system_url] = in DidGetFileStatus() 294 storage::FileSystemURL file_system_url( in RunAsync() local [all …]
|
D | sync_file_system_api.h | 74 void DidGetFileStatus(const storage::FileSystemURL& file_system_url,
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | open_with_browser.cc | 134 const storage::FileSystemURL& file_system_url) { in OpenFileWithBrowser() argument 138 const base::FilePath file_path = file_system_url.path(); in OpenFileWithBrowser() 145 GURL page_url = chromeos::FileSystemURLToExternalFileURL(file_system_url); in OpenFileWithBrowser() 160 chromeos::FileSystemURLToExternalFileURL(file_system_url); in OpenFileWithBrowser()
|
D | open_with_browser.h | 32 const storage::FileSystemURL& file_system_url);
|
D | fileapi_util.cc | 223 storage::FileSystemURL file_system_url = file_system_context->CrackURL(url); in CheckIfDirectoryExistsOnIOThread() local 225 file_system_url, callback); in CheckIfDirectoryExistsOnIOThread()
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_tasks.cc | 145 storage::FileSystemURL file_system_url( in RunAsync() local 147 if (!chromeos::FileSystemBackend::CanHandleURL(file_system_url)) in RunAsync() 150 local_paths_.push_back(file_system_url.path()); in RunAsync()
|
D | private_api_drive.cc | 363 static void Start(const storage::FileSystemURL file_system_url, in Start() argument 368 new SingleEntryPropertiesGetterForFileSystemProvider(file_system_url, in Start() 379 const storage::FileSystemURL& file_system_url, in SingleEntryPropertiesGetterForFileSystemProvider() argument 382 file_system_url_(file_system_url), in SingleEntryPropertiesGetterForFileSystemProvider() 468 const storage::FileSystemURL file_system_url = in RunAsync() local 470 switch (file_system_url.type()) { in RunAsync() 473 file_system_url.path(), in RunAsync() 482 file_system_url, in RunAsync()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | native_media_file_util.h | 179 const storage::FileSystemURL& file_system_url, 209 const storage::FileSystemURL& file_system_url, 220 const storage::FileSystemURL& file_system_url,
|
D | native_media_file_util.cc | 639 const storage::FileSystemURL& file_system_url, in GetFilteredLocalFilePath() argument 644 GetLocalFilePath(context, file_system_url, &file_path); in GetFilteredLocalFilePath() 657 const storage::FileSystemURL& file_system_url, in GetFilteredLocalFilePathForExistingFileOrDirectory() argument 663 GetLocalFilePath(context, file_system_url, &file_path); in GetFilteredLocalFilePathForExistingFileOrDirectory()
|
/external/chromium_org/content/common/ |
D | resource_messages.cc | 99 GURL file_system_url; in Read() local 102 if (!ReadParam(m, iter, &file_system_url)) in Read() 110 r->SetToFileSystemUrlRange(file_system_url, offset, length, in Read()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_impl.cc | 678 storage::FileSystemURL file_system_url = in DragTargetDragEnter() local 683 file_system_url.type(), file_system_url.filesystem_id(), in DragTargetDragEnter() 684 file_system_url.path(), ®ister_name); in DragTargetDragEnter() 691 file_system_url.origin(), filesystem_id, std::string()) in DragTargetDragEnter() 1208 storage::FileSystemURL file_system_url = in OnStartDragging() local 1210 if (policy->CanReadFileSystemFile(GetProcess()->GetID(), file_system_url)) in OnStartDragging()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_embedder_message_dispatcher.h | 49 const std::string& file_system_url) = 0;
|
D | devtools_file_helper.h | 94 const std::string& file_system_url,
|
D | devtools_file_helper.cc | 319 const std::string& file_system_url, in UpgradeDraggedFileSystemPermissions() argument 323 isolated_context()->CrackURL(GURL(file_system_url)); in UpgradeDraggedFileSystemPermissions()
|
D | devtools_ui_bindings.h | 119 const std::string& file_system_url) OVERRIDE;
|
/external/chromium_org/storage/browser/ |
D | BUILD.gn | 68 "fileapi/file_system_url.cc", 69 "fileapi/file_system_url.h",
|
/external/chromium_org/content/public/test/ |
D | test_file_system_backend.cc | 50 const FileSystemURL& file_system_url, in GetLocalFilePath() argument 52 *local_file_path = base_path_.Append(file_system_url.path()); in GetLocalFilePath()
|
/external/chromium_org/storage/browser/fileapi/ |
D | local_file_util.h | 54 const FileSystemURL& file_system_url,
|
D | file_system_file_util.h | 107 const FileSystemURL& file_system_url,
|
/external/chromium_org/storage/ |
D | storage_browser.gyp | 86 'browser/fileapi/file_system_url.cc', 87 'browser/fileapi/file_system_url.h',
|
/external/chromium_org/content/child/ |
D | web_url_loader_impl.cc | 436 GURL file_system_url = element.fileSystemURL; in Start() local 437 DCHECK(file_system_url.SchemeIsFileSystem()); in Start() 439 file_system_url, in Start()
|