Searched defs:uses_irt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/nacl/common/
H A Dnacl_types.cc18 uses_irt(false),
32 uses_irt(false),
45 bool uses_irt,
56 uses_irt(uses_irt),
38 NaClLaunchParams( const std::string& manifest_url, const IPC::PlatformFileForTransit& nexe_file, uint64_t nexe_token_lo, uint64_t nexe_token_hi, int render_view_id, uint32 permission_bits, bool uses_irt, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling) argument
H A Dnacl_types.h68 bool uses_irt; member in struct:nacl::NaClStartParams
91 bool uses_irt,
108 bool uses_irt; member in struct:nacl::NaClLaunchParams
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h39 bool uses_irt,
46 uses_irt(uses_irt),
54 bool uses_irt; member in struct:plugin::SelLdrStartParams
37 SelLdrStartParams(const std::string& url, const PP_NaClFileInfo& file_info, bool uses_irt, bool uses_ppapi, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling) argument
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc244 bool uses_irt,
262 uses_irt_(uses_irt),
827 params.uses_irt = uses_irt_;
843 if (params.uses_irt) {
238 NaClProcessHost(const GURL& manifest_url, base::File nexe_file, const NaClFileToken& nexe_token, ppapi::PpapiPermissions permissions, int render_view_id, uint32 permission_bits, bool uses_irt, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling, bool off_the_record, const base::FilePath& profile_directory) argument
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc283 PP_Bool uses_irt,
357 PP_ToBool(uses_irt),
279 LaunchSelLdr(PP_Instance instance, PP_Bool main_service_runtime, const char* alleged_url, const PP_NaClFileInfo* nexe_file_info, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3458 static void Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr(PP_Instance instance, PP_Bool main_service_runtime, const char* alleged_url, const struct PP_NaClFileInfo* nexe_file_info, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, struct PP_CompletionCallback* callback) { argument
3460 iface->LaunchSelLdr(instance, main_service_runtime, alleged_url, nexe_file_info, uses_irt, uses_ppapi, uses_nonsfi_mode, enable_ppapi_dev, enable_dyncode_syscalls, enable_exception_handling, enable_crash_throttling, imc_handle, *callback);
5467 .LaunchSelLdr = (void (*)(PP_Instance instance, PP_Bool main_service_runtime, const char* alleged_url, const struct PP_NaClFileInfo* nexe_file_info, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr,

Completed in 182 milliseconds