Home
last modified time | relevance | path

Searched refs:FileIOResource (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dfile_io_resource.cc50 FileIOResource::QueryOp::QueryOp(scoped_refptr<FileHolder> file_holder) in QueryOp()
55 FileIOResource::QueryOp::~QueryOp() { in ~QueryOp()
58 int32_t FileIOResource::QueryOp::DoWork() { in DoWork()
62 FileIOResource::ReadOp::ReadOp(scoped_refptr<FileHolder> file_holder, in ReadOp()
71 FileIOResource::ReadOp::~ReadOp() { in ~ReadOp()
74 int32_t FileIOResource::ReadOp::DoWork() { in DoWork()
80 FileIOResource::WriteOp::WriteOp(scoped_refptr<FileHolder> file_holder, in WriteOp()
92 FileIOResource::WriteOp::~WriteOp() { in ~WriteOp()
95 int32_t FileIOResource::WriteOp::DoWork() { in DoWork()
106 FileIOResource::FileIOResource(Connection connection, PP_Instance instance) in FileIOResource() function in ppapi::proxy::FileIOResource
[all …]
Dfile_mapping_resource.cc42 FileIOResource* file_io_resource = in Map()
43 static_cast<FileIOResource*>(enter.object()); in Map()
44 scoped_refptr<FileIOResource::FileHolder> file_holder = in Map()
46 if (!FileIOResource::FileHolder::IsValid(file_holder)) in Map()
Dfile_io_resource.h28 class PPAPI_PROXY_EXPORT FileIOResource
32 FileIOResource(Connection connection, PP_Instance instance);
33 virtual ~FileIOResource();
98 const scoped_refptr<FileIOResource::FileHolder>& handle);
230 DISALLOW_COPY_AND_ASSIGN(FileIOResource);
Dfile_mapping_resource_win.cc14 scoped_refptr<FileIOResource::FileHolder> file_holder, in DoMapBlocking()
Dfile_mapping_resource_posix.cc38 scoped_refptr<FileIOResource::FileHolder> file_holder, in DoMapBlocking()
Dfile_mapping_resource.h60 scoped_refptr<FileIOResource::FileHolder> file_holder,
Dresource_creation_proxy.cc82 return (new FileIOResource(GetConnection(), instance))->GetReference(); in CreateFileIO()
/external/chromium_org/content/renderer/pepper/
Dpepper_in_process_resource_creation.cc81 return (new ppapi::proxy::FileIOResource( in CreateFileIO()