Searched defs:PPP_VideoDecoder_Proxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppp_video_decoder_proxy.h19 class PPP_VideoDecoder_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
21 PPP_VideoDecoder_Proxy(Dispatcher* dispatcher);
22 virtual ~PPP_VideoDecoder_Proxy();
47 DISALLOW_COPY_AND_ASSIGN(PPP_VideoDecoder_Proxy);
H A Dppp_video_decoder_proxy.cc80 PPP_VideoDecoder_Proxy::PPP_VideoDecoder_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPP_VideoDecoder_Proxy
89 PPP_VideoDecoder_Proxy::~PPP_VideoDecoder_Proxy() {
93 const PPP_VideoDecoder_Dev* PPP_VideoDecoder_Proxy::GetProxyInterface() {
97 bool PPP_VideoDecoder_Proxy::OnMessageReceived(const IPC::Message& msg) {
102 IPC_BEGIN_MESSAGE_MAP(PPP_VideoDecoder_Proxy, msg)
117 void PPP_VideoDecoder_Proxy::OnMsgProvidePictureBuffers(
134 void PPP_VideoDecoder_Proxy::OnMsgDismissPictureBuffer(
146 void PPP_VideoDecoder_Proxy
[all...]

Completed in 679 milliseconds