Searched refs:PPP_ShutdownModule (Results 1 - 21 of 21) sorted by last modified time

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dnacl_io_demo.c491 PP_EXPORT void PPP_ShutdownModule() { function
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Ddebugging.c171 PP_EXPORT void PPP_ShutdownModule() {} function
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
H A Dppapi_main.c16 void (*PPP_ShutdownModule)(); member in struct:PP_StartFunctions
63 PPP_ShutdownModule,
/external/chromium_org/ppapi/api/
H A Dppp.idl64 * PPP_ShutdownModule() is <strong>sometimes</strong> called before the module
80 PP_EXPORT void PPP_ShutdownModule(void);
132 * Defines the type of the <code>PPP_ShutdownModule</code> function.
137 * Defines the type of the <code>PPP_ShutdownModule</code> function.
/external/chromium_org/ppapi/c/
H A Dppp.h75 * PPP_ShutdownModule() is <strong>sometimes</strong> called before the module
91 PP_EXPORT void PPP_ShutdownModule(void);
146 * Defines the type of the <code>PPP_ShutdownModule</code> function.
151 * Defines the type of the <code>PPP_ShutdownModule</code> function.
/external/chromium_org/ppapi/cpp/
H A Dppp_entrypoints.cc48 PP_EXPORT void PPP_ShutdownModule() { function
/external/chromium_org/ppapi/examples/2d/
H A Dgraphics_2d_example.c204 PP_EXPORT void PPP_ShutdownModule() { function
/external/chromium_org/ppapi/examples/stub/
H A Dstub.c28 PP_EXPORT void PPP_ShutdownModule() { function
/external/chromium_org/ppapi/nacl_irt/
H A Dirt_ppapi.cc30 void PPP_ShutdownModule(void) { function
31 g_pp_functions.PPP_ShutdownModule();
/external/chromium_org/ppapi/nacl_irt/public/
H A Dirt_ppapi.h17 void (*PPP_ShutdownModule)(void); member in struct:PP_StartFunctions
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dppapi_entrypoints.cc28 void PPP_ShutdownModule() { function in namespace:nacl_plugin
H A Dppapi_entrypoints.h17 void PPP_ShutdownModule();
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_plugin_main.c14 PPP_ShutdownModule,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dirt_shim_ppapi.c37 (*g_user_start_functions.PPP_ShutdownModule)();
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
H A Dtest_runner_ppapi.c140 void PPP_ShutdownModule(void) { function
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dmodule_instance.cc152 void PPP_ShutdownModule() { function
/external/chromium_org/remoting/client/plugin/
H A Dpepper_entrypoints.cc44 void PPP_ShutdownModule() { function in namespace:remoting
H A Dpepper_entrypoints.h15 void PPP_ShutdownModule();
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.cc71 nacl_plugin::PPP_ShutdownModule;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_ppapi.cc38 void PPP_ShutdownModule(void) { function
39 nacl::nonsfi::g_pp_functions.PPP_ShutdownModule();
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc191 nacl_plugin::PPP_ShutdownModule;
323 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule;

Completed in 361 milliseconds