OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_VideoDecoder_Proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.h
19
class
PPP_VideoDecoder_Proxy
: public InterfaceProxy {
21
PPP_VideoDecoder_Proxy
(Dispatcher* dispatcher);
22
virtual ~
PPP_VideoDecoder_Proxy
();
47
DISALLOW_COPY_AND_ASSIGN(
PPP_VideoDecoder_Proxy
);
ppp_video_decoder_proxy.cc
81
return new
PPP_VideoDecoder_Proxy
(dispatcher);
86
PPP_VideoDecoder_Proxy
::
PPP_VideoDecoder_Proxy
(Dispatcher* dispatcher)
95
PPP_VideoDecoder_Proxy
::~
PPP_VideoDecoder_Proxy
() {
99
const InterfaceProxy::Info*
PPP_VideoDecoder_Proxy
::GetInfo() {
110
bool
PPP_VideoDecoder_Proxy
::OnMessageReceived(const IPC::Message& msg) {
115
IPC_BEGIN_MESSAGE_MAP(
PPP_VideoDecoder_Proxy
, msg)
130
void
PPP_VideoDecoder_Proxy
::OnMsgProvidePictureBuffers(
147
void
PPP_VideoDecoder_Proxy
::OnMsgDismissPictureBuffer
[
all
...]
interface_list.cc
288
AddPPP(
PPP_VideoDecoder_Proxy
::GetInfo());
Completed in 480 milliseconds