/external/chromium_org/storage/common/ |
D | data_element.h | 38 const GURL& filesystem_url() const { return filesystem_url_; } in filesystem_url() function 81 void SetToFileSystemUrlRange(const GURL& filesystem_url, 112 return a.filesystem_url() == b.filesystem_url();
|
D | data_element.cc | 39 const GURL& filesystem_url, in SetToFileSystemUrlRange() argument 43 filesystem_url_ = filesystem_url; in SetToFileSystemUrlRange()
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | snapshot_manager.cc | 139 storage::FileSystemURL filesystem_url = context->CrackURL(url); in CreateManagedSnapshot() local 141 ComputeSpaceNeedToBeFreed(profile_, context, filesystem_url, in CreateManagedSnapshot() 144 filesystem_url, in CreateManagedSnapshot() 149 const storage::FileSystemURL& filesystem_url, in CreateManagedSnapshotAfterSpaceComputed() argument 188 filesystem_url, in CreateManagedSnapshotAfterSpaceComputed()
|
D | filesystem_api_util.cc | 120 storage::FileSystemURL filesystem_url = in IsUnderNonNativeLocalPath() local 123 if (!filesystem_url.is_valid()) in IsUnderNonNativeLocalPath() 126 switch (filesystem_url.type()) { in IsUnderNonNativeLocalPath()
|
D | snapshot_manager.h | 62 const storage::FileSystemURL& filesystem_url,
|
/external/chromium_org/storage/browser/blob/ |
D | blob_storage_context.cc | 163 item.filesystem_url(), in AppendBlobDataItem() 264 iter->filesystem_url(), in ExpandStorageItems() 304 const GURL& filesystem_url, uint64 offset, uint64 length, in AppendFileSystemFileItem() argument 306 target_blob_data->AppendFileSystemFile(filesystem_url, offset, length, in AppendFileSystemFileItem()
|
D | view_blob_internals_job.cc | 215 AddHTMLListItem(kURL, item.filesystem_url().spec(), out); in GenerateHTMLForBlobData()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | media_file_system_backend.cc | 183 const storage::FileSystemURL& filesystem_url, in AttemptAutoMountForURLRequest() argument 187 filesystem_url.type() != storage::kFileSystemTypeExternal || in AttemptAutoMountForURLRequest() 188 storage_domain != filesystem_url.origin().host()) { in AttemptAutoMountForURLRequest() 192 const base::FilePath& virtual_path = filesystem_url.path(); in AttemptAutoMountForURLRequest()
|
D | media_file_system_backend.h | 53 const storage::FileSystemURL& filesystem_url,
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_util.cc | 285 const storage::FileSystemURL filesystem_url( in GetLocalPathFromURL() local 288 if (!chromeos::FileSystemBackend::CanHandleURL(filesystem_url)) in GetLocalPathFromURL() 290 return filesystem_url.path(); in GetLocalPathFromURL()
|
D | private_api_file_system.cc | 488 storage::FileSystemURL filesystem_url( in RunAsync() local 490 if (!chromeos::FileSystemBackend::CanHandleURL(filesystem_url)) in RunAsync() 494 if (filesystem_url.type() == storage::kFileSystemTypeDrive) { in RunAsync() 504 filesystem_url.path().AsUTF8Unsafe()), in RunAsync()
|
/external/chromium_org/storage/browser/fileapi/ |
D | external_mount_points.cc | 196 FileSystemURL filesystem_url = FileSystemURL(url); in CrackURL() local 197 if (!filesystem_url.is_valid()) in CrackURL() 199 return CrackFileSystemURL(filesystem_url); in CrackURL()
|
D | isolated_context.cc | 349 FileSystemURL filesystem_url = FileSystemURL(url); in CrackURL() local 350 if (!filesystem_url.is_valid()) in CrackURL() 352 return CrackFileSystemURL(filesystem_url); in CrackURL()
|
D | file_system_url.h | 151 explicit FileSystemURL(const GURL& filesystem_url);
|
D | file_system_context.cc | 388 FileSystemURL filesystem_url(url_request->url()); in AttemptAutoMountForURLRequest() local 389 if (filesystem_url.type() == kFileSystemTypeExternal) { in AttemptAutoMountForURLRequest() 391 if (auto_mount_handlers_[i].Run(url_request, filesystem_url, in AttemptAutoMountForURLRequest()
|
/external/chromium_org/content/browser/fileapi/ |
D | fileapi_message_filter.cc | 221 const GURL& filesystem_url) { in OnResolveURL() argument 223 FileSystemURL url(context_->CrackURL(filesystem_url)); in OnResolveURL() 524 FileSystemURL filesystem_url(context_->CrackURL(item.filesystem_url())); in OnAppendBlobDataItemToBlob() local 525 if (!FileSystemURLIsValid(context_, filesystem_url) || in OnAppendBlobDataItemToBlob() 526 !security_policy_->CanReadFileSystemFile(process_id_, filesystem_url)) { in OnAppendBlobDataItemToBlob()
|
D | file_system_dir_url_request_job_unittest.cc | 53 const storage::FileSystemURL& filesystem_url, in TestAutoMountForURLRequest() argument 60 filesystem_url.path().GetComponents(&components); in TestAutoMountForURLRequest()
|
D | file_system_url_request_job_unittest.cc | 63 const storage::FileSystemURL& filesystem_url, in TestAutoMountForURLRequest() argument 69 filesystem_url.path().GetComponents(&components); in TestAutoMountForURLRequest()
|
/external/chromium_org/content/common/ |
D | page_state_serialization.h | 24 GURL filesystem_url; member
|
D | page_state_serialization_unittest.cc | 50 EXPECT_EQ(a.filesystem_url, b.filesystem_url); in ExpectEquality()
|
/external/chromium_org/content/renderer/ |
D | history_serialization.cc | 47 output->filesystem_url = input.fileSystemURL; in ToExplodedHttpBodyElement() 73 element.filesystem_url, in AppendHTTPBodyElement()
|
/external/chromium_org/content/child/fileapi/ |
D | webfilesystem_impl.h | 59 const blink::WebURL& filesystem_url,
|
D | file_system_dispatcher.h | 72 void ResolveURL(const GURL& filesystem_url,
|
D | file_system_dispatcher.cc | 179 const GURL& filesystem_url, in ResolveURL() argument 185 request_id, filesystem_url)); in ResolveURL()
|
/external/chromium_org/content/browser/loader/ |
D | upload_data_stream_builder.cc | 121 element.filesystem_url(), in Build()
|