OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_VideoSource_Private
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/api/private/
ppb_video_source_private.idl
7
* 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/
ppb_video_source_private.h
23
#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
111
typedef struct PPB_VideoSource_Private_0_1
PPB_VideoSource_Private
;
/external/chromium_org/ppapi/tests/
test_video_source.h
30
const
PPB_VideoSource_Private
* ppb_video_source_private_interface_;
test_video_source.cc
5
// Tests
PPB_VideoSource_Private
interface.
40
static_cast<const
PPB_VideoSource_Private
*>(
44
instance_->AppendError("
PPB_VideoSource_Private
interface not available");
Completed in 32 milliseconds