Home
last modified time | relevance | path

Searched refs:PPB_Testing_Proxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppb_testing_proxy.cc150 PPB_Testing_Proxy::PPB_Testing_Proxy(Dispatcher* dispatcher) in PPB_Testing_Proxy() function in ppapi::proxy::PPB_Testing_Proxy
159 PPB_Testing_Proxy::~PPB_Testing_Proxy() { in ~PPB_Testing_Proxy()
163 const PPB_Testing_Private* PPB_Testing_Proxy::GetProxyInterface() { in GetProxyInterface()
167 bool PPB_Testing_Proxy::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()
172 IPC_BEGIN_MESSAGE_MAP(PPB_Testing_Proxy, msg) in OnMessageReceived()
187 void PPB_Testing_Proxy::OnMsgReadImageData( in OnMsgReadImageData()
196 void PPB_Testing_Proxy::OnMsgRunMessageLoop(PP_Instance instance) { in OnMsgRunMessageLoop()
200 void PPB_Testing_Proxy::OnMsgQuitMessageLoop(PP_Instance instance) { in OnMsgQuitMessageLoop()
204 void PPB_Testing_Proxy::OnMsgGetLiveObjectsForInstance(PP_Instance instance, in OnMsgGetLiveObjectsForInstance()
209 void PPB_Testing_Proxy::OnMsgSimulateInputEvent( in OnMsgSimulateInputEvent()
[all …]
Dppb_testing_proxy.h23 class PPB_Testing_Proxy : public InterfaceProxy {
25 PPB_Testing_Proxy(Dispatcher* dispatcher);
26 virtual ~PPB_Testing_Proxy();
51 DISALLOW_COPY_AND_ASSIGN(PPB_Testing_Proxy);
Dinterface_list.cc281 AddProxy(API_ID_PPB_TESTING, &ProxyFactory<PPB_Testing_Proxy>); in InterfaceList()
283 PPB_Testing_Proxy::GetProxyInterface(), PERMISSION_TESTING); in InterfaceList()