Searched refs:webplugin_info (Results 1 – 5 of 5) sorted by relevance
125 bool MakePepperPluginInfo(const WebPluginInfo& webplugin_info, in MakePepperPluginInfo() argument127 if (!webplugin_info.is_pepper_plugin()) in MakePepperPluginInfo()131 webplugin_info.type == WebPluginInfo::PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS || in MakePepperPluginInfo()132 webplugin_info.type == WebPluginInfo::PLUGIN_TYPE_PEPPER_UNSANDBOXED; in MakePepperPluginInfo()133 pepper_info->is_sandboxed = webplugin_info.type != in MakePepperPluginInfo()136 pepper_info->path = base::FilePath(webplugin_info.path); in MakePepperPluginInfo()137 pepper_info->name = base::UTF16ToASCII(webplugin_info.name); in MakePepperPluginInfo()138 pepper_info->description = base::UTF16ToASCII(webplugin_info.desc); in MakePepperPluginInfo()139 pepper_info->version = base::UTF16ToASCII(webplugin_info.version); in MakePepperPluginInfo()140 pepper_info->mime_types = webplugin_info.mime_types; in MakePepperPluginInfo()[all …]
17 bool MakePepperPluginInfo(const WebPluginInfo& webplugin_info,
374 const WebPluginInfo& webplugin_info) { in CreateHostForInProcessModule() argument377 PepperPluginRegistry::GetInstance()->GetInfoForPlugin(webplugin_info); in CreateHostForInProcessModule()381 ->GetInfoForPlugin(webplugin_info) in CreateHostForInProcessModule()661 const WebPluginInfo& webplugin_info, in Create() argument666 base::FilePath path(webplugin_info.path); in Create()674 CreateHostForInProcessModule(render_frame, module.get(), webplugin_info); in Create()683 PepperPluginRegistry::GetInstance()->GetInfoForPlugin(webplugin_info); in Create()
213 const WebPluginInfo& webplugin_info,
685 WebPluginInfo webplugin_info; in GetRegisteredPpapiPluginInfo() local686 if (!GetPluginInfoByPath(plugin_path, &webplugin_info)) in GetRegisteredPpapiPluginInfo()689 if (!MakePepperPluginInfo(webplugin_info, &new_pepper_info)) in GetRegisteredPpapiPluginInfo()