Searched refs:SyncGetPlatformPath (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/content/browser/fileapi/ |
D | browser_file_system_helper.cc | 109 void SyncGetPlatformPath(fileapi::FileSystemContext* context, in SyncGetPlatformPath() function 129 context->operation_runner()->SyncGetPlatformPath(url, platform_path); in SyncGetPlatformPath()
|
D | browser_file_system_helper.h | 37 CONTENT_EXPORT void SyncGetPlatformPath(fileapi::FileSystemContext* context,
|
D | fileapi_message_filter.cc | 476 SyncGetPlatformPath(context_, process_id_, path, platform_path); in OnSyncGetPlatformPath()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | quota_reservation.cc | 55 file_system_context_->operation_runner()->SyncGetPlatformPath( in OpenFile()
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | syncable_file_system_operation.h | 94 virtual base::File::Error SyncGetPlatformPath( in NON_EXPORTED_BASE()
|
D | syncable_file_system_operation.cc | 348 base::File::Error SyncableFileSystemOperation::SyncGetPlatformPath( in SyncGetPlatformPath() function in sync_file_system::SyncableFileSystemOperation 351 return impl_->SyncGetPlatformPath(url, platform_path); in SyncGetPlatformPath()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | file_system_operation.h | 454 virtual base::File::Error SyncGetPlatformPath(
|
D | file_system_operation_runner.h | 237 base::File::Error SyncGetPlatformPath(const FileSystemURL& url,
|
D | file_system_operation_impl.h | 93 virtual base::File::Error SyncGetPlatformPath( in NON_EXPORTED_BASE()
|
D | file_system_operation_runner.cc | 495 base::File::Error FileSystemOperationRunner::SyncGetPlatformPath( in SyncGetPlatformPath() function in fileapi::FileSystemOperationRunner 503 return operation->SyncGetPlatformPath(url, platform_path); in SyncGetPlatformPath()
|
D | file_system_operation_impl.cc | 313 base::File::Error FileSystemOperationImpl::SyncGetPlatformPath( in SyncGetPlatformPath() function in fileapi::FileSystemOperationImpl
|
/external/chromium_org/content/browser/media/android/ |
D | media_resource_getter_impl.cc | 68 SyncGetPlatformPath(file_system_context.get(), in RequestPlaformPathFromFileSystemURL()
|