Searched defs:main_service_runtime (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h139 bool main_service_runtime,
179 bool main_service_runtime() const { return main_service_runtime_; } function in class:plugin::ServiceRuntime
H A Dservice_runtime.cc104 if (service_runtime_->main_service_runtime()) {
191 PP_FromBool(!service_runtime_->main_service_runtime()),
240 bool main_service_runtime,
245 main_service_runtime_(main_service_runtime),
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/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc280 PP_Bool main_service_runtime,
372 if (PP_ToBool(main_service_runtime)) {
411 bool report_exit_status = PP_ToBool(main_service_runtime);
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/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);
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,

Completed in 726 milliseconds