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

  /external/chromium_org/components/nacl/common/
nacl_types.cc 16 enable_dyncode_syscalls(false) {
26 enable_dyncode_syscalls(false),
34 bool enable_dyncode_syscalls,
40 enable_dyncode_syscalls(enable_dyncode_syscalls),
49 enable_dyncode_syscalls = l.enable_dyncode_syscalls;
nacl_types.h 62 bool enable_dyncode_syscalls; member in struct:nacl::NaClStartParams
72 bool enable_dyncode_syscalls,
81 bool enable_dyncode_syscalls; member in struct:nacl::NaClLaunchParams
nacl_messages.h 26 IPC_STRUCT_TRAITS_MEMBER(enable_dyncode_syscalls)
nacl_host_messages.h 27 IPC_STRUCT_TRAITS_MEMBER(enable_dyncode_syscalls)
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.h 21 bool enable_dyncode_syscalls,
sel_ldr_launcher_chrome.cc 25 bool enable_dyncode_syscalls,
38 PP_FromBool(enable_dyncode_syscalls),
nacl_entry_points.h 25 PP_Bool enable_dyncode_syscalls,
service_runtime.h 58 bool enable_dyncode_syscalls,
65 enable_dyncode_syscalls(enable_dyncode_syscalls),
73 bool enable_dyncode_syscalls; member in struct:plugin::SelLdrStartParams
plugin.h 107 bool enable_dyncode_syscalls,
service_runtime.cc 737 params.enable_dyncode_syscalls,
plugin.cc 448 bool enable_dyncode_syscalls,
462 enable_dyncode_syscalls, local
534 false /* enable_dyncode_syscalls */,
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 62 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
72 PP_Bool enable_dyncode_syscalls,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 34 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
44 [in] PP_Bool enable_dyncode_syscalls,
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 312 args->enable_dyncode_syscalls = params.enable_dyncode_syscalls;
313 if (!params.enable_dyncode_syscalls) {
317 // We assume that !params.enable_dyncode_syscalls is synonymous
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.h 56 bool enable_dyncode_syscalls,
nacl_host_message_filter.cc 93 launch_params.enable_dyncode_syscalls,
nacl_process_host.cc 182 bool enable_dyncode_syscalls,
199 enable_dyncode_syscalls_(enable_dyncode_syscalls),
639 params.enable_dyncode_syscalls = enable_dyncode_syscalls_;
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 86 PP_Bool enable_dyncode_syscalls,
124 PP_ToBool(enable_dyncode_syscalls),
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 145 milliseconds