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

/external/chromium_org/content/browser/fileapi/
H A Dbrowser_file_system_helper.h36 CONTENT_EXPORT void SyncGetPlatformPath(storage::FileSystemContext* context,
H A Dbrowser_file_system_helper.cc107 void SyncGetPlatformPath(storage::FileSystemContext* context, function in namespace:content
127 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
H A Dfileapi_message_filter.cc477 SyncGetPlatformPath(context_, process_id_, path, platform_path);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.h96 virtual base::File::Error SyncGetPlatformPath(
H A Dsyncable_file_system_operation.cc344 base::File::Error SyncableFileSystemOperation::SyncGetPlatformPath( function in class:sync_file_system::SyncableFileSystemOperation
347 return impl_->SyncGetPlatformPath(url, platform_path);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.cc56 file_system_context_->operation_runner()->SyncGetPlatformPath(
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h454 virtual base::File::Error SyncGetPlatformPath(
H A Dfile_system_operation_impl.h93 virtual base::File::Error SyncGetPlatformPath(
H A Dfile_system_operation_runner.h237 base::File::Error SyncGetPlatformPath(const FileSystemURL& url,
H A Dfile_system_operation_runner.cc500 base::File::Error FileSystemOperationRunner::SyncGetPlatformPath( function in class:storage::FileSystemOperationRunner
508 return operation->SyncGetPlatformPath(url, platform_path);
H A Dfile_system_operation_impl.cc313 base::File::Error FileSystemOperationImpl::SyncGetPlatformPath( function in class:storage::FileSystemOperationImpl
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc75 SyncGetPlatformPath(file_system_context.get(),

Completed in 388 milliseconds