Home
last modified time | relevance | path

Searched refs:HTMLLegendElement (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLLegendElement.cpp17 HTMLLegendElement::~HTMLLegendElement() = default;
19 NS_IMPL_ELEMENT_CLONE(HTMLLegendElement) in NS_IMPL_ELEMENT_CLONE() argument
21 nsIContent* HTMLLegendElement::GetFieldSet() const { in NS_IMPL_ELEMENT_CLONE()
31 bool HTMLLegendElement::ParseAttribute(int32_t aNamespaceID, nsAtom* aAttribute, in ParseAttribute()
60 nsresult HTMLLegendElement::BindToTree(BindContext& aContext, in BindToTree()
65 void HTMLLegendElement::UnbindFromTree(bool aNullParent) { in UnbindFromTree()
69 void HTMLLegendElement::Focus(const FocusOptions& aOptions, in Focus()
96 bool HTMLLegendElement::PerformAccesskey(bool aKeyCausesActivation, in PerformAccesskey()
105 HTMLLegendElement::LegendAlignValue HTMLLegendElement::LogicalAlign( in LogicalAlign()
125 already_AddRefed<HTMLFormElement> HTMLLegendElement::GetForm() { in GetForm()
[all …]
H A DHTMLLegendElement.h17 class HTMLLegendElement final : public nsGenericHTMLElement {
19 explicit HTMLLegendElement( in HTMLLegendElement() function
23 NS_IMPL_FROMNODE_HTML_WITH_TAG(HTMLLegendElement, legend)
88 virtual ~HTMLLegendElement();
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLLegendElement.cpp17 HTMLLegendElement::~HTMLLegendElement() = default;
19 NS_IMPL_ELEMENT_CLONE(HTMLLegendElement) in NS_IMPL_ELEMENT_CLONE() argument
21 nsIContent* HTMLLegendElement::GetFieldSet() const { in NS_IMPL_ELEMENT_CLONE()
31 bool HTMLLegendElement::ParseAttribute(int32_t aNamespaceID, nsAtom* aAttribute, in ParseAttribute()
60 nsresult HTMLLegendElement::BindToTree(BindContext& aContext, in BindToTree()
65 void HTMLLegendElement::UnbindFromTree(bool aNullParent) { in UnbindFromTree()
69 void HTMLLegendElement::Focus(const FocusOptions& aOptions, in Focus()
96 bool HTMLLegendElement::PerformAccesskey(bool aKeyCausesActivation, in PerformAccesskey()
105 HTMLLegendElement::LegendAlignValue HTMLLegendElement::LogicalAlign( in LogicalAlign()
125 already_AddRefed<HTMLFormElement> HTMLLegendElement::GetForm() { in GetForm()
[all …]
H A DHTMLLegendElement.h17 class HTMLLegendElement final : public nsGenericHTMLElement {
19 explicit HTMLLegendElement( in HTMLLegendElement() function
23 NS_IMPL_FROMNODE_HTML_WITH_TAG(HTMLLegendElement, legend)
88 virtual ~HTMLLegendElement();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLLegendElement.cpp19 HTMLLegendElement::~HTMLLegendElement() in ~HTMLLegendElement()
23 NS_IMPL_ELEMENT_CLONE(HTMLLegendElement) in NS_IMPL_ELEMENT_CLONE() argument
26 HTMLLegendElement::GetFieldSet() const in NS_IMPL_ELEMENT_CLONE()
38 HTMLLegendElement::ParseAttribute(int32_t aNamespaceID, in ParseAttribute()
62 HTMLLegendElement::GetAttributeChangeHint(const nsIAtom* aAttribute, in GetAttributeChangeHint()
74 HTMLLegendElement::SetAttr(int32_t aNameSpaceID, nsIAtom* aAttribute, in SetAttr()
82 HTMLLegendElement::UnsetAttr(int32_t aNameSpaceID, nsIAtom* aAttribute, in UnsetAttr()
99 HTMLLegendElement::UnbindFromTree(bool aDeep, bool aNullParent) in UnbindFromTree()
105 HTMLLegendElement::Focus(ErrorResult& aError) in Focus()
132 HTMLLegendElement::PerformAccesskey(bool aKeyCausesActivation, in PerformAccesskey()
[all …]
H A DHTMLLegendElement.h17 class HTMLLegendElement final : public nsGenericHTMLElement
20 explicit HTMLLegendElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in HTMLLegendElement() function
25 NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLLegendElement, legend)
88 virtual ~HTMLLegendElement();
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLLegendElement.cpp17 HTMLLegendElement::~HTMLLegendElement() = default;
19 NS_IMPL_ELEMENT_CLONE(HTMLLegendElement) in NS_IMPL_ELEMENT_CLONE() argument
21 nsIContent* HTMLLegendElement::GetFieldSet() const { in NS_IMPL_ELEMENT_CLONE()
31 bool HTMLLegendElement::ParseAttribute(int32_t aNamespaceID, nsAtom* aAttribute, in ParseAttribute()
60 nsresult HTMLLegendElement::BindToTree(BindContext& aContext, in BindToTree()
65 void HTMLLegendElement::UnbindFromTree(bool aNullParent) { in UnbindFromTree()
69 void HTMLLegendElement::Focus(const FocusOptions& aOptions, in Focus()
96 Result<bool, nsresult> HTMLLegendElement::PerformAccesskey( in PerformAccesskey()
110 HTMLLegendElement::LegendAlignValue HTMLLegendElement::LogicalAlign( in LogicalAlign()
130 HTMLFormElement* HTMLLegendElement::GetForm() const { in GetForm()
[all …]
H A DHTMLLegendElement.h17 class HTMLLegendElement final : public nsGenericHTMLElement {
19 explicit HTMLLegendElement( in HTMLLegendElement() function
23 NS_IMPL_FROMNODE_HTML_WITH_TAG(HTMLLegendElement, legend)
82 virtual ~HTMLLegendElement();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLLegendElement.cpp35 inline HTMLLegendElement::HTMLLegendElement(const QualifiedName& tagName, Document* document, HTMLF… in HTMLLegendElement() function in WebCore::HTMLLegendElement
41 PassRefPtr<HTMLLegendElement> HTMLLegendElement::create(const QualifiedName& tagName, Document* doc… in create()
43 return adoptRef(new HTMLLegendElement(tagName, document, form)); in create()
46 bool HTMLLegendElement::supportsFocus() const in supportsFocus()
51 const AtomicString& HTMLLegendElement::formControlType() const in formControlType()
57 HTMLFormControlElement* HTMLLegendElement::associatedControl() in associatedControl()
80 void HTMLLegendElement::focus(bool) in focus()
90 void HTMLLegendElement::accessKeyAction(bool sendToAnyElement) in accessKeyAction()
H A DHTMLLegendElement.h31 class HTMLLegendElement : public HTMLFormControlElement {
33 static PassRefPtr<HTMLLegendElement> create(const QualifiedName&, Document*, HTMLFormElement*);
36 HTMLLegendElement(const QualifiedName&, Document*, HTMLFormElement*);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLLegendElement.cpp17 HTMLLegendElement::~HTMLLegendElement() {} in ~HTMLLegendElement()
19 NS_IMPL_ELEMENT_CLONE(HTMLLegendElement) in NS_IMPL_ELEMENT_CLONE() argument
21 nsIContent* HTMLLegendElement::GetFieldSet() const { in NS_IMPL_ELEMENT_CLONE()
31 bool HTMLLegendElement::ParseAttribute(int32_t aNamespaceID, nsAtom* aAttribute, in ParseAttribute()
52 nsChangeHint HTMLLegendElement::GetAttributeChangeHint(const nsAtom* aAttribute, in GetAttributeChangeHint()
62 nsresult HTMLLegendElement::BindToTree(nsIDocument* aDocument, in BindToTree()
70 void HTMLLegendElement::UnbindFromTree(bool aDeep, bool aNullParent) { in UnbindFromTree()
74 void HTMLLegendElement::Focus(ErrorResult& aError) { in Focus()
99 bool HTMLLegendElement::PerformAccesskey(bool aKeyCausesActivation, in PerformAccesskey()
107 already_AddRefed<HTMLFormElement> HTMLLegendElement::GetForm() { in GetForm()
[all …]
H A DHTMLLegendElement.h17 class HTMLLegendElement final : public nsGenericHTMLElement {
19 explicit HTMLLegendElement( in HTMLLegendElement() function
23 NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLLegendElement, legend)
71 virtual ~HTMLLegendElement();
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLLegendElement.cpp17 HTMLLegendElement::~HTMLLegendElement() = default;
19 NS_IMPL_ELEMENT_CLONE(HTMLLegendElement) in NS_IMPL_ELEMENT_CLONE() argument
21 nsIContent* HTMLLegendElement::GetFieldSet() const { in NS_IMPL_ELEMENT_CLONE()
31 bool HTMLLegendElement::ParseAttribute(int32_t aNamespaceID, nsAtom* aAttribute, in ParseAttribute()
50 nsChangeHint HTMLLegendElement::GetAttributeChangeHint(const nsAtom* aAttribute, in GetAttributeChangeHint()
60 nsresult HTMLLegendElement::BindToTree(BindContext& aContext, in BindToTree()
65 void HTMLLegendElement::UnbindFromTree(bool aNullParent) { in UnbindFromTree()
69 void HTMLLegendElement::Focus(const FocusOptions& aOptions, in Focus()
98 bool HTMLLegendElement::PerformAccesskey(bool aKeyCausesActivation, in PerformAccesskey()
107 already_AddRefed<HTMLFormElement> HTMLLegendElement::GetForm() { in GetForm()
[all …]
H A DHTMLLegendElement.h17 class HTMLLegendElement final : public nsGenericHTMLElement {
19 explicit HTMLLegendElement( in HTMLLegendElement() function
23 NS_IMPL_FROMNODE_HTML_WITH_TAG(HTMLLegendElement, legend)
78 virtual ~HTMLLegendElement();
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmllegendelement.rs21 pub struct HTMLLegendElement { struct
26 impl HTMLLegendElement { argument
30 -> HTMLLegendElement { in new_inherited() argument
31 HTMLLegendElement { in new_inherited()
41 -> DomRoot<HTMLLegendElement> { in new() argument
42 Node::reflect_node(Box::new(HTMLLegendElement::new_inherited(local_name, prefix, document)), in new()
48 impl VirtualMethods for HTMLLegendElement { implementation
75 impl HTMLLegendElementMethods for HTMLLegendElement { implementation
86 impl FormControl for HTMLLegendElement { implementation
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSHTMLLegendElement.cpp127 …dElement(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<HTMLLegendElement> impl) in JSHTMLLegendElement()
152 HTMLLegendElement* imp = static_cast<HTMLLegendElement*>(castedThis->impl()); in jsHTMLLegendElementForm()
162 HTMLLegendElement* imp = static_cast<HTMLLegendElement*>(castedThis->impl()); in jsHTMLLegendElementAccessKey()
172 HTMLLegendElement* imp = static_cast<HTMLLegendElement*>(castedThis->impl()); in jsHTMLLegendElementAlign()
192 HTMLLegendElement* imp = static_cast<HTMLLegendElement*>(castedThis->impl()); in setJSHTMLLegendElementAccessKey()
200 HTMLLegendElement* imp = static_cast<HTMLLegendElement*>(castedThis->impl()); in setJSHTMLLegendElementAlign()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/dodo/src/
H A DHTMLLegendElement.php9 class HTMLLegendElement extends HTMLElement implements \Wikimedia\IDLeDOM\HTMLLegendElement { class
13 use \Wikimedia\IDLeDOM\Stub\HTMLLegendElement;
17 use \Wikimedia\IDLeDOM\Helper\HTMLLegendElement;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_legend_element.cc35 HTMLLegendElement::HTMLLegendElement(Document& document) in HTMLLegendElement() function in blink::HTMLLegendElement
38 HTMLFormElement* HTMLLegendElement::form() const { in form()
47 LayoutObject* HTMLLegendElement::CreateLayoutObject(const ComputedStyle& style, in CreateLayoutObject()
H A Dhtml_field_set_element.cc102 for (HTMLLegendElement& legend : in ChildrenChanged()
103 Traversal<HTMLLegendElement>::ChildrenOf(*this)) { in ChildrenChanged()
142 HTMLLegendElement* HTMLFieldSetElement::Legend() const { in Legend()
143 return Traversal<HTMLLegendElement>::FirstChild(*this); in Legend()
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_form.h213 friend class HTMLLegendElement; variable
768 class KHTML_EXPORT HTMLLegendElement : public HTMLElement
771 HTMLLegendElement();
772 HTMLLegendElement(const HTMLLegendElement &other);
773 HTMLLegendElement(const Node &other) : HTMLElement() in HTMLLegendElement() function
778 HTMLLegendElement(HTMLLegendElementImpl *impl);
781 HTMLLegendElement &operator = (const HTMLLegendElement &other);
782 HTMLLegendElement &operator = (const Node &other);
784 ~HTMLLegendElement();
H A Dhtml_form.cpp817 HTMLLegendElement::HTMLLegendElement() : HTMLElement() in HTMLLegendElement() function in HTMLLegendElement
821 HTMLLegendElement::HTMLLegendElement(const HTMLLegendElement &other) : HTMLElement(other) in HTMLLegendElement() function in HTMLLegendElement
825 HTMLLegendElement::HTMLLegendElement(HTMLLegendElementImpl *impl) : HTMLElement(impl) in HTMLLegendElement() function in HTMLLegendElement
829 HTMLLegendElement &HTMLLegendElement::operator = (const Node &other) in operator =()
835 HTMLLegendElement &HTMLLegendElement::operator = (const HTMLLegendElement &other) in operator =()
841 HTMLLegendElement::~HTMLLegendElement() in ~HTMLLegendElement()
845 HTMLFormElement HTMLLegendElement::form() const in form()
850 DOMString HTMLLegendElement::accessKey() const in accessKey()
858 void HTMLLegendElement::setAccessKey(const DOMString &value) in setAccessKey()
865 DOMString HTMLLegendElement::align() const in align()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_legend_element.cc33 HTMLLegendElement::HTMLLegendElement(Document& document) in HTMLLegendElement() function in blink::HTMLLegendElement
36 HTMLFormElement* HTMLLegendElement::form() const { in form()
H A Dhtml_field_set_element.cc102 for (HTMLLegendElement& legend : in ChildrenChanged()
103 Traversal<HTMLLegendElement>::ChildrenOf(*this)) { in ChildrenChanged()
132 HTMLLegendElement* HTMLFieldSetElement::Legend() const { in Legend()
133 return Traversal<HTMLLegendElement>::FirstChild(*this); in Legend()
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DHTMLLegendElement.bnd11 init HTMLLegendElement(struct dom_html_element *html_legend_element::html_element);
13 getter HTMLLegendElement::align();
14 setter HTMLLegendElement::align();
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webidls/
H A DHTMLLegendElement.webidl7 interface HTMLLegendElement : HTMLElement {
13 // https://html.spec.whatwg.org/multipage/#HTMLLegendElement-partial
14 partial interface HTMLLegendElement {

12345678910>>...13