Searched defs:ReadDirectoryEntries (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h220 * ReadDirectoryEntries() reads all entries in a directory.
231 int32_t (*ReadDirectoryEntries)(PP_Resource file_ref, member in struct:PPB_FileRef_1_2
281 int32_t (*ReadDirectoryEntries)(PP_Resource file_ref, member in struct:PPB_FileRef_1_1
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc207 int32_t FileRef::ReadDirectoryEntries( function in class:pp::FileRef
211 return get_interface<PPB_FileRef_1_2>()->ReadDirectoryEntries(
215 return get_interface<PPB_FileRef_1_1>()->ReadDirectoryEntries(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_external_file_ref_backend.cc83 int32_t PepperExternalFileRefBackend::ReadDirectoryEntries( function in class:content::PepperExternalFileRefBackend
H A Dpepper_internal_file_ref_backend.cc195 int32_t PepperInternalFileRefBackend::ReadDirectoryEntries( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc150 int32_t ReadDirectoryEntries(PP_Resource file_ref, function in namespace:ppapi::thunk::__anon10261
156 return enter.SetResult(enter.object()->ReadDirectoryEntries(
193 &ReadDirectoryEntries
208 &ReadDirectoryEntries
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc183 int32_t FileRefResource::ReadDirectoryEntries( function in class:ppapi::proxy::FileRefResource
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc576 int32_t FakeFileRefInterface::ReadDirectoryEntries( function in class:FakeFileRefInterface

Completed in 211 milliseconds