ServiceRuntime 26 ppapi/native_client/src/trusted/plugin/nacl_subprocess.h class ServiceRuntime; ServiceRuntime 34 ppapi/native_client/src/trusted/plugin/nacl_subprocess.h ServiceRuntime* service_runtime, ServiceRuntime 42 ppapi/native_client/src/trusted/plugin/nacl_subprocess.h ServiceRuntime* service_runtime() const { return service_runtime_.get(); } ServiceRuntime 43 ppapi/native_client/src/trusted/plugin/nacl_subprocess.h void set_service_runtime(ServiceRuntime* service_runtime) { ServiceRuntime 84 ppapi/native_client/src/trusted/plugin/nacl_subprocess.h nacl::scoped_ptr<ServiceRuntime> service_runtime_; ServiceRuntime 219 ppapi/native_client/src/trusted/plugin/plugin.cc ServiceRuntime* service_runtime = ServiceRuntime 220 ppapi/native_client/src/trusted/plugin/plugin.cc new ServiceRuntime(this, manifest, false, uses_nonsfi_mode_, ServiceRuntime 256 ppapi/native_client/src/trusted/plugin/plugin.cc ServiceRuntime* service_runtime, ServiceRuntime 270 ppapi/native_client/src/trusted/plugin/plugin.cc ServiceRuntime* service_runtime) { ServiceRuntime 298 ppapi/native_client/src/trusted/plugin/plugin.cc ServiceRuntime* service_runtime = ServiceRuntime 299 ppapi/native_client/src/trusted/plugin/plugin.cc new ServiceRuntime(this, manifest_.get(), true, uses_nonsfi_mode, ServiceRuntime 321 ppapi/native_client/src/trusted/plugin/plugin.cc ServiceRuntime* service_runtime, ServiceRuntime 225 ppapi/native_client/src/trusted/plugin/plugin.h ServiceRuntime* main_service_runtime() const { ServiceRuntime 256 ppapi/native_client/src/trusted/plugin/plugin.h ServiceRuntime* service_runtime, ServiceRuntime 263 ppapi/native_client/src/trusted/plugin/plugin.h ServiceRuntime* service_runtime); ServiceRuntime 267 ppapi/native_client/src/trusted/plugin/plugin.h ServiceRuntime* service_runtime, ServiceRuntime 75 ppapi/native_client/src/trusted/plugin/service_runtime.cc ServiceRuntime* service_runtime, ServiceRuntime 420 ppapi/native_client/src/trusted/plugin/service_runtime.cc ServiceRuntime::ServiceRuntime(Plugin* plugin, ServiceRuntime 443 ppapi/native_client/src/trusted/plugin/service_runtime.cc bool ServiceRuntime::SetupCommandChannel(ErrorInfo* error_info) { ServiceRuntime 455 ppapi/native_client/src/trusted/plugin/service_runtime.cc bool ServiceRuntime::LoadModule(nacl::DescWrapper* nacl_desc, ServiceRuntime 470 ppapi/native_client/src/trusted/plugin/service_runtime.cc bool ServiceRuntime::InitReverseService(ErrorInfo* error_info) { ServiceRuntime 518 ppapi/native_client/src/trusted/plugin/service_runtime.cc bool ServiceRuntime::StartModule(ErrorInfo* error_info) { ServiceRuntime 553 ppapi/native_client/src/trusted/plugin/service_runtime.cc void ServiceRuntime::StartSelLdr(const SelLdrStartParams& params, ServiceRuntime 572 ppapi/native_client/src/trusted/plugin/service_runtime.cc callback_factory_.NewCallback(&ServiceRuntime::StartSelLdrContinuation, ServiceRuntime 589 ppapi/native_client/src/trusted/plugin/service_runtime.cc void ServiceRuntime::StartSelLdrContinuation(int32_t pp_error, ServiceRuntime 611 ppapi/native_client/src/trusted/plugin/service_runtime.cc void ServiceRuntime::WaitForSelLdrStart() { ServiceRuntime 618 ppapi/native_client/src/trusted/plugin/service_runtime.cc void ServiceRuntime::SignalStartSelLdrDone() { ServiceRuntime 624 ppapi/native_client/src/trusted/plugin/service_runtime.cc bool ServiceRuntime::LoadNexeAndStart(nacl::DescWrapper* nacl_desc, ServiceRuntime 661 ppapi/native_client/src/trusted/plugin/service_runtime.cc SrpcClient* ServiceRuntime::SetupAppChannel() { ServiceRuntime 679 ppapi/native_client/src/trusted/plugin/service_runtime.cc bool ServiceRuntime::Log(int severity, const nacl::string& msg) { ServiceRuntime 688 ppapi/native_client/src/trusted/plugin/service_runtime.cc void ServiceRuntime::Shutdown() { ServiceRuntime 715 ppapi/native_client/src/trusted/plugin/service_runtime.cc ServiceRuntime::~ServiceRuntime() { ServiceRuntime 731 ppapi/native_client/src/trusted/plugin/service_runtime.cc void ServiceRuntime::set_exit_status(int exit_status) { ServiceRuntime 737 ppapi/native_client/src/trusted/plugin/service_runtime.cc nacl::string ServiceRuntime::GetCrashLogOutput() { ServiceRuntime 46 ppapi/native_client/src/trusted/plugin/service_runtime.h class ServiceRuntime; ServiceRuntime 144 ppapi/native_client/src/trusted/plugin/service_runtime.h ServiceRuntime* service_runtime, ServiceRuntime 196 ppapi/native_client/src/trusted/plugin/service_runtime.h ServiceRuntime* service_runtime_; ServiceRuntime 207 ppapi/native_client/src/trusted/plugin/service_runtime.h class ServiceRuntime { ServiceRuntime 211 ppapi/native_client/src/trusted/plugin/service_runtime.h ServiceRuntime(Plugin* plugin, ServiceRuntime 218 ppapi/native_client/src/trusted/plugin/service_runtime.h ~ServiceRuntime(); ServiceRuntime 260 ppapi/native_client/src/trusted/plugin/service_runtime.h NACL_DISALLOW_COPY_AND_ASSIGN(ServiceRuntime); ServiceRuntime 288 ppapi/native_client/src/trusted/plugin/service_runtime.h pp::CompletionCallbackFactory<ServiceRuntime> callback_factory_;