/external/chromium_org/components/nacl/common/ |
D | nacl_types.cc | 12 enable_exception_handling(false), in NaClStartParams() 27 enable_exception_handling(false), in NaClLaunchParams() 36 bool enable_exception_handling, in NaClLaunchParams() argument 43 enable_exception_handling(enable_exception_handling), in NaClLaunchParams() 53 enable_exception_handling = l.enable_exception_handling; in NaClLaunchParams()
|
D | nacl_types.h | 58 bool enable_exception_handling; member 73 bool enable_exception_handling, 83 bool enable_exception_handling; member
|
D | nacl_messages.h | 22 IPC_STRUCT_TRAITS_MEMBER(enable_exception_handling)
|
D | nacl_host_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(enable_exception_handling)
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | sel_ldr_launcher_chrome.cc | 26 bool enable_exception_handling, in Start() argument 40 PP_FromBool(enable_exception_handling), in Start()
|
D | service_runtime.h | 57 bool enable_exception_handling, in SelLdrStartParams() 65 enable_exception_handling(enable_exception_handling), in SelLdrStartParams() 74 bool enable_exception_handling; member
|
D | nacl_entry_points.h | 26 PP_Bool enable_exception_handling,
|
D | sel_ldr_launcher_chrome.h | 22 bool enable_exception_handling,
|
D | plugin.h | 98 bool enable_exception_handling,
|
D | service_runtime.cc | 585 params.enable_exception_handling, in StartSelLdr()
|
D | plugin.cc | 380 bool enable_exception_handling, in LoadNaClModule() argument 395 enable_exception_handling, in LoadNaClModule()
|
/external/chromium_org/components/nacl/loader/ |
D | nacl_listener.cc | 310 args->enable_exception_handling = params.enable_exception_handling; in OnStart()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 87 PP_Bool enable_exception_handling,
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 87 PP_Bool enable_exception_handling, in LaunchSelLdr() argument 126 PP_ToBool(enable_exception_handling), in LaunchSelLdr()
|
/external/chromium_org/components/nacl/browser/ |
D | nacl_process_host.h | 68 bool enable_exception_handling,
|
D | nacl_host_message_filter.cc | 76 launch_params.enable_exception_handling, in OnLaunchNaCl()
|
D | nacl_process_host.cc | 231 bool enable_exception_handling, in NaClProcessHost() argument 249 enable_exception_handling_(enable_exception_handling), in NaClProcessHost() 705 params.enable_exception_handling = enable_exception_handling_; in StartNaClExecution()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 51 * The |enable_exception_handling| flag indicates whether or not the nexe 63 [in] PP_Bool enable_exception_handling,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2984 …Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool… in Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr() argument 2986 …ses_irt, uses_ppapi, enable_ppapi_dev, enable_dyncode_syscalls, enable_exception_handling, enable_… in Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr() 4875 …Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool…
|