Searched refs:ReadToArray (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_file_io_thunk.cc | 128 int32_t ReadToArray(PP_Resource file_io, in ReadToArray() function 137 return enter.SetResult(enter.object()->ReadToArray(offset, in ReadToArray() 167 &ReadToArray
|
D | ppb_file_io_api.h | 35 virtual int32_t ReadToArray(int64_t offset,
|
/external/chromium_org/ppapi/api/ |
D | ppb_file_io.idl | 165 * 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/ |
D | ppb_file_io.h | 293 int32_t (*ReadToArray)(PP_Resource file_io, member
|
/external/chromium_org/ppapi/proxy/ |
D | file_io_resource.h | 50 virtual int32_t ReadToArray(int64_t offset,
|
D | file_io_resource.cc | 225 int32_t FileIOResource::ReadToArray(int64_t offset, in ReadToArray() function in ppapi::proxy::FileIOResource
|
/external/chromium_org/ppapi/cpp/ |
D | file_io.cc | 111 return get_interface<PPB_FileIO_1_1>()->ReadToArray(pp_resource(), in Read()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 406 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…
|