Searched refs:formControlElements (Results 1 – 3 of 3) sorted by relevance
89 Vector<WebFormControlElement> formControlElements; in getFormControlElements() local94 formControlElements.append(toHTMLFormControlElement(*it)); in getFormControlElements()96 result.assign(formControlElements); in getFormControlElements()
60 const FormAssociatedElement::List& HTMLFormControlsCollection::formControlElements() const in formControlElements() function in WebCore::HTMLFormControlsCollection86 const FormAssociatedElement::List& associatedElements = formControlElements(); in virtualItemAfter()146 if (HTMLElement* item = firstNamedItem(formControlElements(), imagesElements, idAttr, name)) in namedItem()149 return firstNamedItem(formControlElements(), imagesElements, nameAttr, name); in namedItem()160 const FormAssociatedElement::List& elementsArray = formControlElements(); in updateIdNameCache()
57 const FormAssociatedElement::List& formControlElements() const;