OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PPP_Class_Proxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
ppp_class_proxy.h
26
class
PPP_Class_Proxy
: public InterfaceProxy {
30
explicit
PPP_Class_Proxy
(Dispatcher* dispatcher);
31
virtual ~
PPP_Class_Proxy
();
94
DISALLOW_COPY_AND_ASSIGN(
PPP_Class_Proxy
);
ppp_class_proxy.cc
5
#include "ppapi/proxy/
ppp_class_proxy
.h"
205
//
PPP_Class_Proxy
-------------------------------------------------------------
207
PPP_Class_Proxy
::
PPP_Class_Proxy
(Dispatcher* dispatcher)
211
PPP_Class_Proxy
::~
PPP_Class_Proxy
() {
215
InterfaceProxy*
PPP_Class_Proxy
::Create(Dispatcher* dispatcher) {
216
return new
PPP_Class_Proxy
(dispatcher);
220
PP_Var
PPP_Class_Proxy
::CreateProxiedObject(const PPB_Var_Deprecated* var,
231
PP_Bool
PPP_Class_Proxy
::IsInstanceOf(const PPB_Var_Deprecated* ppb_var_impl
[
all
...]
Completed in 2501 milliseconds