Searched defs:GetPluginInterface (Results 1 - 4 of 4) sorted by path

/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc562 const void* PluginModule::GetPluginInterface(const char* name) const { function in class:content::PluginModule
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_module.cc53 const void* PluginModule::GetPluginInterface(const char* name) const { function in class:mojo::examples::PluginModule
/external/chromium_org/ppapi/cpp/
H A Dmodule.cc162 const void* Module::GetPluginInterface(const char* interface_name) { function in class:pp::Module
194 // Calling GetPluginInterface rather than looking it up in the map allows
196 const void* existing_interface = GetPluginInterface(interface_name.c_str());
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.cc143 const void* PluginDispatcher::GetPluginInterface( function in class:ppapi::proxy::PluginDispatcher
303 *result = !!GetPluginInterface(interface_name);
311 *result = !!GetPluginInterface(PPP_INSTANCE_INTERFACE_1_0);

Completed in 781 milliseconds