• Home
  • Raw
  • Download

Lines Matching refs:FormAssociatedElement

12697         FormAssociatedElement class to register the element on the document
12702 * html/FormAssociatedElement.cpp:
12703 (WebCore::FormAssociatedElement::insertedIntoDocument): Added.
12704 (WebCore::FormAssociatedElement::removedFromDocument): Ditto.
12705 (WebCore::FormAssociatedElement::insertedIntoTree): Don't register
12707 (WebCore::FormAssociatedElement::removedFromTree): Don't unregister
12709 * html/FormAssociatedElement.h:
12716 FormAssociatedElement::insertedIntoDocument().
12718 FormAssociatedElement::removedFromDocument().
23368 … * html/FormAssociatedElement.h: Added isResettable() to check the element is resettable or not.
27707 …M_formElementsWithFormAttribute not cleared when FormAssociatedElement is inserted with a null m_f…
27716 * html/FormAssociatedElement.cpp:
27717 (WebCore::FormAssociatedElement::formAttributeChanged):
27731 * html/FormAssociatedElement.cpp:
27732 (WebCore::FormAssociatedElement::willMoveToNewOwnerDocument): Added.
27733 * html/FormAssociatedElement.h: Added willMoveToNewOwnerDocument().
46993 Introduces FormAssociatedElement class which would be a super class
47001 * Android.mk: Added FormAssociatedElement.cpp
47003 * GNUmakefile.am: Added FormAssociatedElement.{cpp,h}
47004 * WebCore.exp.in: Added the symbol for toHTMLElement(FormAssociatedElement*)
47005 * WebCore.gypi: Added FormAssociatedElement.{cpp,h}
47012 use FormAssociatedElement instead of HTMLFormControlElement
47018 … * html/FormAssociatedElement.cpp: Copied and renamed from WebCore/html/HTMLFormControlElement.cpp.
47019 (WebCore::FormAssociatedElement::FormAssociatedElement):
47020 (WebCore::FormAssociatedElement::~FormAssociatedElement):
47021 (WebCore::FormAssociatedElement::validity):
47022 (WebCore::FormAssociatedElement::insertedIntoTree):
47023 (WebCore::FormAssociatedElement::removedFromTree):
47024 (WebCore::FormAssociatedElement::removeFromForm):
47025 (WebCore::FormAssociatedElement::resetFormOwner):
47026 (WebCore::FormAssociatedElement::formAttributeChanged):
47028 * html/FormAssociatedElement.h: Ditto.
47029 (WebCore::FormAssociatedElement::ref):
47030 (WebCore::FormAssociatedElement::deref):
47031 (WebCore::FormAssociatedElement::formDestroyed):
47032 (WebCore::FormAssociatedElement::setForm):
47035 (WebCore::HTMLFormCollection::item): Modified to use FormAssociatedElement
47056 * html/HTMLFormElement.cpp: Modified to use FormAssociatedElement
47091 * html/ValidationMessage.cpp: Modified to use FormAssociatedElement