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

/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.cc16 PPB_VideoDecoder_Shared::PPB_VideoDecoder_Shared(PP_Instance instance) function in class:ppapi::PPB_VideoDecoder_Shared
21 PPB_VideoDecoder_Shared::PPB_VideoDecoder_Shared( function in class:ppapi::PPB_VideoDecoder_Shared
27 PPB_VideoDecoder_Shared::~PPB_VideoDecoder_Shared() {
33 PPB_VideoDecoder_Shared::AsPPB_VideoDecoder_Dev_API() {
37 void PPB_VideoDecoder_Shared::InitCommon(
47 void PPB_VideoDecoder_Shared::Destroy() {
56 bool PPB_VideoDecoder_Shared
[all...]
H A Dppb_video_decoder_shared.h28 class PPAPI_SHARED_EXPORT PPB_VideoDecoder_Shared class in namespace:ppapi
32 explicit PPB_VideoDecoder_Shared(PP_Instance instance);
33 explicit PPB_VideoDecoder_Shared(const HostResource& host_resource);
34 virtual ~PPB_VideoDecoder_Shared();
79 DISALLOW_COPY_AND_ASSIGN(PPB_VideoDecoder_Shared);

Completed in 955 milliseconds