Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/thunk/
Dppb_file_io_thunk.cc128 int32_t ReadToArray(PP_Resource file_io, in ReadToArray() function
137 return enter.SetResult(enter.object()->ReadToArray(offset, in ReadToArray()
167 &ReadToArray
Dppb_file_io_api.h35 virtual int32_t ReadToArray(int64_t offset,
/external/chromium_org/ppapi/api/
Dppb_file_io.idl165 * ReadToArray() is preferred to Read() when doing asynchronous operations.
266 * ReadToArray() reads from an offset in the file. A PP_ArrayOutput must be
278 * completion of ReadToArray().
282 * reached. It is valid to call ReadToArray() multiple times with a completion
287 int32_t ReadToArray([in] PP_Resource file_io,
/external/chromium_org/ppapi/c/
Dppb_file_io.h293 int32_t (*ReadToArray)(PP_Resource file_io, member
/external/chromium_org/ppapi/proxy/
Dfile_io_resource.h50 virtual int32_t ReadToArray(int64_t offset,
Dfile_io_resource.cc225 int32_t FileIOResource::ReadToArray(int64_t offset, in ReadToArray() function in ppapi::proxy::FileIOResource
/external/chromium_org/ppapi/cpp/
Dfile_io.cc111 return get_interface<PPB_FileIO_1_1>()->ReadToArray(pp_resource(), in Read()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c406 return iface->ReadToArray(file_io, offset, max_read_length, output, *callback); in Pnacl_M25_PPB_FileIO_ReadToArray()
4118 ….ReadToArray = (int32_t (*)(PP_Resource file_io, int64_t offset, int32_t max_read_length, struct P…