Home
last modified time | relevance | path

Searched refs:PPB_VideoSource_Private (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/api/private/
Dppb_video_source_private.idl7 * This file defines the <code>PPB_VideoSource_Private</code> interface for a
17 * The <code>PPB_VideoSource_Private</code> interface contains pointers to
21 interface PPB_VideoSource_Private {
/external/chromium_org/ppapi/c/private/
Dppb_video_source_private.h112 typedef struct PPB_VideoSource_Private_0_1 PPB_VideoSource_Private; typedef
/external/chromium_org/ppapi/tests/
Dtest_video_source.h30 const PPB_VideoSource_Private* ppb_video_source_private_interface_;
Dtest_video_source.cc40 static_cast<const PPB_VideoSource_Private*>( in Init()