OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Testing_Proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppb_testing_proxy.h
23
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
);
ppb_testing_proxy.cc
5
#include "ppapi/proxy/
ppb_testing_proxy
.h"
144
PPB_Testing_Proxy
::
PPB_Testing_Proxy
(Dispatcher* dispatcher)
153
PPB_Testing_Proxy
::~
PPB_Testing_Proxy
() {
157
const PPB_Testing_Private*
PPB_Testing_Proxy
::GetProxyInterface() {
161
bool
PPB_Testing_Proxy
::OnMessageReceived(const IPC::Message& msg) {
166
IPC_BEGIN_MESSAGE_MAP(
PPB_Testing_Proxy
, msg)
181
void
PPB_Testing_Proxy
::OnMsgReadImageData(
190
void
PPB_Testing_Proxy
::OnMsgRunMessageLoop(PP_Instance instance)
[
all
...]
interface_list.cc
112
#include "ppapi/proxy/
ppb_testing_proxy
.h"
270
AddProxy(API_ID_PPB_TESTING, &ProxyFactory<
PPB_Testing_Proxy
>);
272
PPB_Testing_Proxy
::GetProxyInterface(), PERMISSION_TESTING);
Completed in 33 milliseconds