Searched refs:ReadDirectoryEntries (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dfile_ref.h154 /// ReadDirectoryEntries() Reads all entries in the directory.
157 /// upon completion of ReadDirectoryEntries(). On success, the
174 int32_t ReadDirectoryEntries(
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/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/thunk/
H A Dppb_file_ref_api.h41 virtual int32_t ReadDirectoryEntries(
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/api/
H A Dppb_file_ref.idl231 * ReadDirectoryEntries() reads all entries in a directory.
243 int32_t ReadDirectoryEntries([in] PP_Resource file_ref,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_external_file_ref_backend.h40 virtual int32_t ReadDirectoryEntries(ppapi::host::ReplyMessageContext context)
H A Dpepper_file_ref_host.h40 virtual int32_t ReadDirectoryEntries(
H A Dpepper_internal_file_ref_backend.h43 virtual int32_t ReadDirectoryEntries(ppapi::host::ReplyMessageContext context)
H A Dpepper_external_file_ref_backend.cc83 int32_t PepperExternalFileRefBackend::ReadDirectoryEntries( function in class:content::PepperExternalFileRefBackend
H A Dpepper_file_ref_host.cc239 return backend_->ReadDirectoryEntries(context->MakeReplyMessageContext());
H A Dpepper_internal_file_ref_backend.cc195 int32_t PepperInternalFileRefBackend::ReadDirectoryEntries( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.h55 virtual int32_t ReadDirectoryEntries(
H A Dfile_ref_resource.cc183 int32_t FileRefResource::ReadDirectoryEntries( function in class:ppapi::proxy::FileRefResource
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc83 dir->ReadDirectoryEntries(output_callback.GetCallback()));
120 RUN_CALLBACK_TEST(TestFileRef, ReadDirectoryEntries, filter);
654 // FileRef::ReadDirectoryEntries only works out-of-process.
660 test_dir_ref.ReadDirectoryEntries(output_callback.GetCallback()));
725 // Test that |ReadDirectoryEntries()| is able to fetch all
732 test_dir.ReadDirectoryEntries(output_callback.GetCallback()));
763 // Test cancellation of asynchronous |ReadDirectoryEntries()|.
768 .ReadDirectoryEntries(output_callback.GetCallback());
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc284 ref.ReadDirectoryEntries(callback_factory_.NewCallbackWithOutput(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs_node.cc104 int32_t result = file_ref_iface_->ReadDirectoryEntries(
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h148 virtual int32_t ReadDirectoryEntries(PP_Resource file_ref,
H A Dfake_pepper_interface_html5_fs.cc576 int32_t FakeFileRefInterface::ReadDirectoryEntries( function in class:FakeFileRefInterface
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h61 METHOD3(FileRefInterface, int32_t, ReadDirectoryEntries, PP_Resource,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c650 return iface->ReadDirectoryEntries(file_ref, *output, *callback);
714 return iface->ReadDirectoryEntries(file_ref, *output, *callback);
4636 .ReadDirectoryEntries = (int32_t (*)(PP_Resource file_ref, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_ReadDirectoryEntries
4651 .ReadDirectoryEntries = (int32_t (*)(PP_Resource file_ref, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M34_PPB_FileRef_ReadDirectoryEntries

Completed in 6123 milliseconds