Home
last modified time | relevance | path

Searched refs:SyncGetPlatformPath (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/content/browser/fileapi/
Dbrowser_file_system_helper.cc109 void SyncGetPlatformPath(fileapi::FileSystemContext* context, in SyncGetPlatformPath() function
129 context->operation_runner()->SyncGetPlatformPath(url, platform_path); in SyncGetPlatformPath()
Dbrowser_file_system_helper.h37 CONTENT_EXPORT void SyncGetPlatformPath(fileapi::FileSystemContext* context,
Dfileapi_message_filter.cc476 SyncGetPlatformPath(context_, process_id_, path, platform_path); in OnSyncGetPlatformPath()
/external/chromium_org/content/browser/renderer_host/pepper/
Dquota_reservation.cc55 file_system_context_->operation_runner()->SyncGetPlatformPath( in OpenFile()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dsyncable_file_system_operation.h94 virtual base::File::Error SyncGetPlatformPath( in NON_EXPORTED_BASE()
Dsyncable_file_system_operation.cc348 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/
Dfile_system_operation.h454 virtual base::File::Error SyncGetPlatformPath(
Dfile_system_operation_runner.h237 base::File::Error SyncGetPlatformPath(const FileSystemURL& url,
Dfile_system_operation_impl.h93 virtual base::File::Error SyncGetPlatformPath( in NON_EXPORTED_BASE()
Dfile_system_operation_runner.cc495 base::File::Error FileSystemOperationRunner::SyncGetPlatformPath( in SyncGetPlatformPath() function in fileapi::FileSystemOperationRunner
503 return operation->SyncGetPlatformPath(url, platform_path); in SyncGetPlatformPath()
Dfile_system_operation_impl.cc313 base::File::Error FileSystemOperationImpl::SyncGetPlatformPath( in SyncGetPlatformPath() function in fileapi::FileSystemOperationImpl
/external/chromium_org/content/browser/media/android/
Dmedia_resource_getter_impl.cc68 SyncGetPlatformPath(file_system_context.get(), in RequestPlaformPathFromFileSystemURL()