OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_VarArray
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
nacl_io_demo.h
22
extern
PPB_VarArray
* g_ppb_var_array;
nacl_io_demo.c
63
PPB_VarArray
* g_ppb_var_array = NULL;
466
GET_INTERFACE(g_ppb_var_array,
PPB_VarArray
, PPB_VAR_ARRAY_INTERFACE);
/external/chromium_org/ppapi/api/
ppb_var_array.idl
7
* This file defines the <code>
PPB_VarArray
</code> struct providing
16
interface
PPB_VarArray
{
/external/chromium_org/ppapi/c/
ppb_var_array.h
16
#define PPB_VAR_ARRAY_INTERFACE_1_0 "
PPB_VarArray
;1.0"
21
* This file defines the <code>
PPB_VarArray
</code> struct providing
89
typedef struct PPB_VarArray_1_0
PPB_VarArray
;
Completed in 741 milliseconds