Searched refs:nexe_file (Results 1 – 10 of 10) sorted by relevance
/external/cronet/components/nacl/common/ |
D | nacl_types.cc | 12 : nexe_file(IPC::InvalidPlatformFileForTransit()), in NaClStartParams() 58 const IPC::PlatformFileForTransit& nexe_file, in NaClLaunchParams() argument 67 nexe_file(nexe_file), in NaClLaunchParams()
|
D | nacl_types.h | 79 IPC::PlatformFileForTransit nexe_file; member 114 const IPC::PlatformFileForTransit& nexe_file, 129 IPC::PlatformFileForTransit nexe_file = IPC::InvalidPlatformFileForTransit();
|
D | nacl_messages.h | 27 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
D | nacl_host_messages.h | 33 IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
/external/cronet/components/nacl/renderer/plugin/ |
D | pnacl_translate_thread.cc | 81 base::File* nexe_file, in SetupState() argument 90 nexe_file_ = nexe_file; in SetupState() 312 ppapi::proxy::SerializedHandle nexe_file = in DoLink() local 323 new PpapiMsg_PnaclTranslatorLink(ld_input_files, nexe_file, &success)); in DoLink()
|
D | pnacl_translate_thread.h | 46 base::File* nexe_file,
|
/external/cronet/components/nacl/browser/ |
D | nacl_process_host.h | 75 base::File nexe_file, 165 base::File nexe_file);
|
D | nacl_host_message_filter.cc | 260 base::PlatformFile nexe_file = in LaunchNaClContinuationOnUIThread() local 261 IPC::PlatformFileForTransitToPlatformFile(launch_params.nexe_file); in LaunchNaClContinuationOnUIThread() 264 GURL(launch_params.manifest_url), base::File(nexe_file), nexe_token, in LaunchNaClContinuationOnUIThread()
|
D | nacl_process_host.cc | 216 base::File nexe_file, in NaClProcessHost() argument 225 nexe_file_(std::move(nexe_file)), in NaClProcessHost() 798 params.nexe_file = in StartNaClFileResolved() 801 params.nexe_file = IPC::TakePlatformFileForTransit(std::move(nexe_file_)); in StartNaClFileResolved()
|
/external/cronet/components/nacl/loader/ |
D | nacl_listener.cc | 424 base::PlatformFile nexe_file = IPC::PlatformFileForTransitToPlatformFile( in OnStart() local 425 params.nexe_file); in OnStart() 427 args->nexe_desc = NaClDescCreateWithFilePathMetadata(nexe_file, in OnStart()
|