HomeSort by relevance Sort by last modified time
    Searched defs:PPB_Buffer_Proxy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.h 49 class PPB_Buffer_Proxy : public InterfaceProxy {
51 explicit PPB_Buffer_Proxy(Dispatcher* dispatcher);
52 virtual ~PPB_Buffer_Proxy();
ppb_buffer_proxy.cc 5 #include "ppapi/proxy/ppb_buffer_proxy.h"
67 PPB_Buffer_Proxy::PPB_Buffer_Proxy(Dispatcher* dispatcher)
71 PPB_Buffer_Proxy::~PPB_Buffer_Proxy() {
75 PP_Resource PPB_Buffer_Proxy::CreateProxyResource(PP_Instance instance,
93 PP_Resource PPB_Buffer_Proxy::AddProxyResource(
100 bool PPB_Buffer_Proxy::OnMessageReceived(const IPC::Message& msg) {
102 IPC_BEGIN_MESSAGE_MAP(PPB_Buffer_Proxy, msg)
110 void PPB_Buffer_Proxy::OnMsgCreate
    [all...]

Completed in 862 milliseconds