Searched refs:uses_nonsfi_mode (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/components/nacl/loader/sandbox_linux/
H A Dnacl_sandbox_linux.h56 // environment. |uses_nonsfi_mode| describes which seccomp-bpf policy is
58 void InitializeLayerTwoSandbox(bool uses_nonsfi_mode);
H A Dnacl_sandbox_linux.cc110 void NaClSandbox::InitializeLayerTwoSandbox(bool uses_nonsfi_mode) { argument
117 if (uses_nonsfi_mode) {
/external/chromium_org/components/nacl/common/
H A Dnacl_types.cc46 bool uses_nonsfi_mode,
57 uses_nonsfi_mode(uses_nonsfi_mode),
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.h92 bool uses_nonsfi_mode,
109 bool uses_nonsfi_mode; member in struct:nacl::NaClLaunchParams
H A Dnacl_host_messages.h30 IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode)
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.h50 bool* uses_nonsfi_mode,
71 bool* uses_nonsfi_mode,
H A Djson_manifest.cc425 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;
423 GetProgramURL(std::string* full_url, PP_PNaClOptions* pnacl_options, bool* uses_nonsfi_mode, ErrorInfo* error_info) const argument
610 GetURLFromISADictionary(const Json::Value& dictionary, const std::string& parent_key, std::string* url, PP_PNaClOptions* pnacl_options, bool* uses_nonsfi_mode, ErrorInfo* error_info) const argument
H A Dppb_nacl_private_impl.cc177 bool uses_nonsfi_mode; variable
181 &uses_nonsfi_mode,
285 PP_Bool uses_nonsfi_mode,
358 PP_ToBool(uses_nonsfi_mode),
1015 bool uses_nonsfi_mode;
1018 if (manifest->GetProgramURL(&full_url, pnacl_options, &uses_nonsfi_mode,
1021 *pp_uses_nonsfi_mode = PP_FromBool(uses_nonsfi_mode);
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/components/nacl/loader/
H A Dnacl_helper_linux.cc71 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,
69 BecomeNaClLoader(base::ScopedFD browser_fd, const NaClLoaderSystemInfo& system_info, bool uses_nonsfi_mode, nacl::NaClSandbox* nacl_sandbox) argument
123 ChildNaClLoaderInit(ScopedVector<base::ScopedFD> child_fds, const NaClLoaderSystemInfo& system_info, bool uses_nonsfi_mode, nacl::NaClSandbox* nacl_sandbox, const std::string& channel_id) argument
[all...]
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc120 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);
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
H A Dplugin.h87 bool uses_nonsfi_mode,
H A Dservice_runtime.h140 bool uses_nonsfi_mode,
H A Dservice_runtime.cc241 bool uses_nonsfi_mode,
246 uses_nonsfi_mode_(uses_nonsfi_mode),
238 ServiceRuntime(Plugin* plugin, PP_Instance pp_instance, bool main_service_runtime, bool uses_nonsfi_mode, pp::CompletionCallback init_done_cb) argument
/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h213 * 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/
H A Dppb_nacl_private.idl170 * 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/
H A Dnacl_process_host.h57 // uses_nonsfi_mode: whether the program should be loaded under non-SFI mode.
75 bool uses_nonsfi_mode,
H A Dnacl_host_message_filter.cc187 launch_params.uses_nonsfi_mode,
H A Dnacl_process_host.cc245 bool uses_nonsfi_mode,
263 uses_nonsfi_mode_(uses_nonsfi_mode),
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/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);
3593 static PP_Bool Pnacl_M25_PPB_NaCl_Private_GetManifestProgramURL(PP_Instance instance, struct PP_Var* full_url, struct PP_PNaClOptions* pnacl_options, PP_Bool* uses_nonsfi_mode) { argument
3595 return iface->GetManifestProgramURL(instance, full_url, pnacl_options, uses_nonsfi_mode);
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,
5494 .GetManifestProgramURL = (PP_Bool (*)(PP_Instance instance, struct PP_Var* full_url, struct PP_PNaClOptions* pnacl_options, PP_Bool* uses_nonsfi_mode))&Pnacl_M25_PPB_NaCl_Private_GetManifestProgramURL,

Completed in 490 milliseconds