Searched refs:enable_crash_throttling (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/components/nacl/common/ |
D | nacl_types.cc | 28 enable_crash_throttling(false) { in NaClLaunchParams() 38 bool enable_crash_throttling) in NaClLaunchParams() argument 46 enable_crash_throttling(enable_crash_throttling) { in NaClLaunchParams() 57 enable_crash_throttling = l.enable_crash_throttling; in NaClLaunchParams()
|
D | nacl_types.h | 76 bool enable_crash_throttling); 87 bool enable_crash_throttling; member
|
D | nacl_host_messages.h | 30 IPC_STRUCT_TRAITS_MEMBER(enable_crash_throttling)
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | service_runtime.h | 50 bool enable_crash_throttling) in SelLdrStartParams() 56 enable_crash_throttling(enable_crash_throttling) { in SelLdrStartParams() 64 bool enable_crash_throttling; member
|
D | sel_ldr_launcher_chrome.cc | 28 bool enable_crash_throttling, in Start() argument 46 PP_FromBool(enable_crash_throttling), in Start()
|
D | sel_ldr_launcher_chrome.h | 27 bool enable_crash_throttling,
|
D | plugin.h | 88 bool enable_crash_throttling,
|
D | plugin.cc | 158 bool enable_crash_throttling, in LoadNaClModule() argument 175 enable_crash_throttling); in LoadNaClModule()
|
D | service_runtime.cc | 709 params.enable_crash_throttling, in StartSelLdr()
|
/external/chromium_org/components/nacl/browser/ |
D | nacl_process_host.h | 71 bool enable_crash_throttling,
|
D | nacl_host_message_filter.cc | 153 launch_params.enable_crash_throttling, in LaunchNaClContinuation()
|
D | nacl_process_host.cc | 259 bool enable_crash_throttling, in NaClProcessHost() argument 278 enable_crash_throttling_(enable_crash_throttling), in NaClProcessHost()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 262 PP_Bool enable_crash_throttling,
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 196 * The |enable_crash_throttling| flag indicates whether or not crashes of 209 [in] PP_Bool enable_crash_throttling,
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 261 PP_Bool enable_crash_throttling, in LaunchSelLdr() argument 318 PP_ToBool(enable_crash_throttling)), in LaunchSelLdr()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3282 …ble_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, const st… in Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr() argument 3284 …e_ppapi_dev, enable_dyncode_syscalls, enable_exception_handling, enable_crash_throttling, manifest… in Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr() 5226 …ble_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, const st…
|