HomeSort by relevance Sort by last modified time
    Searched refs:PPB_VideoDecoder_Shared (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.cc 16 PPB_VideoDecoder_Shared::PPB_VideoDecoder_Shared(PP_Instance instance)
21 PPB_VideoDecoder_Shared::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::SetFlushCallback
    [all...]
ppb_video_decoder_shared.h 28 class PPAPI_SHARED_EXPORT PPB_VideoDecoder_Shared
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);
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 25 class PPB_VideoDecoder_Impl : public ppapi::PPB_VideoDecoder_Shared,
ppb_video_decoder_impl.cc 97 : PPB_VideoDecoder_Shared(instance), ppp_videodecoder_(NULL) {
229 ::ppapi::PPB_VideoDecoder_Shared::Destroy();
  /external/chromium_org/ppapi/proxy/
ppb_video_decoder_proxy.cc 26 class VideoDecoder : public PPB_VideoDecoder_Shared {
60 : PPB_VideoDecoder_Shared(decoder) {
65 PPB_VideoDecoder_Shared::Destroy();
131 PPB_VideoDecoder_Shared::Destroy();

Completed in 88 milliseconds