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

  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.h 56 // environment. |uses_nonsfi_mode| describes which seccomp-bpf policy is
58 void InitializeLayerTwoSandbox(bool uses_nonsfi_mode);
nacl_sandbox_linux.cc 110 void NaClSandbox::InitializeLayerTwoSandbox(bool uses_nonsfi_mode) {
117 if (uses_nonsfi_mode) {
  /external/chromium_org/components/nacl/common/
nacl_types.cc 46 bool uses_nonsfi_mode,
57 uses_nonsfi_mode(uses_nonsfi_mode),
nacl_types.h 92 bool uses_nonsfi_mode,
109 bool uses_nonsfi_mode; member in struct:nacl::NaClLaunchParams
nacl_host_messages.h 30 IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode)
  /external/chromium_org/components/nacl/renderer/
json_manifest.h 50 bool* uses_nonsfi_mode,
71 bool* uses_nonsfi_mode,
json_manifest.cc 425 bool* uses_nonsfi_mode,
430 CHECK(uses_nonsfi_mode);
439 uses_nonsfi_mode,
592 bool uses_nonsfi_mode; local
595 pnacl_options, &uses_nonsfi_mode,
614 bool* uses_nonsfi_mode,
632 *uses_nonsfi_mode = false;
640 *uses_nonsfi_mode = true;
ppb_nacl_private_impl.cc 177 bool uses_nonsfi_mode; variable
181 &uses_nonsfi_mode,
285 PP_Bool uses_nonsfi_mode,
358 PP_ToBool(uses_nonsfi_mode),
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 71 bool uses_nonsfi_mode,
78 if (uses_nonsfi_mode) {
102 nacl_sandbox->InitializeLayerTwoSandbox(uses_nonsfi_mode);
110 if (uses_nonsfi_mode) {
125 bool uses_nonsfi_mode,
145 browser_fd.Pass(), system_info, uses_nonsfi_mode, nacl_sandbox);
157 bool uses_nonsfi_mode; local
158 if (!input_iter->ReadBool(&uses_nonsfi_mode)) {
159 LOG(ERROR) << "Could not read uses_nonsfi_mode status";
184 uses_nonsfi_mode,
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 120 bool uses_nonsfi_mode,
144 this, pp_instance(), true, uses_nonsfi_mode, init_done_cb);
365 false, /* uses_nonsfi_mode */
393 PP_Bool uses_nonsfi_mode; local
395 pp_instance(), &pp_program_url, &pnacl_options, &uses_nonsfi_mode)) {
400 uses_nonsfi_mode_ = PP_ToBool(uses_nonsfi_mode);
plugin.h 87 bool uses_nonsfi_mode,
service_runtime.h 140 bool uses_nonsfi_mode,
service_runtime.cc 241 bool uses_nonsfi_mode,
246 uses_nonsfi_mode_(uses_nonsfi_mode),
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 213 * The |uses_nonsfi_mode| flag indicates whether or not nonsfi-mode should
229 PP_Bool uses_nonsfi_mode,
345 PP_Bool* uses_nonsfi_mode);
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 170 * The |uses_nonsfi_mode| flag indicates whether or not nonsfi-mode should
186 [in] PP_Bool uses_nonsfi_mode,
331 [out] PP_Bool uses_nonsfi_mode);
  /external/chromium_org/components/nacl/browser/
nacl_process_host.h 57 // uses_nonsfi_mode: whether the program should be loaded under non-SFI mode.
75 bool uses_nonsfi_mode,
nacl_host_message_filter.cc 187 launch_params.uses_nonsfi_mode,
nacl_process_host.cc 245 bool uses_nonsfi_mode,
263 uses_nonsfi_mode_(uses_nonsfi_mode),
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 3561 milliseconds