Searched refs:FormElementListHashSet (Results 1 – 2 of 2) sorted by relevance
98 typedef ListHashSet<RefPtr<HTMLFormControlElementWithState>, 64> FormElementListHashSet; typedef102 static PassOwnPtr<SavedFormStateMap> createSavedFormStateMap(const FormElementListHashSet&);107 FormElementListHashSet m_formElementsWithState;
394 …SavedFormStateMap> FormController::createSavedFormStateMap(const FormElementListHashSet& controlLi… in createSavedFormStateMap()398 …for (FormElementListHashSet::const_iterator it = controlList.begin(); it != controlList.end(); ++i… in createSavedFormStateMap()