Home
last modified time | relevance | path

Searched refs:plugin_element (Results 1 – 25 of 40) sorted by relevance

12

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dcatalog_parser.cpp74 …for (pugi::xml_node plugin_element = element.first_child(); plugin_element; plugin_element = plugi… in ParseCatalog() local
75 if (strcmp(plugin_element.name(), "meta-url") == 0) { in ParseCatalog()
79 else if (strcmp(plugin_element.name(), "name") == 0) { in ParseCatalog()
81 } else if (strcmp(plugin_element.name(), "version") == 0) { in ParseCatalog()
83 } else if (strcmp(plugin_element.name(), "release") == 0) { in ParseCatalog()
85 } else if (strcmp(plugin_element.name(), "summary") == 0) { in ParseCatalog()
89 } else if (strcmp(plugin_element.name(), "author") == 0) { in ParseCatalog()
95 } else if (strcmp(plugin_element.name(), "git-date") == 0) { in ParseCatalog()
97 } else if (strcmp(plugin_element.name(), "source") == 0) { in ParseCatalog()
101 } else if (strcmp(plugin_element.name(), "info-url") == 0) { in ParseCatalog()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/guest_view/mime_handler_view/
H A Dmime_handler_view_container_manager.cc73 const blink::WebElement& plugin_element, in CreateFrameContainer() argument
83 if (IsManagedByContainerManager(plugin_element)) { in CreateFrameContainer()
108 const blink::WebElement& plugin_element) { in DidBlockMimeHandlerViewForDisallowedPlugin() argument
109 if (IsManagedByContainerManager(plugin_element)) { in DidBlockMimeHandlerViewForDisallowedPlugin()
119 const blink::WebElement& plugin_element, in GetScriptableObject() argument
121 if (IsManagedByContainerManager(plugin_element)) { in GetScriptableObject()
244 const blink::WebElement& plugin_element) { in GetFrameContainer() argument
246 if (frame_container->plugin_element() == plugin_element) in GetFrameContainer()
303 const blink::WebElement& plugin_element) { in IsManagedByContainerManager() argument
307 plugin_element_ = plugin_element; in IsManagedByContainerManager()
[all …]
H A Dmime_handler_view_container_manager.h67 bool CreateFrameContainer(const blink::WebElement& plugin_element,
74 const blink::WebElement& plugin_element);
78 const blink::WebElement& plugin_element,
86 const blink::WebElement& plugin_element);
123 bool IsManagedByContainerManager(const blink::WebElement& plugin_element);
H A Dmime_handler_view_frame_container.h46 const blink::WebElement& plugin_element,
59 const blink::WebElement& plugin_element() { return plugin_element_; } in plugin_element() function
H A Dmime_handler_view_frame_container.cc22 const blink::WebElement& plugin_element, in MimeHandlerViewFrameContainer() argument
26 plugin_element_(plugin_element), in MimeHandlerViewFrameContainer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/guest_view/mime_handler_view/
H A Dmime_handler_view_container_manager.cc75 const blink::WebElement& plugin_element, in CreateFrameContainer() argument
85 if (IsManagedByContainerManager(plugin_element)) { in CreateFrameContainer()
114 const blink::WebElement& plugin_element) { in DidBlockMimeHandlerViewForDisallowedPlugin() argument
115 if (IsManagedByContainerManager(plugin_element)) { in DidBlockMimeHandlerViewForDisallowedPlugin()
125 const blink::WebElement& plugin_element, in GetScriptableObject() argument
127 if (IsManagedByContainerManager(plugin_element)) { in GetScriptableObject()
259 const blink::WebElement& plugin_element) { in GetFrameContainer() argument
261 if (frame_container->plugin_element() == plugin_element) in GetFrameContainer()
331 const blink::WebElement& plugin_element) { in IsManagedByContainerManager() argument
335 plugin_element_ = plugin_element; in IsManagedByContainerManager()
[all …]
H A Dmime_handler_view_container_manager.h68 bool CreateFrameContainer(const blink::WebElement& plugin_element,
75 const blink::WebElement& plugin_element);
79 const blink::WebElement& plugin_element,
90 const blink::WebElement& plugin_element);
134 bool IsManagedByContainerManager(const blink::WebElement& plugin_element);
H A Dmime_handler_view_frame_container.h46 const blink::WebElement& plugin_element,
59 const blink::WebElement& plugin_element() { return plugin_element_; } in plugin_element() function
H A Dmime_handler_view_frame_container.cc24 const blink::WebElement& plugin_element, in MimeHandlerViewFrameContainer() argument
28 plugin_element_(plugin_element), in MimeHandlerViewFrameContainer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/extensions/
H A Dchrome_extensions_renderer_client.cc354 const blink::WebElement& plugin_element) { in DidBlockMimeHandlerViewForDisallowedPlugin() argument
357 plugin_element.GetDocument().GetFrame()), in DidBlockMimeHandlerViewForDisallowedPlugin()
359 ->DidBlockMimeHandlerViewForDisallowedPlugin(plugin_element); in DidBlockMimeHandlerViewForDisallowedPlugin()
364 const blink::WebElement& plugin_element, in MaybeCreateMimeHandlerView() argument
370 plugin_element.GetDocument().GetFrame()), in MaybeCreateMimeHandlerView()
372 ->CreateFrameContainer(plugin_element, resource_url, mime_type, in MaybeCreateMimeHandlerView()
377 const blink::WebElement& plugin_element, in GetScriptableObject() argument
384 plugin_element.GetDocument().GetFrame()), in GetScriptableObject()
387 return container_manager->GetScriptableObject(plugin_element, isolate); in GetScriptableObject()
H A Dchrome_extensions_renderer_client.h94 const blink::WebElement& plugin_element,
106 const blink::WebElement& plugin_element);
108 const blink::WebElement& plugin_element,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/renderer/
H A Dprint_web_view_helper_delegate_qt.cpp63 auto plugin_element = frame->GetDocument().GetElementById("plugin"); in GetPdfElement() local
64 CHECK(!plugin_element.IsNull()); in GetPdfElement()
65 return plugin_element; in GetPdfElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/extensions/
H A Dchrome_extensions_renderer_client.cc374 const blink::WebElement& plugin_element) { in DidBlockMimeHandlerViewForDisallowedPlugin() argument
377 plugin_element.GetDocument().GetFrame()), in DidBlockMimeHandlerViewForDisallowedPlugin()
379 ->DidBlockMimeHandlerViewForDisallowedPlugin(plugin_element); in DidBlockMimeHandlerViewForDisallowedPlugin()
384 const blink::WebElement& plugin_element, in MaybeCreateMimeHandlerView() argument
390 plugin_element.GetDocument().GetFrame()), in MaybeCreateMimeHandlerView()
392 ->CreateFrameContainer(plugin_element, resource_url, mime_type, in MaybeCreateMimeHandlerView()
397 const blink::WebElement& plugin_element, in GetScriptableObject() argument
404 plugin_element.GetDocument().GetFrame()), in GetScriptableObject()
407 return container_manager->GetScriptableObject(plugin_element, isolate); in GetScriptableObject()
H A Dchrome_extensions_renderer_client.h99 const blink::WebElement& plugin_element,
113 const blink::WebElement& plugin_element);
115 const blink::WebElement& plugin_element,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/printing/
H A Dchrome_print_render_frame_helper_delegate.cc47 auto plugin_element = frame->GetDocument().GetElementById("plugin"); in GetPdfElement() local
48 if (!plugin_element.IsNull()) { in GetPdfElement()
49 return plugin_element; in GetPdfElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/printing/
H A Dchrome_print_render_frame_helper_delegate.cc47 auto plugin_element = in GetPdfElement() local
49 if (!plugin_element.IsNull()) { in GetPdfElement()
50 return plugin_element; in GetPdfElement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Delement_test.cc514 auto* plugin_element = in TEST_F() local
516 ASSERT_TRUE(plugin_element); in TEST_F()
520 MakeGarbageCollected<WebPluginContainerImpl>(*plugin_element, plugin); in TEST_F()
522 plugin_element->SetEmbeddedContentView(plugin_container); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement_test.cc546 auto* plugin_element = in TEST_F() local
548 ASSERT_TRUE(plugin_element); in TEST_F()
552 MakeGarbageCollected<WebPluginContainerImpl>(*plugin_element, plugin); in TEST_F()
554 plugin_element->SetEmbeddedContentView(plugin_container); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/renderer/
H A Dcontent_renderer_client.h101 const blink::WebElement& plugin_element,
109 const blink::WebElement& plugin_element,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/renderer/
H A Dcontent_renderer_client.h105 const blink::WebElement& plugin_element,
113 const blink::WebElement& plugin_element,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dcontext_menu_controller.cc326 auto* plugin_element = To<HTMLPlugInElement>(result.InnerNode()); in ShowContextMenu() local
328 plugin_element->GetDocument().CompleteURL(plugin_element->Url()); in ShowContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/
H A Dchrome_content_renderer_client.cc651 const blink::WebElement& plugin_element, in IsPluginHandledExternally() argument
655 DCHECK(plugin_element.HasHTMLTagName("object") || in IsPluginHandledExternally()
656 plugin_element.HasHTMLTagName("embed")); in IsPluginHandledExternally()
677 plugin_element); in IsPluginHandledExternally()
681 plugin_element, original_url, plugin_info->actual_mime_type, in IsPluginHandledExternally()
689 const blink::WebElement& plugin_element, in GetScriptableObject() argument
693 plugin_element, isolate); in GetScriptableObject()
H A Dchrome_content_renderer_client.h95 const blink::WebElement& plugin_element,
99 const blink::WebElement& plugin_element,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/
H A Dchrome_content_renderer_client.cc633 const blink::WebElement& plugin_element, in IsPluginHandledExternally() argument
637 DCHECK(plugin_element.HasHTMLTagName("object") || in IsPluginHandledExternally()
638 plugin_element.HasHTMLTagName("embed")); in IsPluginHandledExternally()
659 plugin_element); in IsPluginHandledExternally()
663 plugin_element, original_url, plugin_info->actual_mime_type, in IsPluginHandledExternally()
671 const blink::WebElement& plugin_element, in GetScriptableObject() argument
675 plugin_element, isolate); in GetScriptableObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dcontext_menu_controller.cc356 auto* plugin_element = To<HTMLPlugInElement>(result.InnerNode()); in ShowContextMenu() local
358 plugin_element->GetDocument().CompleteURL(plugin_element->Url()); in ShowContextMenu()

12