Home
last modified time | relevance | path

Searched refs:HTMLInputElement (Results 1 – 25 of 1687) sorted by relevance

12345678910>>...68

/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DHTMLInputElement.bnd13 getter HTMLInputElement::accept();
14 setter HTMLInputElement::accept();
16 getter HTMLInputElement::align();
17 setter HTMLInputElement::align();
19 getter HTMLInputElement::alt();
20 setter HTMLInputElement::alt();
34 getter HTMLInputElement::name();
35 setter HTMLInputElement::name();
40 getter HTMLInputElement::src();
41 setter HTMLInputElement::src();
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_input_element.cc48 return ConstUnwrap<HTMLInputElement>()->IsTextField(); in IsTextField()
65 Unwrap<HTMLInputElement>()->SetHasBeenPasswordField(); in SetHasBeenPasswordField()
69 if (ConstUnwrap<HTMLInputElement>()->IsTextField() && in IsPasswordFieldForAutofill()
99 return ConstUnwrap<HTMLInputElement>()->size(); in size()
103 Unwrap<HTMLInputElement>()->SetEditingValue(value); in SetEditingValue()
111 Unwrap<HTMLInputElement>()->setChecked( in SetChecked()
118 return ConstUnwrap<HTMLInputElement>()->checked(); in IsChecked()
122 return ConstUnwrap<HTMLInputElement>()->Multiple(); in IsMultiple()
147 WebInputElement::WebInputElement(HTMLInputElement* elem) in WebInputElement()
158 WebInputElement::operator HTMLInputElement*() const { in operator HTMLInputElement*()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_input_element.cc48 return ConstUnwrap<HTMLInputElement>()->IsTextField(); in IsTextField()
65 Unwrap<HTMLInputElement>()->SetHasBeenPasswordField(); in SetHasBeenPasswordField()
69 if (ConstUnwrap<HTMLInputElement>()->IsTextField() && in IsPasswordFieldForAutofill()
99 return ConstUnwrap<HTMLInputElement>()->size(); in size()
103 Unwrap<HTMLInputElement>()->SetEditingValue(value); in SetEditingValue()
111 Unwrap<HTMLInputElement>()->setChecked( in SetChecked()
118 return ConstUnwrap<HTMLInputElement>()->checked(); in IsChecked()
122 return ConstUnwrap<HTMLInputElement>()->Multiple(); in IsMultiple()
147 WebInputElement::WebInputElement(HTMLInputElement* elem) in WebInputElement()
158 WebInputElement::operator HTMLInputElement*() const { in operator HTMLInputElement*()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_input_element.cc98 Member<HTMLInputElement> element_;
103 HTMLInputElement::HTMLInputElement(Document& document, in HTMLInputElement() function in blink::HTMLInputElement
156 HTMLInputElement::~HTMLInputElement() = default;
278 void HTMLInputElement::blur() { in blur()
282 void HTMLInputElement::DefaultBlur() { in DefaultBlur()
342 void HTMLInputElement::EndEditing() { in EndEditing()
401 void HTMLInputElement::UpdateType() { in UpdateType()
999 void HTMLInputElement::ResetImpl() { in ResetImpl()
1583 HTMLInputElement* HTMLInputElement::UploadButton() const { in UploadButton()
1617 void HTMLInputElement::OnSearch() { in OnSearch()
[all …]
H A Dradio_button_group_scope.cc37 void Add(HTMLInputElement*);
38 void UpdateCheckedState(HTMLInputElement*);
39 void RequiredAttributeChanged(HTMLInputElement*);
40 void Remove(HTMLInputElement*);
41 bool Contains(HTMLInputElement*) const;
49 void SetCheckedButton(HTMLInputElement*);
59 Member<HTMLInputElement> checked_button_;
170 HTMLInputElement* input = members_.begin()->key; in Remove()
178 HTMLInputElement* const button = element.key; in SetNeedsValidityCheckForAllButtons()
232 HTMLInputElement* element) { in RequiredAttributeChanged()
[all …]
H A Dradio_input_type.cc42 HTMLInputElement* NextInputElement(const HTMLInputElement& element, in NextInputElement()
60 HTMLInputElement& input = GetElement(); in ValueMissing()
98 HTMLInputElement* current_element, in FindNextFocusableRadioButtonInGroup()
100 for (HTMLInputElement* input_element = in FindNextFocusableRadioButtonInGroup()
143 HTMLInputElement* input_element = in HandleKeydownEvent()
148 HTMLInputElement* next_input_element = in HandleKeydownEvent()
195 DynamicTo<HTMLInputElement>(current_focused_element)) { in IsKeyboardFocusable()
257 HTMLInputElement* RadioInputType::NextRadioButtonInGroup( in NextRadioButtonInGroup()
258 HTMLInputElement* current, in NextRadioButtonInGroup()
264 for (HTMLInputElement* input_element = in NextRadioButtonInGroup()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp87 HTMLInputElement::~HTMLInputElement() in ~HTMLInputElement()
436 void HTMLInputElement::updateType() in updateType()
688 void HTMLInputElement::attach() in attach()
705 void HTMLInputElement::detach() in detach()
749 void HTMLInputElement::reset() in reset()
813 int HTMLInputElement::size() const in size()
820 const HTMLInputElement* sourceElement = static_cast<const HTMLInputElement*>(source); in copyNonAttributeProperties()
1120 String HTMLInputElement::alt() const in alt()
1148 KURL HTMLInputElement::src() const in src()
1162 FileList* HTMLInputElement::files() in files()
[all …]
H A DValidityState.cpp55 return static_cast<HTMLInputElement*>(element)->valueMissingText(); in validationMessage()
60 return static_cast<HTMLInputElement*>(element)->typeMismatchText(); in validationMessage()
85 …return validationMessageRangeOverflowText(static_cast<HTMLInputElement*>(element)->maximumString()… in validationMessage()
92 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in validationMessage()
113 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in valueMissing()
135 return static_cast<HTMLInputElement*>(element)->typeMismatch(); in typeMismatch()
146 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in patternMismatch()
157 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in tooLong()
175 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in rangeUnderflow()
187 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); in rangeOverflow()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_input_element.cc107 Member<HTMLInputElement> element_;
112 HTMLInputElement::HTMLInputElement(Document& document, in HTMLInputElement() function in blink::HTMLInputElement
165 HTMLInputElement::~HTMLInputElement() = default;
287 void HTMLInputElement::blur() { in blur()
291 void HTMLInputElement::DefaultBlur() { in DefaultBlur()
351 void HTMLInputElement::EndEditing() { in EndEditing()
412 void HTMLInputElement::UpdateType() { in UpdateType()
984 void HTMLInputElement::ResetImpl() { in ResetImpl()
1577 HTMLInputElement* HTMLInputElement::UploadButton() const { in UploadButton()
1611 void HTMLInputElement::OnSearch() { in OnSearch()
[all …]
H A Dradio_button_group_scope.cc37 void Add(HTMLInputElement*);
38 void UpdateCheckedState(HTMLInputElement*);
39 void RequiredAttributeChanged(HTMLInputElement*);
40 void Remove(HTMLInputElement*);
41 bool Contains(HTMLInputElement*) const;
49 void SetCheckedButton(HTMLInputElement*);
59 Member<HTMLInputElement> checked_button_;
170 HTMLInputElement* input = members_.begin()->key; in Remove()
178 HTMLInputElement* const button = element.key; in SetNeedsValidityCheckForAllButtons()
232 HTMLInputElement* element) { in RequiredAttributeChanged()
[all …]
H A Dradio_input_type.cc43 HTMLInputElement* NextInputElement(const HTMLInputElement& element, in NextInputElement()
61 HTMLInputElement& input = GetElement(); in ValueMissing()
99 HTMLInputElement* current_element, in FindNextFocusableRadioButtonInGroup()
101 for (HTMLInputElement* input_element = in FindNextFocusableRadioButtonInGroup()
144 HTMLInputElement* input_element = in HandleKeydownEvent()
149 HTMLInputElement* next_input_element = in HandleKeydownEvent()
200 DynamicTo<HTMLInputElement>(current_focused_element)) { in IsKeyboardFocusable()
262 HTMLInputElement* RadioInputType::NextRadioButtonInGroup( in NextRadioButtonInGroup()
263 HTMLInputElement* current, in NextRadioButtonInGroup()
269 for (HTMLInputElement* input_element = in NextRadioButtonInGroup()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSHTMLInputElement.cpp223 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementDefaultValue()
233 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementDefaultChecked()
243 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementForm()
253 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementFormAction()
263 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementFormEnctype()
273 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementFormMethod()
283 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementFormNoValidate()
293 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementFormTarget()
303 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementValidity()
313 HTMLInputElement* imp = static_cast<HTMLInputElement*>(castedThis->impl()); in jsHTMLInputElementAccept()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DnsRadioVisitor.h13 using mozilla::dom::HTMLInputElement;
28 virtual bool Visit(HTMLInputElement* aRadio) override = 0;
44 virtual bool Visit(HTMLInputElement* aRadio) override;
58 HTMLInputElement* aExcludeElement) in nsRadioGetCheckedChangedVisitor()
61 virtual bool Visit(HTMLInputElement* aRadio) override;
65 HTMLInputElement* mExcludeElement;
78 virtual bool Visit(HTMLInputElement* aRadio) override;
81 HTMLInputElement* mExcludeElement;
87 explicit nsRadioUpdateStateVisitor(HTMLInputElement* aExcludeElement) in nsRadioUpdateStateVisitor()
90 virtual bool Visit(HTMLInputElement* aRadio) override;
[all …]
H A DHTMLInputElement.cpp257 struct HTMLInputElement::FileData {
600 RefPtr<HTMLInputElement> mInput;
952 HTMLInputElement::HTMLInputElement( in HTMLInputElement() function in mozilla::dom::HTMLInputElement
1006 HTMLInputElement::~HTMLInputElement() { in ~HTMLInputElement()
1014 void HTMLInputElement::FreeData() { in FreeData()
2591 RefPtr<HTMLInputElement> input = static_cast<HTMLInputElement*>(aData); in HandleNumberControlSpin()
2905 HTMLInputElement* HTMLInputElement::GetSelectedRadioButton() const { in GetSelectedRadioButton()
2991 void HTMLInputElement::Select() { in Select()
3718 HTMLInputElement* previous = HTMLInputElement::FromNodeOrNull(content); in PostHandleEvent()
5621 HTMLInputElement::Reset() { in Reset()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLInputElement.cpp675 RefPtr<HTMLInputElement> mInput;
1046 HTMLInputElement::HTMLInputElement( in HTMLInputElement() function in mozilla::dom::HTMLInputElement
1100 HTMLInputElement::~HTMLInputElement() { in ~HTMLInputElement()
1181 RefPtr<HTMLInputElement> it = in NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED()
2259 HTMLInputElement* HTMLInputElement::GetOwnerNumberControl() { in GetOwnerNumberControl()
2666 HTMLInputElement* input = static_cast<HTMLInputElement*>(aData); in HandleNumberControlSpin()
2948 HTMLInputElement* HTMLInputElement::GetSelectedRadioButton() const { in GetSelectedRadioButton()
5747 HTMLInputElement::Reset() { in Reset()
5878 HTMLInputElement::SaveState() { in SaveState()
6346 HTMLInputElement::ValueModeType HTMLInputElement::GetValueMode() const { in GetValueMode()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLInputElement.cpp1157 HTMLInputElement::HTMLInputElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo, in HTMLInputElement() function in mozilla::dom::HTMLInputElement
1201 HTMLInputElement::~HTMLInputElement() in ~HTMLInputElement()
1211 HTMLInputElement::FreeData() in FreeData()
1305 RefPtr<HTMLInputElement> it = new HTMLInputElement(ni, NOT_FROM_PARSER, in NS_IMPL_ADDREF_INHERITED()
1672 HTMLInputElement::Height() in Height()
1726 HTMLInputElement::Width() in Width()
2806 HTMLInputElement*
2821 HTMLInputElement*
3201 HTMLInputElement* input = static_cast<HTMLInputElement*>(aData); in HandleNumberControlSpin()
3682 HTMLInputElement::Select() in Select()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLInputElement.cpp254 struct HTMLInputElement::FileData {
565 RefPtr<HTMLInputElement> mInput;
916 HTMLInputElement::HTMLInputElement( in HTMLInputElement() function in mozilla::dom::HTMLInputElement
970 HTMLInputElement::~HTMLInputElement() { in ~HTMLInputElement()
2582 RefPtr<HTMLInputElement> input = static_cast<HTMLInputElement*>(aData); in HandleNumberControlSpin()
2883 HTMLInputElement* HTMLInputElement::GetSelectedRadioButton() const { in GetSelectedRadioButton()
3004 void HTMLInputElement::Select() { in Select()
3731 HTMLInputElement* previous = HTMLInputElement::FromNodeOrNull(content); in PostHandleEvent()
5602 HTMLInputElement::Reset() { in Reset()
5760 HTMLInputElement::SaveState() { in SaveState()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLInputElement.cpp259 struct HTMLInputElement::FileData {
602 RefPtr<HTMLInputElement> mInput;
954 HTMLInputElement::HTMLInputElement( in HTMLInputElement() function in mozilla::dom::HTMLInputElement
1008 HTMLInputElement::~HTMLInputElement() { in ~HTMLInputElement()
2592 RefPtr<HTMLInputElement> input = static_cast<HTMLInputElement*>(aData); in HandleNumberControlSpin()
2906 HTMLInputElement* HTMLInputElement::GetSelectedRadioButton() const { in GetSelectedRadioButton()
3027 void HTMLInputElement::Select() { in Select()
3755 HTMLInputElement* previous = HTMLInputElement::FromNodeOrNull(content); in PostHandleEvent()
5615 HTMLInputElement::Reset() { in Reset()
5785 HTMLInputElement::SaveState() { in SaveState()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLInputElement.cpp259 struct HTMLInputElement::FileData {
602 RefPtr<HTMLInputElement> mInput;
954 HTMLInputElement::HTMLInputElement( in HTMLInputElement() function in mozilla::dom::HTMLInputElement
1008 HTMLInputElement::~HTMLInputElement() { in ~HTMLInputElement()
2592 RefPtr<HTMLInputElement> input = static_cast<HTMLInputElement*>(aData); in HandleNumberControlSpin()
2906 HTMLInputElement* HTMLInputElement::GetSelectedRadioButton() const { in GetSelectedRadioButton()
3027 void HTMLInputElement::Select() { in Select()
3755 HTMLInputElement* previous = HTMLInputElement::FromNodeOrNull(content); in PostHandleEvent()
5615 HTMLInputElement::Reset() { in Reset()
5785 HTMLInputElement::SaveState() { in SaveState()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_form.cpp357 HTMLInputElement::HTMLInputElement() : HTMLElement() in HTMLInputElement() function in HTMLInputElement
361 HTMLInputElement::HTMLInputElement(const HTMLInputElement &other) : HTMLElement(other) in HTMLInputElement() function in HTMLInputElement
365 HTMLInputElement::HTMLInputElement(HTMLInputElementImpl *impl) : HTMLElement(impl) in HTMLInputElement() function in HTMLInputElement
369 HTMLInputElement &HTMLInputElement::operator = (const Node &other) in operator =()
375 HTMLInputElement &HTMLInputElement::operator = (const HTMLInputElement &other) in operator =()
381 HTMLInputElement::~HTMLInputElement() in ~HTMLInputElement()
690 void HTMLInputElement::blur() in blur()
697 void HTMLInputElement::focus() in focus()
704 void HTMLInputElement::select() in select()
711 void HTMLInputElement::click() in click()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/input/
H A DSingleLineTextInputTypes.h27 explicit SingleLineTextInputTypeBase(HTMLInputElement* aInputElement) in SingleLineTextInputTypeBase()
36 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
41 explicit TextInputType(HTMLInputElement* aInputElement) in TextInputType()
48 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
53 explicit SearchInputType(HTMLInputElement* aInputElement) in SearchInputType()
60 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
65 explicit TelInputType(HTMLInputElement* aInputElement) in TelInputType()
72 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
81 explicit URLInputType(HTMLInputElement* aInputElement) in URLInputType()
99 explicit EmailInputType(HTMLInputElement* aInputElement) in EmailInputType()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/input/
H A DSingleLineTextInputTypes.h27 explicit SingleLineTextInputTypeBase(HTMLInputElement* aInputElement) in SingleLineTextInputTypeBase()
36 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
41 explicit TextInputType(HTMLInputElement* aInputElement) in TextInputType()
48 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
53 explicit SearchInputType(HTMLInputElement* aInputElement) in SearchInputType()
60 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
65 explicit TelInputType(HTMLInputElement* aInputElement) in TelInputType()
72 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
81 explicit URLInputType(HTMLInputElement* aInputElement) in URLInputType()
99 explicit EmailInputType(HTMLInputElement* aInputElement) in EmailInputType()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/input/
H A DSingleLineTextInputTypes.h27 explicit SingleLineTextInputTypeBase(HTMLInputElement* aInputElement) in SingleLineTextInputTypeBase()
36 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
41 explicit TextInputType(HTMLInputElement* aInputElement) in TextInputType()
48 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
53 explicit SearchInputType(HTMLInputElement* aInputElement) in SearchInputType()
60 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
65 explicit TelInputType(HTMLInputElement* aInputElement) in TelInputType()
72 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
81 explicit URLInputType(HTMLInputElement* aInputElement) in URLInputType()
99 explicit EmailInputType(HTMLInputElement* aInputElement) in EmailInputType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/input/
H A DSingleLineTextInputTypes.h27 explicit SingleLineTextInputTypeBase(HTMLInputElement* aInputElement) in SingleLineTextInputTypeBase()
36 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
41 explicit TextInputType(HTMLInputElement* aInputElement) in TextInputType()
48 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
53 explicit SearchInputType(HTMLInputElement* aInputElement) in SearchInputType()
60 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
65 explicit TelInputType(HTMLInputElement* aInputElement) in TelInputType()
72 static InputType* Create(HTMLInputElement* aInputElement, void* aMemory) { in Create()
81 explicit URLInputType(HTMLInputElement* aInputElement) in URLInputType()
99 explicit EmailInputType(HTMLInputElement* aInputElement) in EmailInputType()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSHTMLInputElementCustom.cpp38 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in selectionStart()
47 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in setSelectionStart()
56 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in selectionEnd()
65 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in setSelectionEnd()
74 HTMLInputElement* input = static_cast<HTMLInputElement*>(impl()); in setSelectionRange()

12345678910>>...68