Home
last modified time | relevance | path

Searched refs:file_system_url (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/fileapi/
Dexternal_file_url_util.cc28 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()
Dexternal_file_url_request_job.h39 const storage::FileSystemURL& file_system_url,
67 const storage::FileSystemURL& file_system_url,
Dexternal_file_url_util.h25 const storage::FileSystemURL& file_system_url);
Dexternal_file_url_request_job.cc198 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/
Dsync_file_system_api.cc75 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 …]
Dsync_file_system_api.h74 void DidGetFileStatus(const storage::FileSystemURL& file_system_url,
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dopen_with_browser.cc134 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()
Dopen_with_browser.h32 const storage::FileSystemURL& file_system_url);
Dfileapi_util.cc223 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/
Dprivate_api_tasks.cc145 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()
Dprivate_api_drive.cc363 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/
Dnative_media_file_util.h179 const storage::FileSystemURL& file_system_url,
209 const storage::FileSystemURL& file_system_url,
220 const storage::FileSystemURL& file_system_url,
Dnative_media_file_util.cc639 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/
Dresource_messages.cc99 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/
Drender_view_host_impl.cc678 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(), &register_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/
Ddevtools_embedder_message_dispatcher.h49 const std::string& file_system_url) = 0;
Ddevtools_file_helper.h94 const std::string& file_system_url,
Ddevtools_file_helper.cc319 const std::string& file_system_url, in UpgradeDraggedFileSystemPermissions() argument
323 isolated_context()->CrackURL(GURL(file_system_url)); in UpgradeDraggedFileSystemPermissions()
Ddevtools_ui_bindings.h119 const std::string& file_system_url) OVERRIDE;
/external/chromium_org/storage/browser/
DBUILD.gn68 "fileapi/file_system_url.cc",
69 "fileapi/file_system_url.h",
/external/chromium_org/content/public/test/
Dtest_file_system_backend.cc50 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/
Dlocal_file_util.h54 const FileSystemURL& file_system_url,
Dfile_system_file_util.h107 const FileSystemURL& file_system_url,
/external/chromium_org/storage/
Dstorage_browser.gyp86 'browser/fileapi/file_system_url.cc',
87 'browser/fileapi/file_system_url.h',
/external/chromium_org/content/child/
Dweb_url_loader_impl.cc436 GURL file_system_url = element.fileSystemURL; in Start() local
437 DCHECK(file_system_url.SchemeIsFileSystem()); in Start()
439 file_system_url, in Start()

12