Searched defs:enable_crash_throttling (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/nacl/common/
H A Dnacl_types.cc35 enable_crash_throttling(false) {
49 bool enable_crash_throttling)
60 enable_crash_throttling(enable_crash_throttling) {
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.h95 bool enable_crash_throttling);
112 bool enable_crash_throttling; member in struct:nacl::NaClLaunchParams
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h43 bool enable_crash_throttling)
50 enable_crash_throttling(enable_crash_throttling) {
59 bool enable_crash_throttling; 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.cc123 bool enable_crash_throttling,
141 enable_crash_throttling);
210 true /* enable_crash_throttling */);
329 false, /* enable_crash_throttling */
368 true, /* enable_crash_throttling */
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
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc248 bool enable_crash_throttling,
267 enable_crash_throttling_(enable_crash_throttling),
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.cc289 PP_Bool enable_crash_throttling,
361 PP_ToBool(enable_crash_throttling)),
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 8696 milliseconds