PPP_Class_Proxy   219 ppapi/proxy/interface_list.cc   AddProxy(API_ID_PPP_CLASS, &PPP_Class_Proxy::Create);
PPP_Class_Proxy   496 ppapi/proxy/ppb_var_deprecated_proxy.cc   *result = PPP_Class_Proxy::IsInstanceOf(ppb_var_impl_,
PPP_Class_Proxy   508 ppapi/proxy/ppb_var_deprecated_proxy.cc   result.Return(dispatcher(), PPP_Class_Proxy::CreateProxiedObject(
PPP_Class_Proxy   207 ppapi/proxy/ppp_class_proxy.cc PPP_Class_Proxy::PPP_Class_Proxy(Dispatcher* dispatcher)
PPP_Class_Proxy   211 ppapi/proxy/ppp_class_proxy.cc PPP_Class_Proxy::~PPP_Class_Proxy() {
PPP_Class_Proxy   215 ppapi/proxy/ppp_class_proxy.cc InterfaceProxy* PPP_Class_Proxy::Create(Dispatcher* dispatcher) {
PPP_Class_Proxy   216 ppapi/proxy/ppp_class_proxy.cc   return new PPP_Class_Proxy(dispatcher);
PPP_Class_Proxy   220 ppapi/proxy/ppp_class_proxy.cc PP_Var PPP_Class_Proxy::CreateProxiedObject(const PPB_Var_Deprecated* var,
PPP_Class_Proxy   231 ppapi/proxy/ppp_class_proxy.cc PP_Bool PPP_Class_Proxy::IsInstanceOf(const PPB_Var_Deprecated* ppb_var_impl,
PPP_Class_Proxy   248 ppapi/proxy/ppp_class_proxy.cc bool PPP_Class_Proxy::OnMessageReceived(const IPC::Message& msg) {
PPP_Class_Proxy   253 ppapi/proxy/ppp_class_proxy.cc   IPC_BEGIN_MESSAGE_MAP(PPP_Class_Proxy, msg)
PPP_Class_Proxy   275 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgHasProperty(int64 ppp_class, int64 object,
PPP_Class_Proxy   287 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgHasMethod(int64 ppp_class, int64 object,
PPP_Class_Proxy   299 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgGetProperty(int64 ppp_class, int64 object,
PPP_Class_Proxy   311 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgEnumerateProperties(
PPP_Class_Proxy   321 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgSetProperty(int64 ppp_class, int64 object,
PPP_Class_Proxy   332 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgRemoveProperty(int64 ppp_class, int64 object,
PPP_Class_Proxy   342 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgCall(
PPP_Class_Proxy   357 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgConstruct(
PPP_Class_Proxy   371 ppapi/proxy/ppp_class_proxy.cc void PPP_Class_Proxy::OnMsgDeallocate(int64 ppp_class, int64 object) {
PPP_Class_Proxy   379 ppapi/proxy/ppp_class_proxy.cc bool PPP_Class_Proxy::ValidateUserData(int64 ppp_class, int64 class_data,
PPP_Class_Proxy    26 ppapi/proxy/ppp_class_proxy.h class PPP_Class_Proxy : public InterfaceProxy {
PPP_Class_Proxy    30 ppapi/proxy/ppp_class_proxy.h   explicit PPP_Class_Proxy(Dispatcher* dispatcher);
PPP_Class_Proxy    31 ppapi/proxy/ppp_class_proxy.h   virtual ~PPP_Class_Proxy();
PPP_Class_Proxy    94 ppapi/proxy/ppp_class_proxy.h   DISALLOW_COPY_AND_ASSIGN(PPP_Class_Proxy);