Searched refs:enable_dyncode_syscalls (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/nacl/common/
H A Dnacl_types.cc19 enable_dyncode_syscalls(false),
33 enable_dyncode_syscalls(false),
47 bool enable_dyncode_syscalls,
58 enable_dyncode_syscalls(enable_dyncode_syscalls),
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.h69 bool enable_dyncode_syscalls; member in struct:nacl::NaClStartParams
93 bool enable_dyncode_syscalls,
110 bool enable_dyncode_syscalls; member in struct:nacl::NaClLaunchParams
H A Dnacl_host_messages.h31 IPC_STRUCT_TRAITS_MEMBER(enable_dyncode_syscalls)
H A Dnacl_messages.h29 IPC_STRUCT_TRAITS_MEMBER(enable_dyncode_syscalls)
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h41 bool enable_dyncode_syscalls,
48 enable_dyncode_syscalls(enable_dyncode_syscalls),
57 bool enable_dyncode_syscalls; 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
H A Dplugin.h88 bool enable_dyncode_syscalls,
H A Dplugin.cc121 bool enable_dyncode_syscalls,
139 enable_dyncode_syscalls,
208 false /* enable_dyncode_syscalls */,
327 true, /* enable_dyncode_syscalls */
366 false, /* enable_dyncode_syscalls */
119 LoadNaClModule(PP_NaClFileInfo file_info, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling, const pp::CompletionCallback& init_done_cb) argument
H A Dservice_runtime.cc403 PP_FromBool(params.enable_dyncode_syscalls),
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc420 args->enable_dyncode_syscalls = params.enable_dyncode_syscalls;
421 if (!params.enable_dyncode_syscalls) {
425 // We assume that !params.enable_dyncode_syscalls is synonymous
433 // instead of relying on enable_dyncode_syscalls.
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.h58 // enable_dyncode_syscalls: whether the launched process should allow dyncode
76 bool enable_dyncode_syscalls,
H A Dnacl_host_message_filter.cc188 launch_params.enable_dyncode_syscalls,
H A Dnacl_process_host.cc246 bool enable_dyncode_syscalls,
265 enable_dyncode_syscalls_(enable_dyncode_syscalls),
828 params.enable_dyncode_syscalls = enable_dyncode_syscalls_;
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/ppapi/c/private/
H A Dppb_nacl_private.h215 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
231 PP_Bool enable_dyncode_syscalls,
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl172 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
188 [in] PP_Bool enable_dyncode_syscalls,
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc287 PP_Bool enable_dyncode_syscalls,
359 PP_ToBool(enable_dyncode_syscalls),
427 // enable_dyncode_syscalls is true if and only if the plugin is a non-PNaCl
430 enable_dyncode_syscalls &&
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 198 milliseconds