Searched refs:plugin_info (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.cc | 344 chrome::mojom::PluginInfoPtr plugin_info = chrome::mojom::PluginInfo::New(); in IsPluginHandledExternally() local 348 &plugin_info); in IsPluginHandledExternally() 354 if (plugin_info->status != chrome::mojom::PluginStatus::kAllowed && in IsPluginHandledExternally() 355 plugin_info->status != in IsPluginHandledExternally() 363 if (plugin_info->actual_mime_type == pdf::kInternalPluginMimeType && in IsPluginHandledExternally() 374 plugin_element, original_url, plugin_info->actual_mime_type, in IsPluginHandledExternally() 375 plugin_info->plugin); in IsPluginHandledExternally() 390 chrome::mojom::PluginInfoPtr plugin_info = chrome::mojom::PluginInfo::New(); in OverrideCreatePlugin() local 394 &plugin_info); in OverrideCreatePlugin() 396 *plugin_info); in OverrideCreatePlugin()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_frei0r.c | 61 f0r_plugin_info_t plugin_info; member 151 for (i = 0; i < s->plugin_info.num_params; i++) { in set_params() 269 f0r_get_plugin_info(&s->plugin_info); in frei0r_init() 270 pi = &s->plugin_info; in frei0r_init() 333 if (s->plugin_info.color_model == F0R_COLOR_MODEL_BGRA8888) { in query_formats() 336 } else if (s->plugin_info.color_model == F0R_COLOR_MODEL_RGBA8888) { in query_formats()
|
/third_party/cef/libcef/browser/ |
D | web_plugin_impl.cc | 37 const content::WebPluginInfo& plugin_info) in CefWebPluginInfoImpl() argument 38 : plugin_info_(plugin_info) {} in CefWebPluginInfoImpl()
|
D | web_plugin_impl.h | 14 explicit CefWebPluginInfoImpl(const content::WebPluginInfo& plugin_info);
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | meson.build | 13 'plugin_info.c',
|
D | README | 7 This is based on goom2k4 with changes to plugin_info.c and mmx.h to use Orc for CPU
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.h | 239 const content::PepperPluginInfo& plugin_info) override;
|
D | alloy_content_browser_client.cc | 1506 const content::PepperPluginInfo& plugin_info) { in ShouldAllowPluginCreation() argument 1507 if (plugin_info.name == ChromeContentClient::kPDFInternalPluginName) { in ShouldAllowPluginCreation()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 37458 * gst/goom/plugin_info.c: 65964 * gst/goom/plugin_info.c: 83435 * gst/goom/plugin_info.c: 93705 …ugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, 93706 …lution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. 98958 * gst/goom/plugin_info.c: 99695 * gst/goom/plugin_info.c: 103705 * gst/goom/plugin_info.c: 117635 …ugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, 117636 …lution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. [all …]
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 4876 const content::PepperPluginInfo& plugin_info) { 4911 const content::PepperPluginInfo& plugin_info) override; 8090 plugin_element, original_url, plugin_info->actual_mime_type, 8091 plugin_info->plugin); 8106 &plugin_info); 8108 *plugin_info);
|