Home
last modified time | relevance | path

Searched refs:GetPluginInterface (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dplugin_dispatcher.cc203 const void* PluginDispatcher::GetPluginInterface( in GetPluginInterface() function in ppapi::proxy::PluginDispatcher
346 *result = !!GetPluginInterface(interface_name); in OnMsgSupportsInterface()
354 *result = !!GetPluginInterface(PPP_INSTANCE_INTERFACE_1_0); in OnMsgSupportsInterface()
H A Dplugin_dispatcher.h173 const void* GetPluginInterface(const std::string& interface_name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dplugin_dispatcher.cc200 const void* PluginDispatcher::GetPluginInterface( in GetPluginInterface() function in ppapi::proxy::PluginDispatcher
343 *result = !!GetPluginInterface(interface_name); in OnMsgSupportsInterface()
351 *result = !!GetPluginInterface(PPP_INSTANCE_INTERFACE_1_0); in OnMsgSupportsInterface()
H A Dplugin_dispatcher.h173 const void* GetPluginInterface(const std::string& interface_name);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/
H A Dmodule.cc162 const void* Module::GetPluginInterface(const char* interface_name) { in GetPluginInterface() function in pp::Module
196 const void* existing_interface = GetPluginInterface(interface_name.c_str()); in AddPluginInterface()
H A Dppp_entrypoints.cc57 return g_module_singleton->GetPluginInterface(interface_name); in PPP_GetInterface()
H A Dmodule.h81 const void* GetPluginInterface(const char* interface_name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A Dmodule.cc162 const void* Module::GetPluginInterface(const char* interface_name) { in GetPluginInterface() function in pp::Module
196 const void* existing_interface = GetPluginInterface(interface_name.c_str()); in AddPluginInterface()
H A Dppp_entrypoints.cc57 return g_module_singleton->GetPluginInterface(interface_name); in PPP_GetInterface()
H A Dmodule.h81 const void* GetPluginInterface(const char* interface_name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/renderer/plugin/
H A Dppapi_entrypoints.cc38 return pp::Module::Get()->GetPluginInterface(interface_name); in PPP_GetInterface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/
H A Dpdf_ppapi.cc79 return module ? module->GetPluginInterface(interface_name) : nullptr; in PPP_GetInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/
H A Dpdf_ppapi.cc79 return module ? module->GetPluginInterface(interface_name) : nullptr; in PPP_GetInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dplugin_module.h157 const void* GetPluginInterface(const char* name) const;
H A Dpepper_plugin_instance_impl.cc399 base::BindRepeating(&PluginModule::GetPluginInterface, module); in Create()
1540 module_->GetPluginInterface(PPP_FIND_PRIVATE_INTERFACE)); in LoadFindInterface()
1550 module_->GetPluginInterface(PPP_INPUT_EVENT_INTERFACE)); in LoadInputEventInterface()
1558 module_->GetPluginInterface(PPP_MOUSELOCK_INTERFACE)); in LoadMouseLockInterface()
1568 module_->GetPluginInterface(PPP_PDF_INTERFACE_1)); in LoadPdfInterface()
1580 module_->GetPluginInterface(PPP_PRINTING_DEV_INTERFACE)); in LoadPrintInterface()
1601 module->GetPluginInterface(PPP_INSTANCE_PRIVATE_INTERFACE)); in LoadPrivateInterface()
1610 module_->GetPluginInterface(PPP_TEXTINPUT_DEV_INTERFACE)); in LoadTextInputInterface()
2737 base::BindRepeating(&PluginModule::GetPluginInterface, module_); in ResetAsProxied()
H A Dppb_video_decoder_impl.cc148 plugin_module->GetPluginInterface(PPP_VIDEODECODER_DEV_INTERFACE)); in GetPPP()
H A Dppb_graphics_3d_impl.cc351 instance->module()->GetPluginInterface(PPP_GRAPHICS_3D_INTERFACE)); in SendContextLost()
H A Dplugin_module.cc549 const void* PluginModule::GetPluginInterface(const char* name) const { in GetPluginInterface() function in content::PluginModule
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dplugin_module.h158 const void* GetPluginInterface(const char* name) const;
H A Dpepper_plugin_instance_impl.cc400 base::BindRepeating(&PluginModule::GetPluginInterface, module); in Create()
1603 module_->GetPluginInterface(PPP_FIND_PRIVATE_INTERFACE)); in LoadFindInterface()
1613 module_->GetPluginInterface(PPP_INPUT_EVENT_INTERFACE)); in LoadInputEventInterface()
1621 module_->GetPluginInterface(PPP_MOUSELOCK_INTERFACE)); in LoadMouseLockInterface()
1631 module_->GetPluginInterface(PPP_PDF_INTERFACE_1)); in LoadPdfInterface()
1643 module_->GetPluginInterface(PPP_PRINTING_DEV_INTERFACE)); in LoadPrintInterface()
1664 module->GetPluginInterface(PPP_INSTANCE_PRIVATE_INTERFACE)); in LoadPrivateInterface()
1673 module_->GetPluginInterface(PPP_TEXTINPUT_DEV_INTERFACE)); in LoadTextInputInterface()
2893 base::BindRepeating(&PluginModule::GetPluginInterface, module_); in ResetAsProxied()
H A Dppb_video_decoder_impl.cc147 plugin_module->GetPluginInterface(PPP_VIDEODECODER_DEV_INTERFACE)); in GetPPP()
H A Dppb_graphics_3d_impl.cc357 instance->module()->GetPluginInterface(PPP_GRAPHICS_3D_INTERFACE)); in SendContextLost()
H A Dplugin_module.cc656 const void* PluginModule::GetPluginInterface(const char* name) const { in GetPluginInterface() function in content::PluginModule