Searched refs:FormControls (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DCollectionType.h53 FormControls enumerator in enum:WebCore::CollectionType
H A DHTMLCollection.cpp56 case FormControls:
81 case FormControls:
127 case FormControls:
219 case FormControls:
H A DHTMLFieldSetElement.cpp154 return ensureCachedHTMLCollection(FormControls);
H A DHTMLFormControlsCollection.cpp39 : HTMLCollection(ownerNode, FormControls, CustomForwardOnlyTraversal)
H A DHTMLFormElement.cpp575 return ensureCachedHTMLCollection(FormControls);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHTMLCollectionCustom.cpp66 case FormControls:
H A DJSHTMLFormControlsCollectionCustom.cpp52 ASSERT(collection->impl().type() == FormControls);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.cpp2800 } else if (type == FormControls) {

Completed in 95 milliseconds