OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_Instance_Proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppp_instance_proxy.h
28
class
PPP_Instance_Proxy
: public InterfaceProxy {
30
explicit
PPP_Instance_Proxy
(Dispatcher* dispatcher);
31
virtual ~
PPP_Instance_Proxy
();
ppp_instance_proxy.cc
5
#include "ppapi/proxy/
ppp_instance_proxy
.h"
107
PPP_Instance_Proxy
::
PPP_Instance_Proxy
(Dispatcher* dispatcher)
124
PPP_Instance_Proxy
::~
PPP_Instance_Proxy
() {
129
const PPP_Instance*
PPP_Instance_Proxy
::GetInstanceInterface() {
134
bool
PPP_Instance_Proxy
::OnMessageReceived(const IPC::Message& msg) {
139
IPC_BEGIN_MESSAGE_MAP(
PPP_Instance_Proxy
, msg)
155
void
PPP_Instance_Proxy
::OnPluginMsgDidCreate(
189
void
PPP_Instance_Proxy
::OnPluginMsgDidDestroy(PP_Instance instance)
[
all
...]
interface_list.cc
121
#include "ppapi/proxy/
ppp_instance_proxy
.h"
276
AddProxy(API_ID_PPP_INSTANCE, &ProxyFactory<
PPP_Instance_Proxy
>);
279
PPP_Instance_Proxy
::GetInstanceInterface());
Completed in 56 milliseconds