Searched refs:instance_interface (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc35 const PPP_Instance_1_1* instance_interface = local
38 return !!instance_interface->DidCreate(pp_instance(), 0, NULL, NULL);
43 const PPP_Instance_1_1* instance_interface = local
46 instance_interface->DidDestroy(pp_instance());
63 const PPP_Instance_1_1* instance_interface = local
66 instance_interface->DidChangeView(pp_instance(), resource);
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Ddebugging.c153 static PPP_Instance instance_interface = { local
160 return &instance_interface;
/external/chromium_org/ppapi/cpp/
H A Dmodule.cc124 static PPP_Instance instance_interface = { member in namespace:pp
166 return &instance_interface;
/external/chromium_org/ppapi/examples/2d/
H A Dgraphics_2d_example.c172 static PPP_Instance instance_interface = { variable
209 return &instance_interface;
/external/chromium_org/ppapi/proxy/
H A Dppp_instance_proxy.cc96 static const PPP_Instance_1_1 instance_interface = { member in namespace:ppapi::proxy::__anon10135
130 return &instance_interface;
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dnacl_io_demo.c474 static PPP_Instance instance_interface = { local
481 return &instance_interface;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h611 ppapi::PPP_Instance_Combined* instance_interface,
H A Dpepper_plugin_instance_impl.cc510 ppapi::PPP_Instance_Combined* instance_interface,
516 instance_interface_(instance_interface),
507 PepperPluginInstanceImpl( RenderFrameImpl* render_frame, PluginModule* module, ppapi::PPP_Instance_Combined* instance_interface, WebPluginContainer* container, const GURL& plugin_url) argument

Completed in 1421 milliseconds