HomeSort by relevance Sort by last modified time
    Searched refs:enable_crash_throttling (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/components/nacl/common/
nacl_types.cc 28 enable_crash_throttling(false) {
37 bool enable_crash_throttling)
44 enable_crash_throttling(enable_crash_throttling) {
54 enable_crash_throttling = l.enable_crash_throttling;
nacl_types.h 74 bool enable_crash_throttling);
84 bool enable_crash_throttling; member in struct:nacl::NaClLaunchParams
nacl_host_messages.h 29 IPC_STRUCT_TRAITS_MEMBER(enable_crash_throttling)
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.cc 27 bool enable_crash_throttling,
41 PP_FromBool(enable_crash_throttling),
nacl_entry_points.h 27 PP_Bool enable_crash_throttling,
sel_ldr_launcher_chrome.h 23 bool enable_crash_throttling,
service_runtime.h 58 bool enable_crash_throttling)
66 enable_crash_throttling(enable_crash_throttling) {
75 bool enable_crash_throttling; member in struct:plugin::SelLdrStartParams
plugin.h 99 bool enable_crash_throttling,
service_runtime.cc 586 params.enable_crash_throttling,
plugin.cc 381 bool enable_crash_throttling,
396 enable_crash_throttling); local
469 true /* enable_crash_throttling */);
827 false, /* enable_crash_throttling */
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 77 * The |enable_crash_throttling| flag indicates whether or not crashes of
88 PP_Bool enable_crash_throttling,
  /external/chromium_org/components/nacl/browser/
nacl_process_host.h 57 // enable_crash_throttling: whether a crash of this process contributes
69 bool enable_crash_throttling,
nacl_host_message_filter.cc 77 launch_params.enable_crash_throttling,
nacl_process_host.cc 232 bool enable_crash_throttling,
250 enable_crash_throttling_(enable_crash_throttling),
    [all...]
  /external/chromium_org/ppapi/api/private/
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/components/nacl/renderer/
ppb_nacl_private_impl.cc 88 PP_Bool enable_crash_throttling,
127 PP_ToBool(enable_crash_throttling)),
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 2368 milliseconds