Searched refs:webplugin_info (Results 1 – 5 of 5) sorted by relevance
123 bool MakePepperPluginInfo(const WebPluginInfo& webplugin_info, in MakePepperPluginInfo() argument125 if (!webplugin_info.is_pepper_plugin()) in MakePepperPluginInfo()129 webplugin_info.type == WebPluginInfo::PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS || in MakePepperPluginInfo()130 webplugin_info.type == WebPluginInfo::PLUGIN_TYPE_PEPPER_UNSANDBOXED; in MakePepperPluginInfo()131 pepper_info->is_sandboxed = webplugin_info.type != in MakePepperPluginInfo()134 pepper_info->path = base::FilePath(webplugin_info.path); in MakePepperPluginInfo()135 pepper_info->name = UTF16ToASCII(webplugin_info.name); in MakePepperPluginInfo()136 pepper_info->description = UTF16ToASCII(webplugin_info.desc); in MakePepperPluginInfo()137 pepper_info->version = UTF16ToASCII(webplugin_info.version); in MakePepperPluginInfo()138 pepper_info->mime_types = webplugin_info.mime_types; in MakePepperPluginInfo()[all …]
17 bool MakePepperPluginInfo(const WebPluginInfo& webplugin_info,
387 const WebPluginInfo& webplugin_info) { in CreateHostForInProcessModule() argument390 PepperPluginRegistry::GetInstance()->GetInfoForPlugin(webplugin_info); in CreateHostForInProcessModule()395 webplugin_info)->permissions); in CreateHostForInProcessModule()683 const WebPluginInfo& webplugin_info, in Create() argument688 base::FilePath path(webplugin_info.path); in Create()696 CreateHostForInProcessModule(render_frame, module.get(), webplugin_info); in Create()705 PepperPluginRegistry::GetInstance()->GetInfoForPlugin(webplugin_info); in Create()
216 const WebPluginInfo& webplugin_info,
673 WebPluginInfo webplugin_info; in GetRegisteredPpapiPluginInfo() local674 if (!GetPluginInfoByPath(plugin_path, &webplugin_info)) in GetRegisteredPpapiPluginInfo()677 if (!MakePepperPluginInfo(webplugin_info, &new_pepper_info)) in GetRegisteredPpapiPluginInfo()