OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluginReverseInterface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc
71
PluginReverseInterface
::
PluginReverseInterface
(
89
PluginReverseInterface
::~
PluginReverseInterface
() {
94
void
PluginReverseInterface
::ShutDown() {
95
NaClLog(4, "
PluginReverseInterface
::Shutdown: entered\n");
99
NaClLog(4, "
PluginReverseInterface
::Shutdown: broadcasted, exiting\n");
102
void
PluginReverseInterface
::Log(nacl::string message) {
106
NaClLog(4, "
PluginReverseInterface
::Log(%s)\n", message.c_str());
111
&plugin::
PluginReverseInterface
::Log_MainThreadContinuation
[
all
...]
service_runtime.h
164
class
PluginReverseInterface
: public nacl::ReverseInterface {
166
PluginReverseInterface
(nacl::WeakRefAnchor* anchor,
173
virtual ~
PluginReverseInterface
();
303
PluginReverseInterface
* rev_interface() const { return rev_interface_; }
317
PluginReverseInterface
* rev_interface_;
Completed in 38 milliseconds