/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
D | ppapi_plugin_main.c | 15 PPP_GetInterface
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_entrypoints.h | 16 const void* PPP_GetInterface(const char* interface_name);
|
D | pepper_entrypoints.cc | 58 const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
D | ppapi_bad_ppp_initialize.cc | 26 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_get_ppp_instance_crash.cc | 28 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_no_ppp_instance.cc | 34 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_ppp_instance_didcreate_crash.cc | 55 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_event_replay_crash.cc | 60 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_ppp_initialize_crash.cc | 67 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_ppp_instance_didcreate.cc | 64 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_get_ppp_printing_crash.cc | 65 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
D | ppapi_bad_get_ppp_messaging_crash.cc | 65 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/ppapi/examples/stub/ |
D | stub.c | 31 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/ |
D | manifest_bad.cc | 34 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/ppapi/c/ |
D | ppp.h | 124 PP_EXPORT const void* PPP_GetInterface(const char* interface_name);
|
/external/chromium_org/ppapi/cpp/ |
D | ppp_entrypoints.cc | 53 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | native-client-modules.rst | 39 * The functions ``PPP_InitializeModule`` and ``PPP_GetInterface`` 45 function ``PPP_GetInterface`` returns the appropriate struct for the interface. 86 // Define PPP_GetInterface. 90 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | shim_ppapi.c | 133 __set_real_Pnacl_PPPGetInterface(user_start_functions.PPP_GetInterface); in wrap_ppapi_start()
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/ |
D | test_runner_ppapi.c | 150 const void *PPP_GetInterface(const char *interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
D | module_instance.cc | 155 const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/ppapi/api/ |
D | ppp.idl | 91 * PPP_GetInterface() is called by the browser to query the module for 113 PP_EXPORT const void* PPP_GetInterface(const char* interface_name);
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
D | debugging.c | 151 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium/chrome/common/ |
D | chrome_content_client.cc | 104 info.internal_entry_points.get_interface = remoting::PPP_GetInterface; in ComputeBuiltInPlugins()
|
/external/chromium_org/ppapi/examples/2d/ |
D | graphics_2d_example.c | 207 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
D | nacl_io_demo.c | 364 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|