Home
last modified time | relevance | path

Searched refs:HTMLFormElementImpl (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_formimpl.h64 class HTMLFormElementImpl : public HTMLElementImpl
67 HTMLFormElementImpl(DocumentImpl *doc, bool implicit);
68 virtual ~HTMLFormElementImpl();
159 friend class HTMLFormElementImpl; variable
166 HTMLFormElementImpl *form() const in form()
246 HTMLFormElementImpl *getForm() const;
249 HTMLFormElementImpl *m_form;
258 HTMLButtonElementImpl(DocumentImpl *doc, HTMLFormElementImpl *f = nullptr);
334 HTMLInputElementImpl(DocumentImpl *doc, HTMLFormElementImpl *f = nullptr);
491 HTMLLegendElementImpl(DocumentImpl *doc, HTMLFormElementImpl *f = nullptr);
[all …]
H A Dhtml_imageimpl.h37 class HTMLFormElementImpl; variable
43 friend class HTMLFormElementImpl; variable
45 HTMLImageElementImpl(DocumentImpl *doc, HTMLFormElementImpl *f = nullptr);
110 HTMLFormElementImpl *m_form;
H A Dhtml_formimpl.cpp75 HTMLFormElementImpl::HTMLFormElementImpl(DocumentImpl *doc, bool implicit) in HTMLFormElementImpl() function in HTMLFormElementImpl
91 HTMLFormElementImpl::~HTMLFormElementImpl() in ~HTMLFormElementImpl()
106 NodeImpl::Id HTMLFormElementImpl::id() const in id()
116 DOMString HTMLFormElementImpl::target() const in target()
121 DOMString HTMLFormElementImpl::action() const in action()
126 long HTMLFormElementImpl::length() const in length()
486 void HTMLFormElementImpl::doAutoFill() in doAutoFill()
573 void HTMLFormElementImpl::gatherWalletData() in gatherWalletData()
604 bool HTMLFormElementImpl::prepareSubmit() in prepareSubmit()
629 void HTMLFormElementImpl::submit() in submit()
[all …]
H A Dhtml_miscimpl.cpp359 …QList<HTMLGenericFormElementImpl *> &l = static_cast<HTMLFormElementImpl *>(m_refNode)->formElemen… in item()
379 …QList<HTMLGenericFormElementImpl *> l = static_cast<HTMLFormElementImpl *>(m_refNode)->formElement… in calcLength()
397 …QList<HTMLGenericFormElementImpl *> &l = static_cast<HTMLFormElementImpl *>(m_refNode)->formElemen… in nextNamedItem()
417 QList<HTMLImageElementImpl *> &il = static_cast<HTMLFormElementImpl *>(m_refNode)->imgElements; in nextNamedItem()
H A Dhtmlparser.h54 class HTMLFormElementImpl; variable
176 DOM::HTMLFormElementImpl *form;
H A Dhtml_objectimpl.h40 class HTMLFormElementImpl; variable
198 HTMLFormElementImpl *form() const;
H A Dhtmlparser.cpp434 static_cast<HTMLFormElementImpl *>(n)->setMalformed(true); in insertNode()
988 n = form = new HTMLFormElementImpl(document, false); in getElement()
1970 HTMLFormElementImpl *myform = form; in handleIsindex()
1972 myform = new HTMLFormElementImpl(document, true); in handleIsindex()
H A Dhtml_documentimpl.cpp216 static_cast<HTMLFormElementImpl *>(n)->doAutoFill(); in contentLoaded()
H A Dhtml_imageimpl.cpp49 HTMLImageElementImpl::HTMLImageElementImpl(DocumentImpl *doc, HTMLFormElementImpl *f) in HTMLImageElementImpl()
H A Dhtml_objectimpl.cpp800 HTMLFormElementImpl *HTMLObjectElementImpl::form() const in form()
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_form.cpp215 HTMLFormElement::HTMLFormElement(HTMLFormElementImpl *impl) : HTMLElement(impl) in HTMLFormElement()
248 return static_cast<HTMLFormElementImpl *>(impl)->length(); in length()
286 return static_cast<HTMLFormElementImpl *>(impl)->action(); in action()
331 return static_cast<HTMLFormElementImpl *>(impl)->target(); in target()
344 static_cast<HTMLFormElementImpl *>(impl)->submit(); in submit()
351 static_cast<HTMLFormElementImpl *>(impl)->reset(); in reset()
H A Dhtml_form.h197 class HTMLFormElementImpl; variable
228 HTMLFormElement(HTMLFormElementImpl *impl);
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_wallet_p.h56 typedef QPair<DOM::HTMLFormElementImpl *, QPointer<DOM::DocumentImpl> > Caller;
H A Dkhtml_part.h63 class HTMLFormElementImpl; variable
222 friend class DOM::HTMLFormElementImpl;
1698 void openWallet(DOM::HTMLFormElementImpl *);
1700 void dequeueWallet(DOM::HTMLFormElementImpl *);
H A Dkhtmlview.h47 class HTMLFormElementImpl; variable
104 friend class DOM::HTMLFormElementImpl;
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_html.cpp1252 HTMLFormElementImpl *form = static_cast<HTMLFormElementImpl *>(thisObj->impl()); in formNameGetter()
1277 DOM::HTMLFormElementImpl &form = static_cast<DOM::HTMLFormElementImpl &>(element); in getOwnPropertySlot()
1328 DOM::HTMLFormElementImpl *form = static_cast<DOM::HTMLFormElementImpl *>(impl()); in indexGetter()
1348 DOM::HTMLFormElementImpl &form = static_cast<DOM::HTMLFormElementImpl &>(element);
1770 DOM::HTMLFormElementImpl &form = static_cast<DOM::HTMLFormElementImpl &>(element); in getValueProperty()
2132 static DOM::HTMLFormElementImpl *getForm(const DOM::HTMLElementImpl *element) in getForm()
2163 DOM::HTMLFormElementImpl *formElt; in pushEventHandlerScope()
2198 DOM::HTMLFormElementImpl &form = static_cast<DOM::HTMLFormElementImpl &>(element); in callAsFunction()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_table.cpp237 … wrapInAnonymousSection = !static_cast<HTMLFormElementImpl *>(child->element())->isMalformed(); in addChild()
1183 static_cast<HTMLFormElementImpl *>(child->element())->isMalformed()) { in addChild()
2419 static_cast<HTMLFormElementImpl *>(child->element())->isMalformed()) { in addChild()
H A Drender_form.cpp1001 HTMLFormElementImpl *form = m_input->form(); in slotCreateWebShortcut()
1211 HTMLFormElementImpl *fe = element()->form(); in slotReturnPressed()
H A Drender_block.cpp861 …if (element() && element()->id() == ID_FORM && static_cast<HTMLFormElementImpl *>(element())->isMa… in layoutBlock()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-235361 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
5362 (DOM::HTMLFormElementImpl::~HTMLFormElementImpl):
6050 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
9041 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
11562 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
29997 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
29998 (DOM::HTMLFormElementImpl::~HTMLFormElementImpl):
30226 (DOM::HTMLFormElementImpl::~HTMLFormElementImpl):
30612 (DOM::HTMLFormElementImpl::~HTMLFormElementImpl):
34959 (DOM::HTMLFormElementImpl::~HTMLFormElementImpl): Clear m_form field for
[all …]
H A DChangeLog-2003-10-253567 * khtml/html/html_formimpl.cpp: (HTMLFormElementImpl::formData):
4223 (HTMLFormElementImpl::radioClicked):
11226 * khtml/html/html_formimpl.cpp: (HTMLFormElementImpl::submit):
11348 (HTMLFormElementImpl::isLoginForm): See above.
12516 (HTMLFormElementImpl::formData): Call fixLineBreaks on form data.
15364 (HTMLFormElementImpl::formData):
15972 (HTMLFormElementImpl::formData)
16324 (HTMLFormElementImpl::parseAttribute): Ditto.
18313 (HTMLFormElementImpl::attach):
18314 (HTMLFormElementImpl::detach):
[all …]
H A DChangeLog-2006-05-1012625 * khtml/html/HTMLFormElementImpl.cpp:
18582 (WebCore::HTMLFormElementImpl::HTMLFormElementImpl):
26697 (WebCore::HTMLFormElementImpl::~HTMLFormElementImpl):
26707 * khtml/html/HTMLFormElementImpl.h:
30161 * khtml/html/HTMLFormElementImpl.h:
30498 (DOM::HTMLFormElementImpl::submit):
35481 (DOM::HTMLFormElementImpl::submit):
35482 (DOM::HTMLFormElementImpl::reset):
36680 (DOM::HTMLFormElementImpl::submit):
38925 (DOM::HTMLFormElementImpl::submit):
[all …]
H A DChangeLog-2005-12-19783 (DOM::HTMLFormElementImpl::formData):
3046 (DOM::HTMLFormElementImpl::elements):
5979 (DOM::HTMLFormElementImpl::attach):
5980 (DOM::HTMLFormElementImpl::formData):
5981 (DOM::HTMLFormElementImpl::submit):
6934 … (DOM::HTMLFormElementImpl::HTMLFormElementImpl): removed initialization of m_selectedRadioButtons.
6935 … (DOM::HTMLFormElementImpl::~HTMLFormElementImpl): removed deletion of m_selectedRadioButtons.
7079 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
18092 (DOM::HTMLFormElementImpl::length):
21775 (DOM::HTMLFormElementImpl::reset):
[all …]
H A DChangeLog-2002-12-031944 (HTMLFormElementImpl::HTMLFormElementImpl):
15316 (HTMLFormElementImpl::~HTMLFormElementImpl), (HTMLFormElementImpl::id),
15317 (HTMLFormElementImpl::length), (HTMLFormElementImpl::i18nData),
15318 (HTMLFormElementImpl::formData), (HTMLFormElementImpl::prepareSubmit),
15319 (HTMLFormElementImpl::submit), (HTMLFormElementImpl::reset),
15320 (HTMLFormElementImpl::parseAttribute), (HTMLFormElementImpl::radioClicked),
16657 * src/kdelibs/khtml/html/html_formimpl.cpp: (HTMLFormElementImpl::formData),
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp967 n = new HTMLFormElementImpl(docPtr(), false); in createHTMLElement()

12