Home
last modified time | relevance | path

Searched refs:formAssociatedElement (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp181 FormAssociatedElement* formAssociatedElement = m_associatedElements[i]; in submitImplicitly() local
182 if (!formAssociatedElement->isFormControlElement()) in submitImplicitly()
184 … HTMLFormControlElement* formElement = static_cast<HTMLFormControlElement*>(formAssociatedElement); in submitImplicitly()