Searched refs:m_formElementsWithState (Results 1 – 4 of 4) sorted by relevance
494 void registerFormElementWithState(Element* e) { m_formElementsWithState.add(e); } in registerFormElementWithState()495 void unregisterFormElementWithState(Element* e) { m_formElementsWithState.remove(e); } in unregisterFormElementWithState()1233 FormElementListHashSet m_formElementsWithState; variable
4298 stateVector.reserveInitialCapacity(m_formElementsWithState.size() * 3); in formElementsState()4300 Iterator end = m_formElementsWithState.end(); in formElementsState()4301 for (Iterator it = m_formElementsWithState.begin(); it != end; ++it) { in formElementsState()4353 m_formElementsWithState.clear(); in setStateForNewFormElements()
1569 and takeStateForFormElement. Replaced m_maintainsState with m_formElementsWithState,
16104 m_formElementsWithState ListHashSet.