Home
last modified time | relevance | path

Searched refs:HTMLPictureElement (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLPictureElement.cpp16 return new mozilla::dom::HTMLPictureElement(aNodeInfo); in NS_NewHTMLPictureElement()
22 HTMLPictureElement::HTMLPictureElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in HTMLPictureElement() function in mozilla::dom::HTMLPictureElement
27 HTMLPictureElement::~HTMLPictureElement() in ~HTMLPictureElement()
31 NS_IMPL_ISUPPORTS_INHERITED(HTMLPictureElement, nsGenericHTMLElement, in NS_IMPL_ISUPPORTS_INHERITED() argument
34 NS_IMPL_ELEMENT_CLONE(HTMLPictureElement) in NS_IMPL_ISUPPORTS_INHERITED()
37 HTMLPictureElement::RemoveChildAt(uint32_t aIndex, bool aNotify) in NS_IMPL_ISUPPORTS_INHERITED()
63 HTMLPictureElement::InsertChildAt(nsIContent* aKid, uint32_t aIndex, bool aNotify) in InsertChildAt()
92 HTMLPictureElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) in WrapNode()
H A DHTMLPictureElement.h17 class HTMLPictureElement final : public nsGenericHTMLElement,
21 explicit HTMLPictureElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
34 virtual ~HTMLPictureElement();
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLPictureElement.cpp17 return new (nim) mozilla::dom::HTMLPictureElement(nodeInfo.forget()); in NS_NewHTMLPictureElement()
22 HTMLPictureElement::HTMLPictureElement( in HTMLPictureElement() function in mozilla::dom::HTMLPictureElement
26 HTMLPictureElement::~HTMLPictureElement() = default;
28 NS_IMPL_ELEMENT_CLONE(HTMLPictureElement) in NS_IMPL_ELEMENT_CLONE() argument
30 void HTMLPictureElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in NS_IMPL_ELEMENT_CLONE()
52 void HTMLPictureElement::InsertChildBefore(nsIContent* aKid, in InsertChildBefore()
79 JSObject* HTMLPictureElement::WrapNode(JSContext* aCx, in WrapNode()
H A DHTMLPictureElement.h17 class HTMLPictureElement final : public nsGenericHTMLElement {
19 explicit HTMLPictureElement(
23 NS_INLINE_DECL_REFCOUNTING_INHERITED(HTMLPictureElement, nsGenericHTMLElement)
31 virtual ~HTMLPictureElement();
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLPictureElement.cpp17 return new (nim) mozilla::dom::HTMLPictureElement(nodeInfo.forget()); in NS_NewHTMLPictureElement()
23 HTMLPictureElement::HTMLPictureElement( in HTMLPictureElement() function in mozilla::dom::HTMLPictureElement
27 HTMLPictureElement::~HTMLPictureElement() = default;
29 NS_IMPL_ELEMENT_CLONE(HTMLPictureElement) in NS_IMPL_ELEMENT_CLONE() argument
31 void HTMLPictureElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in NS_IMPL_ELEMENT_CLONE()
53 nsresult HTMLPictureElement::InsertChildBefore(nsIContent* aKid, in InsertChildBefore()
83 JSObject* HTMLPictureElement::WrapNode(JSContext* aCx, in WrapNode()
H A DHTMLPictureElement.h16 class HTMLPictureElement final : public nsGenericHTMLElement {
18 explicit HTMLPictureElement(
22 NS_INLINE_DECL_REFCOUNTING_INHERITED(HTMLPictureElement, nsGenericHTMLElement)
30 virtual ~HTMLPictureElement();
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLPictureElement.cpp17 return new (nim) mozilla::dom::HTMLPictureElement(nodeInfo.forget()); in NS_NewHTMLPictureElement()
22 HTMLPictureElement::HTMLPictureElement( in HTMLPictureElement() function in mozilla::dom::HTMLPictureElement
26 HTMLPictureElement::~HTMLPictureElement() = default;
28 NS_IMPL_ELEMENT_CLONE(HTMLPictureElement) in NS_IMPL_ELEMENT_CLONE() argument
30 void HTMLPictureElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in NS_IMPL_ELEMENT_CLONE()
52 void HTMLPictureElement::InsertChildBefore(nsIContent* aKid, in InsertChildBefore()
79 JSObject* HTMLPictureElement::WrapNode(JSContext* aCx, in WrapNode()
H A DHTMLPictureElement.h17 class HTMLPictureElement final : public nsGenericHTMLElement {
19 explicit HTMLPictureElement(
23 NS_INLINE_DECL_REFCOUNTING_INHERITED(HTMLPictureElement, nsGenericHTMLElement)
31 virtual ~HTMLPictureElement();
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLPictureElement.cpp17 return new (nim) mozilla::dom::HTMLPictureElement(nodeInfo.forget()); in NS_NewHTMLPictureElement()
22 HTMLPictureElement::HTMLPictureElement( in HTMLPictureElement() function in mozilla::dom::HTMLPictureElement
26 HTMLPictureElement::~HTMLPictureElement() = default;
28 NS_IMPL_ELEMENT_CLONE(HTMLPictureElement) in NS_IMPL_ELEMENT_CLONE() argument
30 void HTMLPictureElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in NS_IMPL_ELEMENT_CLONE()
52 void HTMLPictureElement::InsertChildBefore(nsIContent* aKid, in InsertChildBefore()
79 JSObject* HTMLPictureElement::WrapNode(JSContext* aCx, in WrapNode()
H A DHTMLPictureElement.h17 class HTMLPictureElement final : public nsGenericHTMLElement {
19 explicit HTMLPictureElement(
23 NS_INLINE_DECL_REFCOUNTING_INHERITED(HTMLPictureElement, nsGenericHTMLElement)
31 virtual ~HTMLPictureElement();
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLPictureElement.cpp15 return new mozilla::dom::HTMLPictureElement(aNodeInfo); in NS_NewHTMLPictureElement()
21 HTMLPictureElement::HTMLPictureElement( in HTMLPictureElement() function in mozilla::dom::HTMLPictureElement
25 HTMLPictureElement::~HTMLPictureElement() {} in ~HTMLPictureElement()
27 NS_IMPL_ELEMENT_CLONE(HTMLPictureElement) in NS_IMPL_ELEMENT_CLONE() argument
29 void HTMLPictureElement::RemoveChildAt_Deprecated(uint32_t aIndex, in NS_IMPL_ELEMENT_CLONE()
54 void HTMLPictureElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in RemoveChildNode()
76 nsresult HTMLPictureElement::InsertChildBefore(nsIContent* aKid, in InsertChildBefore()
106 nsresult HTMLPictureElement::InsertChildAt_Deprecated(nsIContent* aKid, in InsertChildAt_Deprecated()
136 JSObject* HTMLPictureElement::WrapNode(JSContext* aCx, in WrapNode()
H A DHTMLPictureElement.h16 class HTMLPictureElement final : public nsGenericHTMLElement {
18 explicit HTMLPictureElement(
22 NS_INLINE_DECL_REFCOUNTING_INHERITED(HTMLPictureElement, nsGenericHTMLElement)
34 virtual ~HTMLPictureElement();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_picture_element.cc18 HTMLPictureElement::HTMLPictureElement(Document& document) in HTMLPictureElement() function in blink::HTMLPictureElement
21 void HTMLPictureElement::SourceOrMediaChanged() { in SourceOrMediaChanged()
30 void HTMLPictureElement::RemoveListenerFromSourceChildren() { in RemoveListenerFromSourceChildren()
40 void HTMLPictureElement::AddListenerToSourceChildren() { in AddListenerToSourceChildren()
50 Node::InsertionNotificationRequest HTMLPictureElement::InsertedInto( in InsertedInto()
H A Dhtml_source_element.cc97 ? DynamicTo<HTMLPictureElement>(parent) in InsertedInto()
112 if (auto* picture = DynamicTo<HTMLPictureElement>(parent)) { in RemovedFrom()
177 if (auto* picture = DynamicTo<HTMLPictureElement>(parentElement())) in ParseAttribute()
183 if (auto* picture = DynamicTo<HTMLPictureElement>(parentElement())) in NotifyMediaQueryChanged()
H A Dhtml_picture_element.h12 class HTMLPictureElement final : public HTMLElement {
16 explicit HTMLPictureElement(Document&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_picture_element.cc18 HTMLPictureElement::HTMLPictureElement(Document& document) in HTMLPictureElement() function in blink::HTMLPictureElement
21 void HTMLPictureElement::SourceOrMediaChanged() { in SourceOrMediaChanged()
30 void HTMLPictureElement::RemoveListenerFromSourceChildren() { in RemoveListenerFromSourceChildren()
40 void HTMLPictureElement::AddListenerToSourceChildren() { in AddListenerToSourceChildren()
50 Node::InsertionNotificationRequest HTMLPictureElement::InsertedInto( in InsertedInto()
H A Dhtml_source_element.cc97 ? DynamicTo<HTMLPictureElement>(parent) in InsertedInto()
112 if (auto* picture = DynamicTo<HTMLPictureElement>(parent)) { in RemovedFrom()
177 if (auto* picture = DynamicTo<HTMLPictureElement>(parentElement())) in ParseAttribute()
183 if (auto* picture = DynamicTo<HTMLPictureElement>(parentElement())) in NotifyMediaQueryChanged()
H A Dhtml_picture_element.h12 class HTMLPictureElement final : public HTMLElement {
16 explicit HTMLPictureElement(Document&);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlpictureelement.rs14 pub struct HTMLPictureElement { struct
18 impl HTMLPictureElement { implementation
21 document: &Document) -> HTMLPictureElement { in new_inherited() argument
22 HTMLPictureElement { in new_inherited()
31 document: &Document) -> DomRoot<HTMLPictureElement> { in new() argument
32 … Node::reflect_node(Box::new(HTMLPictureElement::new_inherited(local_name, prefix, document)), in new()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/dodo/src/
H A DHTMLPictureElement.php9 class HTMLPictureElement extends HTMLElement implements \Wikimedia\IDLeDOM\HTMLPictureElement { class
11 use \Wikimedia\IDLeDOM\Stub\HTMLPictureElement;
15 use \Wikimedia\IDLeDOM\Helper\HTMLPictureElement;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Stub/
H A DHTMLPictureElement.php10 trait HTMLPictureElement {
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlPictureElement.rs6 … extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLPictureElement , typescript…
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlPictureElement.rs6 … extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLPictureElement , typescript…
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlPictureElement.rs6 … extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLPictureElement , typescript…
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlPictureElement.rs6 … extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLPictureElement , typescript…

12345678