Home
last modified time | relevance | path

Searched refs:PPP_Instance (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
Dppapi_bad_ppp_instance_didcreate_crash.cc43 const PPP_Instance instance_interface = {
Dppapi_bad_event_replay_crash.cc50 const PPP_Instance instance_interface = {
Dppapi_bad_ppp_initialize_crash.cc57 const PPP_Instance instance_interface = {
Dppapi_bad_ppp_instance_didcreate.cc54 const PPP_Instance instance_interface = {
Dppapi_bad_get_ppp_printing_crash.cc55 const PPP_Instance instance_interface = {
Dppapi_bad_get_ppp_messaging_crash.cc55 const PPP_Instance instance_interface = {
/external/chromium_org/ppapi/c/
Dppp_instance.h178 typedef struct PPP_Instance_1_1 PPP_Instance; typedef
/external/chromium_org/ppapi/proxy/
Dppp_instance_proxy.h33 static const PPP_Instance* GetInstanceInterface();
Dplugin_dispatcher_unittest.cc47 PPP_Instance dummy_ppp_instance_interface = {};
Dppp_instance_proxy.cc129 const PPP_Instance* PPP_Instance_Proxy::GetInstanceInterface() { in GetInstanceInterface()
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dnative-client-modules.rst40 * Code that implements the interface ``PPP_Instance`` and any other C interfaces
52 implementation and initialization of the required ``PPP_Instance``
77 // Here is a stub for the first function in PPP_Instance.
94 static PPP_Instance instance_interface = {
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
Dnacl.scons11 # module_instance.cc - implements PPP and PPP_Instance interfaces.
Dmodule_instance.cc114 const PPP_Instance ppp_instance_interface = {
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
Dtest_runner_ppapi.c86 static const PPP_Instance kPppInstance = {
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
Dppapi_extension_mime_handler.cc104 const PPP_Instance ppp_instance_interface = {
/external/chromium_org/content/test/
Dppapi_unittest.cc55 static PPP_Instance mock_instance_interface = {
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
Ddebugging.c153 static PPP_Instance instance_interface = { in PPP_GetInterface()
/external/chromium_org/ppapi/cpp/
Dmodule.cc124 static PPP_Instance instance_interface = {
/external/chromium_org/ppapi/examples/2d/
Dgraphics_2d_example.c172 static PPP_Instance instance_interface = {
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
Dnacl_io_demo.c366 static PPP_Instance instance_interface = { in PPP_GetInterface()
/external/chromium_org/ppapi/api/
Dppp_instance.idl7 * This file defines the <code>PPP_Instance</code> structure - a series of
17 * The <code>PPP_Instance</code> interface contains pointers to a series of
23 interface PPP_Instance {
Dppp.idl94 * Your module must implement the <code>PPP_Instance</code> interface or it
Dppb_view.idl21 * <code>PPP_Instance.DidChangeView</code>.
Dppb_message_loop.idl59 * the thread where PPP_InitializeModule and PPP_Instance functions are called.