/external/chromium_org/components/nacl/loader/nonsfi/ |
D | irt_ppapi.cc | 42 const void *PPP_GetInterface(const char *interface_name) { in PPP_GetInterface() function 43 return nacl::nonsfi::g_pp_functions.PPP_GetInterface(interface_name); in PPP_GetInterface()
|
/external/chromium_org/ppapi/nacl_irt/ |
D | irt_ppapi.cc | 34 const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function 35 return g_pp_functions.PPP_GetInterface(interface_name); in PPP_GetInterface()
|
D | ppapi_dispatcher.cc | 192 new proxy::PluginDispatcher(::PPP_GetInterface, args.permissions, in OnMsgInitializeNaClDispatcher()
|
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/ |
D | ppapi_main.c | 17 const void* (*PPP_GetInterface)(const char* interface_name); member 64 PPP_GetInterface
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
D | ppapi_plugin_main.c | 15 PPP_GetInterface
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | ppapi_entrypoints.h | 16 const void* PPP_GetInterface(const char* interface_name);
|
D | ppapi_entrypoints.cc | 33 const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_entrypoints.h | 16 const void* PPP_GetInterface(const char* interface_name);
|
D | pepper_entrypoints.cc | 49 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/nacl_irt/public/ |
D | irt_ppapi.h | 18 const void* (*PPP_GetInterface)(const char* interface_name); member
|
/external/chromium_org/ppapi/c/ |
D | ppp.h | 124 PP_EXPORT const void* PPP_GetInterface(const char* interface_name);
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | irt_shim_ppapi.c | 67 __set_real_Pnacl_PPPGetInterface(g_user_start_functions.PPP_GetInterface); in irt_shim_ppapi_start()
|
/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/tests/nacl_browser/inbrowser_test_runner/ |
D | test_runner_ppapi.c | 143 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);
|
D | ppp_message_handler.idl | 23 * This interface struct should not be returned by PPP_GetInterface; instead it
|
/external/chromium_org/extensions/shell/common/ |
D | shell_content_client.cc | 67 nacl.internal_entry_points.get_interface = nacl_plugin::PPP_GetInterface; in AddPepperPlugins()
|
/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_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/chrome/common/ |
D | chrome_content_client.cc | 187 nacl.internal_entry_points.get_interface = nacl_plugin::PPP_GetInterface; in ComputeBuiltInPlugins() 320 info.internal_entry_points.get_interface = remoting::PPP_GetInterface; in ComputeBuiltInPlugins()
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
D | nacl_io_demo.c | 472 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface() function
|