Searched refs:uses_irt (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/components/nacl/common/
H A Dnacl_types.cc15 uses_irt(false),
25 uses_irt(false),
34 bool uses_irt,
41 uses_irt(uses_irt),
51 uses_irt = l.uses_irt;
31 NaClLaunchParams(const std::string& manifest_url, int render_view_id, uint32 permission_bits, bool uses_irt, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling) argument
H A Dnacl_types.h61 bool uses_irt; member in struct:nacl::NaClStartParams
71 NaClLaunchParams(const std::string& u, int r, uint32 p, bool uses_irt,
81 bool uses_irt; member in struct:nacl::NaClLaunchParams
H A Dnacl_messages.h25 IPC_STRUCT_TRAITS_MEMBER(uses_irt)
H A Dnacl_host_messages.h26 IPC_STRUCT_TRAITS_MEMBER(uses_irt)
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsel_ldr_launcher_chrome.cc22 bool uses_irt,
36 PP_FromBool(uses_irt),
20 Start(PP_Instance instance, const char* url, bool uses_irt, bool uses_ppapi, bool enable_ppapi_dev, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling, nacl::string* error_message) argument
H A Dnacl_entry_points.h22 PP_Bool uses_irt,
H A Dsel_ldr_launcher_chrome.h18 bool uses_irt,
H A Dservice_runtime.h53 bool uses_irt,
61 uses_irt(uses_irt),
70 bool uses_irt; member in struct:plugin::SelLdrStartParams
51 SelLdrStartParams(const nacl::string& url, ErrorInfo* error_info, bool uses_irt, bool uses_ppapi, bool enable_dev_interfaces, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling) argument
H A Dservice_runtime.cc581 params.uses_irt,
/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h71 * The |uses_irt| flag indicates whether the IRT should be loaded in this
83 PP_Bool uses_irt,
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl47 * The |uses_irt| flag indicates whether the IRT should be loaded in this
59 [in] PP_Bool uses_irt,
/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.cc74 launch_params.uses_irt,
H A Dnacl_process_host.h52 // uses_irt: whether the launched process should use the IRT.
66 bool uses_irt,
H A Dnacl_process_host.cc229 bool uses_irt,
246 uses_irt_(uses_irt),
710 params.uses_irt = uses_irt_;
720 if (params.uses_irt) {
226 NaClProcessHost(const GURL& manifest_url, int render_view_id, uint32 permission_bits, bool uses_irt, 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/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc83 PP_Bool uses_irt,
124 PP_ToBool(uses_irt),
81 LaunchSelLdr(PP_Instance instance, const char* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, 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_Var* error_message) argument
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc279 if (params.uses_irt) {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2984 static PP_ExternalPluginResult Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr(PP_Instance instance, const char* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, 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_Var* error_message) { argument
2986 return iface->LaunchSelLdr(instance, alleged_url, uses_irt, uses_ppapi, enable_ppapi_dev, enable_dyncode_syscalls, enable_exception_handling, enable_crash_throttling, imc_handle, error_message);
4875 .LaunchSelLdr = (PP_ExternalPluginResult (*)(PP_Instance instance, const char* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, 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_Var* error_message))&Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr,

Completed in 1659 milliseconds