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),
35 bool enable_dyncode_syscalls,
42 enable_dyncode_syscalls(enable_dyncode_syscalls),
52 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,
82 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.cc 25 bool enable_dyncode_syscalls,
39 PP_FromBool(enable_dyncode_syscalls),
nacl_entry_points.h 25 PP_Bool enable_dyncode_syscalls,
sel_ldr_launcher_chrome.h 21 bool enable_dyncode_syscalls,
service_runtime.h 56 bool enable_dyncode_syscalls,
64 enable_dyncode_syscalls(enable_dyncode_syscalls),
73 bool enable_dyncode_syscalls; member in struct:plugin::SelLdrStartParams
plugin.h 97 bool enable_dyncode_syscalls,
service_runtime.cc 584 params.enable_dyncode_syscalls,
plugin.cc 379 bool enable_dyncode_syscalls,
394 enable_dyncode_syscalls, local
467 false /* enable_dyncode_syscalls */,
825 true, /* enable_dyncode_syscalls */
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 73 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
86 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/components/nacl/browser/
nacl_process_host.h 53 // enable_dyncode_syscalls: whether the launched process should allow dyncode
67 bool enable_dyncode_syscalls,
nacl_host_message_filter.cc 75 launch_params.enable_dyncode_syscalls,
nacl_process_host.cc 230 bool enable_dyncode_syscalls,
248 enable_dyncode_syscalls_(enable_dyncode_syscalls),
711 params.enable_dyncode_syscalls = enable_dyncode_syscalls_;
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 49 * The |enable_dyncode_syscalls| flag indicates whether or not the nexe
62 [in] PP_Bool enable_dyncode_syscalls,
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 86 PP_Bool enable_dyncode_syscalls,
125 PP_ToBool(enable_dyncode_syscalls),
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 227 milliseconds