Home
last modified time | relevance | path

Searched refs:instance_interface (Results 1 – 14 of 14) 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 = { variable
58 return reinterpret_cast<const void*>(&instance_interface); in PPP_GetInterface()
Dppapi_bad_event_replay_crash.cc50 const PPP_Instance instance_interface = { variable
63 return reinterpret_cast<const void*>(&instance_interface); in PPP_GetInterface()
Dppapi_bad_ppp_initialize_crash.cc57 const PPP_Instance instance_interface = { variable
70 return reinterpret_cast<const void*>(&instance_interface); in PPP_GetInterface()
Dppapi_bad_ppp_instance_didcreate.cc54 const PPP_Instance instance_interface = { variable
67 return reinterpret_cast<const void*>(&instance_interface); in PPP_GetInterface()
Dppapi_bad_get_ppp_printing_crash.cc55 const PPP_Instance instance_interface = { variable
68 return reinterpret_cast<const void*>(&instance_interface); in PPP_GetInterface()
Dppapi_bad_get_ppp_messaging_crash.cc55 const PPP_Instance instance_interface = { variable
68 return reinterpret_cast<const void*>(&instance_interface); in PPP_GetInterface()
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
Ddebugging.c153 static PPP_Instance instance_interface = { in PPP_GetInterface() local
160 return &instance_interface; in PPP_GetInterface()
/external/chromium_org/ppapi/cpp/
Dmodule.cc124 static PPP_Instance instance_interface = { variable
166 return &instance_interface; in GetPluginInterface()
/external/chromium_org/ppapi/examples/2d/
Dgraphics_2d_example.c172 static PPP_Instance instance_interface = { variable
209 return &instance_interface; in PPP_GetInterface()
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
Dnacl_io_demo.c366 static PPP_Instance instance_interface = { in PPP_GetInterface() local
373 return &instance_interface; in PPP_GetInterface()
/external/chromium_org/ppapi/proxy/
Dppp_instance_proxy.cc96 static const PPP_Instance_1_1 instance_interface = { variable
130 return &instance_interface; in GetInstanceInterface()
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dnative-client-modules.rst94 static PPP_Instance instance_interface = {
102 return &instance_interface;
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.h561 ppapi::PPP_Instance_Combined* instance_interface,
Dpepper_plugin_instance_impl.cc480 ppapi::PPP_Instance_Combined* instance_interface, in PepperPluginInstanceImpl() argument
485 instance_interface_(instance_interface), in PepperPluginInstanceImpl()