OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_EXPORT
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/ppapi/c/trusted/
ppp_broker.h
20
// {PENDING: undefine
PP_EXPORT
?}
28
#define
PP_EXPORT
__attribute__ ((visibility("default")))
30
#define
PP_EXPORT
__declspec(dllexport)
79
PP_EXPORT
int32_t PPP_InitializeBroker(
92
PP_EXPORT
void PPP_ShutdownBroker();
/external/chromium_org/ppapi/c/
ppp.h
29
#define
PP_EXPORT
__attribute__ ((visibility("default")))
31
#define
PP_EXPORT
__declspec(dllexport)
34
/* {PENDING: undefine
PP_EXPORT
?} */
63
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module,
91
PP_EXPORT
void PPP_ShutdownModule(void);
124
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name);
/external/chromium_org/ppapi/api/trusted/
ppp_broker.idl
12
// {PENDING: undefine
PP_EXPORT
?}
20
#define
PP_EXPORT
__attribute__ ((visibility("default")))
22
#define
PP_EXPORT
__declspec(dllexport)
71
PP_EXPORT
int32_t PPP_InitializeBroker(
84
PP_EXPORT
void PPP_ShutdownBroker();
/external/chromium_org/ppapi/examples/stub/
stub.c
19
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
28
PP_EXPORT
void PPP_ShutdownModule() {
31
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_ppp_initialize.cc
15
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
21
PP_EXPORT
void PPP_ShutdownModule() {
26
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_get_ppp_instance_crash.cc
23
PP_EXPORT
void PPP_ShutdownModule() {
28
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_event_replay_crash.cc
20
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
26
PP_EXPORT
void PPP_ShutdownModule() {
60
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_ppp_initialize_crash.cc
20
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
28
PP_EXPORT
void PPP_ShutdownModule() {
67
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_ppp_instance_didcreate.cc
20
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
26
PP_EXPORT
void PPP_ShutdownModule() {
64
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_ppp_instance_didcreate_crash.cc
22
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
28
PP_EXPORT
void PPP_ShutdownModule() {
55
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_no_ppp_instance.cc
29
PP_EXPORT
void PPP_ShutdownModule() {
34
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_get_ppp_messaging_crash.cc
22
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
28
PP_EXPORT
void PPP_ShutdownModule() {
65
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
ppapi_bad_get_ppp_printing_crash.cc
22
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
28
PP_EXPORT
void PPP_ShutdownModule() {
65
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
/external/chromium_org/ppapi/api/
ppp.idl
18
#define
PP_EXPORT
__attribute__ ((visibility("default")))
20
#define
PP_EXPORT
__declspec(dllexport)
23
/* {PENDING: undefine
PP_EXPORT
?} */
52
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module,
80
PP_EXPORT
void PPP_ShutdownModule(void);
113
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name);
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
manifest_bad.cc
29
PP_EXPORT
void PPP_ShutdownModule() {
34
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
/external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc
34
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module_id,
48
PP_EXPORT
void PPP_ShutdownModule() {
53
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c
142
PP_EXPORT
int32_t
151
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
171
PP_EXPORT
void PPP_ShutdownModule() {}
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
183
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module module,
204
PP_EXPORT
void PPP_ShutdownModule() {
207
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
nacl_io_demo.c
355
PP_EXPORT
int32_t PPP_InitializeModule(PP_Module a_module_id,
364
PP_EXPORT
const void* PPP_GetInterface(const char* interface_name) {
383
PP_EXPORT
void PPP_ShutdownModule() {}
/external/chromium_org/ppapi/tests/
test_broker.cc
205
PP_EXPORT
int32_t PPP_InitializeBroker(
211
PP_EXPORT
void PPP_ShutdownBroker() {}
Completed in 132 milliseconds