OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_VideoDestination_Private
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/api/private/
ppb_video_destination_private.idl
7
* This file defines the <code>
PPB_VideoDestination_Private
</code> interface
17
* The <code>
PPB_VideoDestination_Private
</code> interface contains pointers to
21
interface
PPB_VideoDestination_Private
{
/external/chromium_org/ppapi/c/private/
ppb_video_destination_private.h
24
"
PPB_VideoDestination_Private
;0.1"
30
* This file defines the <code>
PPB_VideoDestination_Private
</code> interface
41
* The <code>
PPB_VideoDestination_Private
</code> interface contains pointers to
116
typedef struct PPB_VideoDestination_Private_0_1
PPB_VideoDestination_Private
;
/external/chromium_org/ppapi/tests/
test_video_destination.h
30
const
PPB_VideoDestination_Private
* ppb_video_destination_private_interface_;
test_video_destination.cc
5
// Tests
PPB_VideoDestination_Private
interface.
40
static_cast<const
PPB_VideoDestination_Private
*>(
45
"
PPB_VideoDestination_Private
interface not available");
Completed in 35 milliseconds