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

/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc130 int32_t ReadDirectoryEntries(PP_Resource file_ref, function in namespace:ppapi::thunk::__anon9603
136 return enter.SetResult(enter.object()->ReadDirectoryEntries(
173 &ReadDirectoryEntries
H A Dppb_file_ref_api.h40 virtual int32_t ReadDirectoryEntries(
43 // We define variants of Query and ReadDirectoryEntries because
47 // ReadDirectoryEntries. The *InHost functions must not be called in
48 // plugins, and Query and ReadDirectoryEntries must not be called in
/external/chromium_org/ppapi/api/
H A Dppb_file_ref.idl190 * ReadDirectoryEntries() reads all entries in a directory.
202 int32_t ReadDirectoryEntries([in] PP_Resource file_ref,
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.h161 /// ReadDirectoryEntries() Reads all entries in the directory.
164 /// upon completion of ReadDirectoryEntries(). On success, the
181 int32_t ReadDirectoryEntries(
H A Dfile_ref.cc173 int32_t FileRef::ReadDirectoryEntries( function in class:pp::FileRef
178 return get_interface<PPB_FileRef_1_1>()->ReadDirectoryEntries(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_external_file_ref_backend.h39 virtual int32_t ReadDirectoryEntries(
H A Dpepper_file_ref_host.h40 virtual int32_t ReadDirectoryEntries(
H A Dpepper_internal_file_ref_backend.h43 virtual int32_t ReadDirectoryEntries(
H A Dpepper_external_file_ref_backend.cc83 int32_t PepperExternalFileRefBackend::ReadDirectoryEntries( function in class:content::PepperExternalFileRefBackend
H A Dpepper_file_ref_host.cc249 return backend_->ReadDirectoryEntries(context->MakeReplyMessageContext());
H A Dpepper_internal_file_ref_backend.cc201 int32_t PepperInternalFileRefBackend::ReadDirectoryEntries( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h199 * ReadDirectoryEntries() reads all entries in a directory.
210 int32_t (*ReadDirectoryEntries)(PP_Resource file_ref, member in struct:PPB_FileRef_1_1
/external/chromium_org/content/renderer/pepper/
H A Dppb_file_ref_impl.h73 virtual int32_t ReadDirectoryEntries(
H A Dppb_file_ref_impl.cc512 int32_t PPB_FileRef_Impl::ReadDirectoryEntries( function in class:content::PPB_FileRef_Impl
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.h55 virtual int32_t ReadDirectoryEntries(
H A Dfile_ref_resource.cc176 int32_t FileRefResource::ReadDirectoryEntries( function in class:ppapi::proxy::FileRefResource
H A Dppb_file_ref_proxy.cc66 virtual int32_t ReadDirectoryEntries(
202 int32_t FileRef::ReadDirectoryEntries( function in class:ppapi::proxy::FileRef
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h50 METHOD3(FileRefInterface, int32_t, ReadDirectoryEntries, PP_Resource,
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc83 dir->ReadDirectoryEntries(output_callback.GetCallback()));
122 // FileRef::ReadDirectoryEntries is out-of-process only.
124 RUN_CALLBACK_TEST(TestFileRef, ReadDirectoryEntries, filter);
633 // FileRef::ReadDirectoryEntries only works out-of-process.
639 test_dir_ref.ReadDirectoryEntries(output_callback.GetCallback()));
702 // Test that |ReadDirectoryEntries()| is able to fetch all
709 test_dir.ReadDirectoryEntries(output_callback.GetCallback()));
740 // Test cancellation of asynchronous |ReadDirectoryEntries()|.
745 .ReadDirectoryEntries(output_callback.GetCallback());
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc283 ref.ReadDirectoryEntries(callback_factory_.NewCallbackWithOutput(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_html5fs.cc103 int32_t result = mount_->ppapi()->GetFileRefInterface()->ReadDirectoryEntries(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_html5fs_test.cc593 EXPECT_CALL(*fileref_, ReadDirectoryEntries(fileref_resource_, _, _))
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c513 return iface->ReadDirectoryEntries(file_ref, *output, *callback);
3967 .ReadDirectoryEntries = (int32_t (*)(PP_Resource file_ref, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_ReadDirectoryEntries

Completed in 157 milliseconds