OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Instance
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ppapi/c/
ppb_instance.h
6
/* From
ppb_instance
.idl modified Fri Dec 07 12:57:46 2012. */
17
#define PPB_INSTANCE_INTERFACE_1_0 "
PPB_Instance
;1.0"
22
* This file defines the <code>
PPB_Instance
</code> interface implemented by the
33
* The
PPB_Instance
interface contains pointers to functions
80
typedef struct PPB_Instance_1_0
PPB_Instance
;
/external/chromium_org/ppapi/api/
ppb_instance.idl
7
* This file defines the <code>
PPB_Instance
</code> interface implemented by the
19
* The
PPB_Instance
interface contains pointers to functions
22
interface
PPB_Instance
{
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
25
#include "ppapi/c/
ppb_instance
.h"
54
const
PPB_Instance
* PSInterfaceInstance();
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
22
#include "ppapi/c/
ppb_instance
.h"
56
const
PPB_Instance
* PPBInstance();
get_browser_interface.cc
21
#include "ppapi/c/
ppb_instance
.h"
104
const
PPB_Instance
* PPBInstance() {
105
return reinterpret_cast<const
PPB_Instance
*>(
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
18
#include "ppapi/c/
ppb_instance
.h"
28
const
PPB_Instance
* g_instance_interface;
189
g_instance_interface = (const
PPB_Instance
*)
/external/chromium_org/ppapi/thunk/
interfaces_ppb_public_stable.h
29
PROXIED_API(
PPB_Instance
)
/external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c
18
#include "ppapi/c/
ppb_instance
.h"
28
PPB_Instance
* g_pInstance;
292
g_pInstance = (
PPB_Instance
*)PSGetInterface(PPB_INSTANCE_INTERFACE);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c
19
#include "ppapi/c/
ppb_instance
.h"
30
PPB_Instance
* g_pInstance;
291
g_pInstance = (
PPB_Instance
*)PSGetInterface(PPB_INSTANCE_INTERFACE);
Completed in 482 milliseconds