OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_VideoDecoder_Proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppb_video_decoder_proxy.h
18
class
PPB_VideoDecoder_Proxy
: public InterfaceProxy {
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
);
ppb_video_decoder_proxy.cc
47
friend class
PPB_VideoDecoder_Proxy
;
151
PPB_VideoDecoder_Proxy
::
PPB_VideoDecoder_Proxy
(Dispatcher* dispatcher)
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(
215
void
PPB_VideoDecoder_Proxy
::OnMsgCreate(
229
void
PPB_VideoDecoder_Proxy
::OnMsgDecode
[
all
...]
resource_creation_proxy.cc
461
return
PPB_VideoDecoder_Proxy
::CreateProxyResource(
Completed in 279 milliseconds