Searched refs:enable_crash_throttling (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/components/nacl/common/ |
D | nacl_types.cc | 28 enable_crash_throttling(false) { in NaClLaunchParams() 37 bool enable_crash_throttling) in NaClLaunchParams() argument 44 enable_crash_throttling(enable_crash_throttling) { in NaClLaunchParams() 54 enable_crash_throttling = l.enable_crash_throttling; in NaClLaunchParams()
|
D | nacl_types.h | 74 bool enable_crash_throttling); 84 bool enable_crash_throttling; member
|
D | nacl_host_messages.h | 29 IPC_STRUCT_TRAITS_MEMBER(enable_crash_throttling)
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | sel_ldr_launcher_chrome.cc | 27 bool enable_crash_throttling, in Start() argument 41 PP_FromBool(enable_crash_throttling), in Start()
|
D | service_runtime.h | 58 bool enable_crash_throttling) in SelLdrStartParams() 66 enable_crash_throttling(enable_crash_throttling) { in SelLdrStartParams() 75 bool enable_crash_throttling; member
|
D | nacl_entry_points.h | 27 PP_Bool enable_crash_throttling,
|
D | sel_ldr_launcher_chrome.h | 23 bool enable_crash_throttling,
|
D | plugin.h | 99 bool enable_crash_throttling,
|
D | service_runtime.cc | 586 params.enable_crash_throttling, in StartSelLdr()
|
D | plugin.cc | 381 bool enable_crash_throttling, in LoadNaClModule() argument 396 enable_crash_throttling); in LoadNaClModule()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 88 PP_Bool enable_crash_throttling,
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 88 PP_Bool enable_crash_throttling, in LaunchSelLdr() argument 127 PP_ToBool(enable_crash_throttling)), in LaunchSelLdr()
|
/external/chromium_org/components/nacl/browser/ |
D | nacl_process_host.h | 69 bool enable_crash_throttling,
|
D | nacl_host_message_filter.cc | 77 launch_params.enable_crash_throttling, in OnLaunchNaCl()
|
D | nacl_process_host.cc | 232 bool enable_crash_throttling, in NaClProcessHost() argument 250 enable_crash_throttling_(enable_crash_throttling), in NaClProcessHost()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 53 * The |enable_crash_throttling| flag indicates whether or not crashes of 64 [in] PP_Bool enable_crash_throttling,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2984 …ble_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* im… in Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr() argument 2986 …e_ppapi_dev, enable_dyncode_syscalls, enable_exception_handling, enable_crash_throttling, imc_hand… in Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr() 4875 …ble_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* im…
|