OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_Class_Proxy
(Results
1 - 4
of
4
) 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
...]
ppb_var_deprecated_proxy.cc
22
#include "ppapi/proxy/
ppp_class_proxy
.h"
508
*result =
PPP_Class_Proxy
::IsInstanceOf(ppb_var_impl_,
520
result.Return(dispatcher(),
PPP_Class_Proxy
::CreateProxiedObject(
interface_list.cc
117
#include "ppapi/proxy/
ppp_class_proxy
.h"
217
AddProxy(API_ID_PPP_CLASS, &
PPP_Class_Proxy
::Create);
Completed in 259 milliseconds