OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceRuntime
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc
7
#define NACL_LOG_MODULE_NAME "Plugin::
ServiceRuntime
"
75
ServiceRuntime
* service_runtime,
303
"
ServiceRuntime
: StreamAsFile failed");
324
"
ServiceRuntime
: GetPnaclFd failed");
358
"
ServiceRuntime
: GetPnaclFd failed -- pnacl not "
626
ServiceRuntime
::
ServiceRuntime
(Plugin* plugin,
646
bool
ServiceRuntime
::InitCommunication(nacl::DescWrapper* nacl_desc,
648
NaClLog(4, "
ServiceRuntime
::InitCommunication"
655
"
ServiceRuntime
: command channel creation failed")
[
all
...]
service_runtime.h
48
class
ServiceRuntime
;
169
ServiceRuntime
* service_runtime,
238
ServiceRuntime
* service_runtime_;
250
//
ServiceRuntime
abstracts a NativeClient sel_ldr instance.
251
class
ServiceRuntime
{
255
ServiceRuntime
(Plugin* plugin,
261
~
ServiceRuntime
();
306
NACL_DISALLOW_COPY_AND_ASSIGN(
ServiceRuntime
);
Completed in 57 milliseconds