Searched refs:PPB_VideoDecoder_Proxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppb_video_decoder_proxy.h18 class PPB_VideoDecoder_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
20 PPB_VideoDecoder_Proxy(Dispatcher* dispatcher);
21 virtual ~PPB_VideoDecoder_Proxy();
70 ProxyCompletionCallbackFactory<PPB_VideoDecoder_Proxy> callback_factory_;
72 DISALLOW_COPY_AND_ASSIGN(PPB_VideoDecoder_Proxy);
H A Dppb_video_decoder_proxy.cc47 friend class PPB_VideoDecoder_Proxy;
151 PPB_VideoDecoder_Proxy::PPB_VideoDecoder_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPB_VideoDecoder_Proxy
156 PPB_VideoDecoder_Proxy::~PPB_VideoDecoder_Proxy() {
159 bool PPB_VideoDecoder_Proxy::OnMessageReceived(const IPC::Message& msg) {
164 IPC_BEGIN_MESSAGE_MAP(PPB_VideoDecoder_Proxy, msg)
185 PP_Resource PPB_VideoDecoder_Proxy::CreateProxyResource(
218 void PPB_VideoDecoder_Proxy::OnMsgCreate(
232 void PPB_VideoDecoder_Proxy
[all...]
H A Dresource_creation_proxy.cc483 return PPB_VideoDecoder_Proxy::CreateProxyResource(

Completed in 1638 milliseconds