Home
last modified time | relevance | path

Searched refs:FormAssociatedElement (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DFormAssociatedElement.cpp38 FormAssociatedElement::FormAssociatedElement(HTMLFormElement* form) in FormAssociatedElement() function in WebCore::FormAssociatedElement
43 FormAssociatedElement::~FormAssociatedElement() in ~FormAssociatedElement()
47 ValidityState* FormAssociatedElement::validity() in validity()
55 void FormAssociatedElement::willMoveToNewOwnerDocument() in willMoveToNewOwnerDocument()
62 void FormAssociatedElement::insertedIntoDocument() in insertedIntoDocument()
69 void FormAssociatedElement::removedFromDocument() in removedFromDocument()
76 void FormAssociatedElement::insertedIntoTree() in insertedIntoTree()
107 void FormAssociatedElement::removedFromTree() in removedFromTree()
117 void FormAssociatedElement::removeFromForm() in removeFromForm()
125 void FormAssociatedElement::resetFormOwner(HTMLFormElement* form) in resetFormOwner()
[all …]
DFormAssociatedElement.h37 class FormAssociatedElement {
39 virtual ~FormAssociatedElement();
61 FormAssociatedElement(HTMLFormElement*);
83 HTMLElement* toHTMLElement(FormAssociatedElement*);
84 const HTMLElement* toHTMLElement(const FormAssociatedElement*);
DHTMLFormElement.h36 class FormAssociatedElement; variable
68 void registerFormElement(FormAssociatedElement*);
69 void removeFormElement(FormAssociatedElement*);
115 … const Vector<FormAssociatedElement*>& associatedElements() const { return m_associatedElements; } in associatedElements()
138 unsigned formElementIndex(FormAssociatedElement*);
146 bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >&);
160 Vector<FormAssociatedElement*> m_associatedElements;
DValidationMessage.h42 class FormAssociatedElement; variable
48 static PassOwnPtr<ValidationMessage> create(FormAssociatedElement*);
55 ValidationMessage(FormAssociatedElement*);
60 FormAssociatedElement* m_element;
DValidityState.h35 static PassOwnPtr<ValidityState> create(FormAssociatedElement* control) in create()
58 ValidityState(FormAssociatedElement* control) : m_control(control) { } in ValidityState()
63 FormAssociatedElement* m_control;
DHTMLFormElement.cpp181 FormAssociatedElement* formAssociatedElement = m_associatedElements[i]; in submitImplicitly()
223 Vector<RefPtr<FormAssociatedElement> > unhandledInvalidControls; in validateInteractively()
236 FormAssociatedElement* unhandledAssociatedElement = unhandledInvalidControls[i].get(); in validateInteractively()
249 FormAssociatedElement* unhandledAssociatedElement = unhandledInvalidControls[i].get(); in validateInteractively()
321 FormAssociatedElement* associatedElement = m_associatedElements[i]; in submit()
442 unsigned HTMLFormElement::formElementIndex(FormAssociatedElement* associatedElement) in formElementIndex()
471 void HTMLFormElement::registerFormElement(FormAssociatedElement* e) in registerFormElement()
481 void HTMLFormElement::removeFormElement(FormAssociatedElement* e) in removeFormElement()
583 Vector<RefPtr<FormAssociatedElement> > controls; in checkValidity()
587 bool HTMLFormElement::checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> … in checkInvalidControlsAndCollectUnhandled()
[all …]
DHTMLFormControlElement.cpp60 , FormAssociatedElement(form) in HTMLFormControlElement()
180 FormAssociatedElement::willMoveToNewOwnerDocument(); in willMoveToNewOwnerDocument()
186 FormAssociatedElement::insertedIntoTree(); in insertedIntoTree()
195 FormAssociatedElement::removedFromTree(); in removedFromTree()
202 FormAssociatedElement::insertedIntoDocument(); in insertedIntoDocument()
208 FormAssociatedElement::removedFromDocument(); in removedFromDocument()
398 bool HTMLFormControlElement::checkValidity(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalid… in checkValidity()
460 return FormAssociatedElement::form(); in virtualForm()
DHTMLObjectElement.cpp52 , FormAssociatedElement(form) in HTMLObjectElement()
326 FormAssociatedElement::insertedIntoDocument(); in insertedIntoDocument()
338 FormAssociatedElement::removedFromDocument(); in removedFromDocument()
491 FormAssociatedElement::willMoveToNewOwnerDocument(); in willMoveToNewOwnerDocument()
497 FormAssociatedElement::insertedIntoTree(); in insertedIntoTree()
503 FormAssociatedElement::removedFromTree(); in removedFromTree()
520 return FormAssociatedElement::form(); in virtualForm()
DHTMLFormControlElement.h42 class HTMLFormControlElement : public HTMLElement, public FormAssociatedElement {
46 HTMLFormElement* form() const { return FormAssociatedElement::form(); } in form()
94 bool checkValidity(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls = 0);
DHTMLObjectElement.h33 class HTMLObjectElement : public HTMLPlugInImageElement, public FormAssociatedElement {
48 HTMLFormElement* form() const { return FormAssociatedElement::form(); } in form()
DHTMLFormCollection.cpp81 …Vector<FormAssociatedElement*>& elementsArray = static_cast<HTMLFormElement*>(base())->m_associate… in item()
113 FormAssociatedElement* associatedElement = form->m_associatedElements[i]; in getNamedFormItem()
195 FormAssociatedElement* associatedElement = f->m_associatedElements[i]; in updateNameCache()
DValidationMessage.cpp51 ALWAYS_INLINE ValidationMessage::ValidationMessage(FormAssociatedElement* element) in ValidationMessage()
61 PassOwnPtr<ValidationMessage> ValidationMessage::create(FormAssociatedElement* element) in create()
DDOMFormData.cpp54 FormAssociatedElement* element = form->associatedElements()[i]; in DOMFormData()
DHTMLInputElement.cpp125 const Vector<FormAssociatedElement*>& controls = form()->associatedElements(); in updateCheckedRadioButtons()
/external/webkit/Source/WebKit/chromium/src/
DWebSearchableFormData.cpp82 …for (Vector<FormAssociatedElement*>::const_iterator i(form->associatedElements().begin()); i != fo… in GetButtonToActivate()
162 …for (Vector<FormAssociatedElement*>::const_iterator i(form->associatedElements().begin()); i != fo… in HasSuitableTextElement()
DWebPasswordFormUtils.cpp68 const Vector<FormAssociatedElement*>& formElements = form->associatedElements(); in findPasswordFormFields()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLRepresentation.mm294 const Vector<FormAssociatedElement*>& elements = formElement->associatedElements();
297 FormAssociatedElement* elt = elements[i];
342 const Vector<FormAssociatedElement*>& elements = formElement->associatedElements();
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DFormManagerAndroid.cpp57 using WebCore::FormAssociatedElement;
476 WTF::Vector<WebCore::FormAssociatedElement*> control_elements = element->associatedElements(); in HTMLFormElementToFormData()
573 … WTF::Vector<FormAssociatedElement*> control_elements = html_form_element->associatedElements(); in ExtractForms()
/external/webkit/Source/WebCore/dom/
DDocument.h80 class FormAssociatedElement; variable
501 void registerFormElementWithFormAttribute(FormAssociatedElement*);
502 void unregisterFormElementWithFormAttribute(FormAssociatedElement*);
1234 typedef ListHashSet<FormAssociatedElement*, 32> FormAssociatedElementListHashSet;
DDocument.cpp4448 void Document::registerFormElementWithFormAttribute(FormAssociatedElement* element) in registerFormElementWithFormAttribute()
4454 void Document::unregisterFormElementWithFormAttribute(FormAssociatedElement* element) in unregisterFormElementWithFormAttribute()
/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp178 FormAssociatedElement* control = form->associatedElements()[i]; in create()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp982 const WTF::Vector<WebCore::FormAssociatedElement*>& elements = in getUsernamePasswordFromDom()
1660 const WTF::Vector<WebCore::FormAssociatedElement*>& elements = in HasPasswordField()
1705 const WTF::Vector<WebCore::FormAssociatedElement*>& elements = in SetUsernamePassword()
1749 WTF::Vector<WebCore::FormAssociatedElement*> elements = form->associatedElements(); in saveFormData()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp1149 const Vector<FormAssociatedElement*>& elements = formElement->associatedElements(); in elementWithName()
1377 const Vector<FormAssociatedElement*>& elements = formElement->associatedElements(); in controlsInForm()
/external/webkit/Source/WebCore/
DAndroid.mk326 html/FormAssociatedElement.cpp \
DChangeLog-2011-02-1612697 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.
[all …]

12