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

/external/chromium_org/ppapi/api/private/
H A 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/
H A Dppb_video_source_private.h23 #define PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1 "PPB_VideoSource_Private;0.1"
28 * This file defines the <code>PPB_VideoSource_Private</code> interface for a
39 * The <code>PPB_VideoSource_Private</code> interface contains pointers to
112 typedef struct PPB_VideoSource_Private_0_1 PPB_VideoSource_Private; typedef in typeref:struct:PPB_VideoSource_Private_0_1
/external/chromium_org/ppapi/tests/
H A Dtest_video_source.h30 const PPB_VideoSource_Private* ppb_video_source_private_interface_;
H A Dtest_video_source.cc5 // Tests PPB_VideoSource_Private interface.
40 static_cast<const PPB_VideoSource_Private*>(
44 instance_->AppendError("PPB_VideoSource_Private interface not available");

Completed in 81 milliseconds